gov.noaa.pmel.sgt.plot
Class PlotPaneMode

java.lang.Object
  extended by gov.noaa.pmel.sgt.plot.PlotPaneMode

public final class PlotPaneMode
extends java.lang.Object

Since:
2.x

Field Summary
static int _DRAG_AND_DROP
           
static int _SELECT_DATA
           
static int _SELECT_OBJECT
           
static int _ZOOM_DOMAIN
           
static PlotPaneMode DRAG_AND_DROP
           
static PlotPaneMode SELECT_DATA
           
static PlotPaneMode SELECT_OBJECT
           
static PlotPaneMode ZOOM_DOMAIN
           
 
Constructor Summary
protected PlotPaneMode(int value)
           
 
Method Summary
 PlotPaneMode from_int(int value)
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

PlotPaneMode

protected PlotPaneMode(int value)
Method Detail

getValue

public int getValue()

from_int

public PlotPaneMode from_int(int value)