ucar.unidata.idv.control.editor
Class Selector

java.lang.Object
  extended by ucar.unidata.idv.control.editor.Selector

public class Selector
extends Object

Class Selector _more_

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Field Summary
static String TYPE_FIELD
          _more_
static String TYPE_RANGE
          _more_
static String TYPE_REGION_ALL
          _more_
static String TYPE_REGION_SELECTED
          _more_
 
Constructor Summary
Selector()
          _more_
Selector(String type, boolean inside)
          _more_
 
Method Summary
 boolean getInside()
          Get the Inside property.
 float getMax()
          Get the Max property.
 float getMin()
          Get the Min property.
 String getType()
          Get the Type property.
 boolean isRange()
          _more_
static boolean isRange(String type)
          _more_
 boolean isRegion()
          _more_
static boolean isRegion(String type)
          _more_
 void setInside(boolean value)
          Set the Inside property.
 void setMax(float value)
          Set the Max property.
 void setMin(float value)
          Set the Min property.
 void setType(String value)
          Set the Type property.
 String toString()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_FIELD

public static final String TYPE_FIELD
_more_

See Also:
Constant Field Values

TYPE_REGION_ALL

public static final String TYPE_REGION_ALL
_more_

See Also:
Constant Field Values

TYPE_REGION_SELECTED

public static final String TYPE_REGION_SELECTED
_more_

See Also:
Constant Field Values

TYPE_RANGE

public static final String TYPE_RANGE
_more_

See Also:
Constant Field Values
Constructor Detail

Selector

public Selector()
_more_


Selector

public Selector(String type,
                boolean inside)
_more_

Parameters:
type - _more_
inside - _more_
Method Detail

isRegion

public boolean isRegion()
_more_

Returns:
_more_

isRegion

public static boolean isRegion(String type)
_more_

Parameters:
type - _more_
Returns:
_more_

isRange

public boolean isRange()
_more_

Returns:
_more_

isRange

public static boolean isRange(String type)
_more_

Parameters:
type - _more_
Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_

setType

public void setType(String value)
Set the Type property.

Parameters:
value - The new value for Type

getType

public String getType()
Get the Type property.

Returns:
The Type

setInside

public void setInside(boolean value)
Set the Inside property.

Parameters:
value - The new value for Inside

getInside

public boolean getInside()
Get the Inside property.

Returns:
The Inside

setMin

public void setMin(float value)
Set the Min property.

Parameters:
value - The new value for Min

getMin

public float getMin()
Get the Min property.

Returns:
The Min

setMax

public void setMax(float value)
Set the Max property.

Parameters:
value - The new value for Max

getMax

public float getMax()
Get the Max property.

Returns:
The Max