gov.noaa.pmel.sgt.plot
Class PlotPaneMode
java.lang.Object
gov.noaa.pmel.sgt.plot.PlotPaneMode
public final class PlotPaneMode
- extends java.lang.Object
- Since:
- 2.x
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ZOOM_DOMAIN
public static final int _ZOOM_DOMAIN
- See Also:
- Constant Field Values
ZOOM_DOMAIN
public static final PlotPaneMode ZOOM_DOMAIN
_SELECT_OBJECT
public static final int _SELECT_OBJECT
- See Also:
- Constant Field Values
SELECT_OBJECT
public static final PlotPaneMode SELECT_OBJECT
_SELECT_DATA
public static final int _SELECT_DATA
- See Also:
- Constant Field Values
SELECT_DATA
public static final PlotPaneMode SELECT_DATA
_DRAG_AND_DROP
public static final int _DRAG_AND_DROP
- See Also:
- Constant Field Values
DRAG_AND_DROP
public static final PlotPaneMode DRAG_AND_DROP
PlotPaneMode
protected PlotPaneMode(int value)
getValue
public int getValue()
from_int
public PlotPaneMode from_int(int value)