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
ConstructorsConstructorDescriptionDeprecated.Creates a new TLcdGRIBNumericIcon with default settings. -
Method Summary
Modifier and TypeMethodDescriptionvoidanchorPointSFCT(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.intDeprecated.Returns the radius of the colored edge around the numbers.getFont()Deprecated.Gets the font of the numbers.intgetIconHeight(double[] aValues) Deprecated.Returns the height of the icon.intgetIconWidth(double[] aValues) Deprecated.Returns the width of the icon.Deprecated.Returns the unit string that is appended after the number.voidpaintGRIBIcon(Graphics aGraphics, int aX, int aY, double[] aValues) Deprecated.Paint the icon at the specified location for the given multi-dimensional value.voidDeprecated.Sets the color of the numbers.voidsetDecimalFormat(DecimalFormat aDecimalFormat) Deprecated.Sets the decimal format for the numbers.voidsetEdgeColor(Color aEdgeColor) Deprecated.Sets the color of the edge around the numbers.voidsetEdgeRadius(int aEdgeRadius) Deprecated.Sets the radius of the colored edge around the numbers.voidDeprecated.Sets the font of the numbers.voidsetUnitString(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.aXis the first coordinate of the top left corner point of the icon.aY- the y ordinate at which the icon is painted.aYis 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:ALcdGRIBIconReturns the width of the icon.- Specified by:
getIconWidthin classALcdGRIBIcon- Parameters:
aValues- the values- Returns:
- the width of the icon.
-
getIconHeight
public int getIconHeight(double[] aValues) Deprecated.Description copied from class:ALcdGRIBIconReturns the height of the icon.- Specified by:
getIconHeightin classALcdGRIBIcon- Parameters:
aValues- the values- Returns:
- the height of the icon.
-
anchorPointSFCT
Deprecated.Description copied from class:ALcdGRIBIconReturns 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:
anchorPointSFCTin classALcdGRIBIcon- Parameters:
aValues- the valuesaPointSFCT- the point that has to be moved to the location of the anchor point of this icon.
-
TLcdNumericParameterizedIconcan display numeric icons for GRIB data decoded by the NetCDF decoder.