Package com.luciad.format.grib.gxy
Class TLcdGRIBNumericIcon
java.lang.Object
com.luciad.format.grib.gxy.ALcdGRIBIcon
com.luciad.format.grib.gxy.TLcdGRIBNumericIcon
- All Implemented Interfaces:
ILcdGRIBIcon
Deprecated.
This
ILcdGRIBIcon
displays numbers, based on the
first value of the array of values.- Since:
- 6.5
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a new TLcdGRIBNumericIcon with default settings. -
Method Summary
Modifier and TypeMethodDescriptionvoid
anchorPointSFCT
(double[] aValues, Point aPointSFCT) Deprecated.Returns the anchor point of this icon.getColor()
Deprecated.Gets the color of the numbers.Deprecated.Gets the decimal format for the numbers.Deprecated.Returns the color of the edge around the numbers.int
Deprecated.Returns the radius of the colored edge around the numbers.getFont()
Deprecated.Gets the font of the numbers.int
getIconHeight
(double[] aValues) Deprecated.Returns the height of the icon.int
getIconWidth
(double[] aValues) Deprecated.Returns the width of the icon.Deprecated.Returns the unit string that is appended after the number.void
paintGRIBIcon
(Graphics aGraphics, int aX, int aY, double[] aValues) Deprecated.Paint the icon at the specified location for the given multi-dimensional value.void
Deprecated.Sets the color of the numbers.void
setDecimalFormat
(DecimalFormat aDecimalFormat) Deprecated.Sets the decimal format for the numbers.void
setEdgeColor
(Color aEdgeColor) Deprecated.Sets the color of the edge around the numbers.void
setEdgeRadius
(int aEdgeRadius) Deprecated.Sets the radius of the colored edge around the numbers.void
Deprecated.Sets the font of the numbers.void
setUnitString
(String aUnitString) Deprecated.Sets the unit string that is appended after the number.
-
Constructor Details
-
TLcdGRIBNumericIcon
public TLcdGRIBNumericIcon()Deprecated.Creates a new TLcdGRIBNumericIcon with default settings.
-
-
Method Details
-
getUnitString
Deprecated.Returns the unit string that is appended after the number.- Returns:
- The unit string.
- See Also:
-
setUnitString
Deprecated.Sets the unit string that is appended after the number.- Parameters:
aUnitString
- The unit string.- See Also:
-
getFont
Deprecated.Gets the font of the numbers.- Returns:
- The font of the numbers.
- See Also:
-
setFont
Deprecated.Sets the font of the numbers.- Parameters:
aFont
- The font of the numbers.- See Also:
-
getColor
Deprecated.Gets the color of the numbers.- Returns:
- The color of the numbers.
- See Also:
-
setColor
Deprecated.Sets the color of the numbers.- Parameters:
aColor
- The color of the numbers.- See Also:
-
getEdgeColor
Deprecated.Returns the color of the edge around the numbers.- Returns:
- The color of the edge around the numbers.
- See Also:
-
setEdgeColor
Deprecated.Sets the color of the edge around the numbers.- Parameters:
aEdgeColor
- The color of the edge around the numbers.- See Also:
-
getEdgeRadius
public int getEdgeRadius()Deprecated.Returns the radius of the colored edge around the numbers.- Returns:
- The radius of the colored edge around the numbers.
- See Also:
-
setEdgeRadius
public void setEdgeRadius(int aEdgeRadius) Deprecated.Sets the radius of the colored edge around the numbers.- Parameters:
aEdgeRadius
- The radius of the colored edge around the numbers.- See Also:
-
getDecimalFormat
Deprecated.Gets the decimal format for the numbers.- Returns:
- The decimal format for the numbers.
- See Also:
-
setDecimalFormat
Deprecated.Sets the decimal format for the numbers.- Parameters:
aDecimalFormat
- The decimal format for the numbers.- See Also:
-
paintGRIBIcon
Deprecated.Paint the icon at the specified location for the given multi-dimensional value.- Parameters:
aGraphics
- the Graphics on which the icon is painted.aX
- the x ordinate at which the icon is painted.aX
is the first coordinate of the top left corner point of the icon.aY
- the y ordinate at which the icon is painted.aY
is the first coordinate of the top left corner point of the icon.aValues
- the multi-dimensional value.
-
getIconWidth
public int getIconWidth(double[] aValues) Deprecated.Description copied from class:ALcdGRIBIcon
Returns the width of the icon.- Specified by:
getIconWidth
in classALcdGRIBIcon
- Parameters:
aValues
- the values- Returns:
- the width of the icon.
-
getIconHeight
public int getIconHeight(double[] aValues) Deprecated.Description copied from class:ALcdGRIBIcon
Returns the height of the icon.- Specified by:
getIconHeight
in classALcdGRIBIcon
- Parameters:
aValues
- the values- Returns:
- the height of the icon.
-
anchorPointSFCT
Deprecated.Description copied from class:ALcdGRIBIcon
Returns the anchor point of this icon. The x-coordinate of the anchor point typically lies between 0 and getWidth(). The y-coordinate typically lies between 0 and getHeight().- Specified by:
anchorPointSFCT
in classALcdGRIBIcon
- Parameters:
aValues
- the valuesaPointSFCT
- the point that has to be moved to the location of the anchor point of this icon.
-
TLcdNumericParameterizedIcon
can display numeric icons for GRIB data decoded by the NetCDF decoder.