Class AxisScaleInfo

java.lang.Object
ucar.visad.display.AxisScaleInfo
Direct Known Subclasses:
LatLonAxisScaleInfo, VertScaleInfo

public class AxisScaleInfo extends Object
AxisScaleInfo JavaBean
  • Constructor Details

    • AxisScaleInfo

      public AxisScaleInfo()
      Instantiates a new lat lon scale info.
  • Method Details

    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - the new label
    • getFont

      public Font getFont()
      Gets the font.
      Returns:
      the font
    • setFont

      public void setFont(Font font)
      Sets the font.
      Parameters:
      font - the new font
    • isVisible

      public boolean isVisible()
      Checks if is visible.
      Returns:
      true, if is visible
    • setVisible

      public void setVisible(boolean visible)
      Sets the visible.
      Parameters:
      visible - the new visible
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object