|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ViewState
public class ViewState
| Field Summary | |
|---|---|
static String |
PROP_ASPECTRATIO
_more_ |
static String |
PROP_GLOBE
_more_ |
static String |
PROP_MATRIX
_more_ |
static String |
PROP_PROJECTION
_more_ |
String |
viewClassName
_more_ |
| Constructor Summary | |
|---|---|
ViewState()
_more_ |
|
ViewState(String viewClassName)
_more_ |
|
| Method Summary | |
|---|---|
Object |
get(Object key)
_more_ |
boolean |
getIsLocal()
Get the IsLocal property. |
String |
getName()
Get the Name property. |
Hashtable |
getProperties()
Get the Properties property. |
String |
getViewClassName()
Get the ViewClassName property. |
void |
put(Object key,
Object value)
_more_ |
void |
setIsLocal(boolean value)
Set the IsLocal property. |
void |
setName(String value)
Set the Name property. |
void |
setProperties(Hashtable value)
Set the Properties property. |
void |
setViewClassName(String value)
Set the ViewClassName property. |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String viewClassName
public static String PROP_MATRIX
public static String PROP_PROJECTION
public static String PROP_ASPECTRATIO
public static String PROP_GLOBE
| Constructor Detail |
|---|
public ViewState()
public ViewState(String viewClassName)
viewClassName - _more_| Method Detail |
|---|
public String toString()
toString in class Object
public void put(Object key,
Object value)
key - _more_value - _more_public Object get(Object key)
key - _more_
public void setProperties(Hashtable value)
value - The new value for Propertiespublic Hashtable getProperties()
public void setViewClassName(String value)
value - The new value for ViewClassNamepublic String getViewClassName()
public void setName(String value)
value - The new value for Namepublic String getName()
public void setIsLocal(boolean value)
value - The new value for IsLocalpublic boolean getIsLocal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||