Class TLcdGRIBNumericIcon

java.lang.Object
com.luciad.format.grib.gxy.ALcdGRIBIcon
com.luciad.format.grib.gxy.TLcdGRIBNumericIcon
All Implemented Interfaces:
ILcdGRIBIcon

@Deprecated public class TLcdGRIBNumericIcon extends ALcdGRIBIcon
Deprecated.
The NetCDF decoder should be used to decode GRIB data. TLcdNumericParameterizedIcon can display numeric icons for GRIB data decoded by the NetCDF decoder.
This ILcdGRIBIcon displays numbers, based on the first value of the array of values.
Since:
6.5
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Deprecated.
    Creates a new TLcdGRIBNumericIcon with default settings.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    anchorPointSFCT(double[] aValues, Point aPointSFCT)
    Deprecated.
    Returns the anchor point of this icon.
    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.
    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
    setColor(Color aColor)
    Deprecated.
    Sets the color of the numbers.
    void
    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
    setFont(Font aFont)
    Deprecated.
    Sets the font of the numbers.
    void
    setUnitString(String aUnitString)
    Deprecated.
    Sets the unit string that is appended after the number.

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • TLcdGRIBNumericIcon Link icon

      public TLcdGRIBNumericIcon()
      Deprecated.
      Creates a new TLcdGRIBNumericIcon with default settings.
  • Method Details Link icon

    • getUnitString Link icon

      public String getUnitString()
      Deprecated.
      Returns the unit string that is appended after the number.
      Returns:
      The unit string.
      See Also:
    • setUnitString Link icon

      public void setUnitString(String aUnitString)
      Deprecated.
      Sets the unit string that is appended after the number.
      Parameters:
      aUnitString - The unit string.
      See Also:
    • getFont Link icon

      public Font getFont()
      Deprecated.
      Gets the font of the numbers.
      Returns:
      The font of the numbers.
      See Also:
    • setFont Link icon

      public void setFont(Font aFont)
      Deprecated.
      Sets the font of the numbers.
      Parameters:
      aFont - The font of the numbers.
      See Also:
    • getColor Link icon

      public Color getColor()
      Deprecated.
      Gets the color of the numbers.
      Returns:
      The color of the numbers.
      See Also:
    • setColor Link icon

      public void setColor(Color aColor)
      Deprecated.
      Sets the color of the numbers.
      Parameters:
      aColor - The color of the numbers.
      See Also:
    • getEdgeColor Link icon

      public Color getEdgeColor()
      Deprecated.
      Returns the color of the edge around the numbers.
      Returns:
      The color of the edge around the numbers.
      See Also:
    • setEdgeColor Link icon

      public void setEdgeColor(Color aEdgeColor)
      Deprecated.
      Sets the color of the edge around the numbers.
      Parameters:
      aEdgeColor - The color of the edge around the numbers.
      See Also:
    • getEdgeRadius Link icon

      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 Link icon

      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 Link icon

      public DecimalFormat getDecimalFormat()
      Deprecated.
      Gets the decimal format for the numbers.
      Returns:
      The decimal format for the numbers.
      See Also:
    • setDecimalFormat Link icon

      public void setDecimalFormat(DecimalFormat aDecimalFormat)
      Deprecated.
      Sets the decimal format for the numbers.
      Parameters:
      aDecimalFormat - The decimal format for the numbers.
      See Also:
    • paintGRIBIcon Link icon

      public void paintGRIBIcon(Graphics aGraphics, int aX, int aY, double[] aValues)
      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 Link icon

      public int getIconWidth(double[] aValues)
      Deprecated.
      Description copied from class: ALcdGRIBIcon
      Returns the width of the icon.
      Specified by:
      getIconWidth in class ALcdGRIBIcon
      Parameters:
      aValues - the values
      Returns:
      the width of the icon.
    • getIconHeight Link icon

      public int getIconHeight(double[] aValues)
      Deprecated.
      Description copied from class: ALcdGRIBIcon
      Returns the height of the icon.
      Specified by:
      getIconHeight in class ALcdGRIBIcon
      Parameters:
      aValues - the values
      Returns:
      the height of the icon.
    • anchorPointSFCT Link icon

      public void anchorPointSFCT(double[] aValues, Point aPointSFCT)
      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 class ALcdGRIBIcon
      Parameters:
      aValues - the values
      aPointSFCT - the point that has to be moved to the location of the anchor point of this icon.