|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.editor.Selector
public class Selector
Class Selector _more_
| 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 |
|---|
public static final String TYPE_FIELD
public static final String TYPE_REGION_ALL
public static final String TYPE_REGION_SELECTED
public static final String TYPE_RANGE
| Constructor Detail |
|---|
public Selector()
public Selector(String type,
boolean inside)
type - _more_inside - _more_| Method Detail |
|---|
public boolean isRegion()
public static boolean isRegion(String type)
type - _more_
public boolean isRange()
public static boolean isRange(String type)
type - _more_
public String toString()
toString in class Objectpublic void setType(String value)
value - The new value for Typepublic String getType()
public void setInside(boolean value)
value - The new value for Insidepublic boolean getInside()
public void setMin(float value)
value - The new value for Minpublic float getMin()
public void setMax(float value)
value - The new value for Maxpublic float getMax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||