ucar.unidata.idv
Class ViewState

java.lang.Object
  extended by ucar.unidata.idv.ViewState

public class ViewState
extends Object

Author:
IDV development team

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

viewClassName

public String viewClassName
_more_


PROP_MATRIX

public static String PROP_MATRIX
_more_


PROP_PROJECTION

public static String PROP_PROJECTION
_more_


PROP_ASPECTRATIO

public static String PROP_ASPECTRATIO
_more_


PROP_GLOBE

public static String PROP_GLOBE
_more_

Constructor Detail

ViewState

public ViewState()
_more_


ViewState

public ViewState(String viewClassName)
_more_

Parameters:
viewClassName - _more_
Method Detail

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_

put

public void put(Object key,
                Object value)
_more_

Parameters:
key - _more_
value - _more_

get

public Object get(Object key)
_more_

Parameters:
key - _more_
Returns:
_more_

setProperties

public void setProperties(Hashtable value)
Set the Properties property.

Parameters:
value - The new value for Properties

getProperties

public Hashtable getProperties()
Get the Properties property.

Returns:
The Properties

setViewClassName

public void setViewClassName(String value)
Set the ViewClassName property.

Parameters:
value - The new value for ViewClassName

getViewClassName

public String getViewClassName()
Get the ViewClassName property.

Returns:
The ViewClassName

setName

public void setName(String value)
Set the Name property.

Parameters:
value - The new value for Name

getName

public String getName()
Get the Name property.

Returns:
The Name

setIsLocal

public void setIsLocal(boolean value)
Set the IsLocal property.

Parameters:
value - The new value for IsLocal

getIsLocal

public boolean getIsLocal()
Get the IsLocal property.

Returns:
The IsLocal