ucar.unidata.view.geoloc
Class LatLonScaleInfo

java.lang.Object
  extended by ucar.unidata.view.geoloc.LatLonScaleInfo

public class LatLonScaleInfo
extends Object

Struct containing Latitude / Longitude scale information.


Field Summary
 String abscissaLabel
          The abscissa label.
 int majorTickSpacing
          The major tick spacing.
 int minorTickSpacing
          The minor tick spacing.
 String ordinateLabel
          The ordinate label.
 
Constructor Summary
LatLonScaleInfo()
          Instantiates a new lat lon scale info.
LatLonScaleInfo(String abscissaLabel, String ordinateLabel, int majorTickSpacing, int minorTickSpacing)
          Instantiates a new lat lon scale info.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abscissaLabel

public String abscissaLabel
The abscissa label.


ordinateLabel

public String ordinateLabel
The ordinate label.


majorTickSpacing

public int majorTickSpacing
The major tick spacing.


minorTickSpacing

public int minorTickSpacing
The minor tick spacing.

Constructor Detail

LatLonScaleInfo

public LatLonScaleInfo()
Instantiates a new lat lon scale info.


LatLonScaleInfo

public LatLonScaleInfo(String abscissaLabel,
                       String ordinateLabel,
                       int majorTickSpacing,
                       int minorTickSpacing)
Instantiates a new lat lon scale info.

Parameters:
abscissaLabel - the abscissa label
ordinateLabel - the abscissa label
majorTickSpacing - the major tick spacing
minorTickSpacing - the minor tick spacing
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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