|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.idv.ViewManager
ucar.unidata.idv.HodographViewManager
public class HodographViewManager
A wrapper around a hodograph display Provides an interface for managing user interactions, gui creation, etc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.idv.ViewManager |
|---|
ViewManager.MatrixCommand |
| Field Summary | |
|---|---|
static String |
PREF_PREFIX
Prefix for preferences |
| Constructor Summary | |
|---|---|
HodographViewManager()
A paramterless ctor for XmlEncoder based decoding. |
|
HodographViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
String properties)
Create a HodographViewManager with the given context, display, descriptor, properties string |
|
HodographViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Create a HodographViewManager with the given context, descriptor, object store and properties string. |
|
HodographViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties,
AnimationInfo animationInfo)
Create a HodographViewManager with the given context, descriptor, object store, properties string and animation state |
|
| Method Summary | |
|---|---|
boolean |
animationOk()
Do we support animation? |
protected DisplayMaster |
doMakeDisplayMaster()
Factory method for creating the display master |
boolean |
getShowSideLegend()
Don't show the side legend |
String |
getTypeName()
What type of view is this |
void |
setHodographDisplay(Hodograph3DDisplay hd)
Set the hodograph display |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, initSharable, receiveShareData, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PREF_PREFIX
| Constructor Detail |
|---|
public HodographViewManager()
public HodographViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
throws VisADException,
RemoteException
viewContext - Provides a context for the VM to be in.desc - The ViewDescriptor that identifies this VMproperties - A set of ";" delimited name-value pairs.
RemoteException
VisADException
public HodographViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties,
AnimationInfo animationInfo)
throws VisADException,
RemoteException
viewContext - Provides a context for the VM to be in.desc - The ViewDescriptor that identifies this VMproperties - A set of ";" delimited name-value pairs.animationInfo - Initial animation properties
RemoteException
VisADException
public HodographViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
String properties)
throws VisADException,
RemoteException
viewContext - Provides a context for the VM to be in.master - display masterviewDescriptor - The ViewDescriptor that identifies this VMproperties - A set of ";" delimited name-value pairs.
RemoteException
VisADException| Method Detail |
|---|
protected DisplayMaster doMakeDisplayMaster()
throws VisADException,
RemoteException
doMakeDisplayMaster in class ViewManagerRemoteException - On badness
VisADException - On badnesspublic void setHodographDisplay(Hodograph3DDisplay hd)
hd - the hodograph displaypublic boolean getShowSideLegend()
getShowSideLegend in class ViewManagerpublic String getTypeName()
getTypeName in class ViewManagerpublic boolean animationOk()
animationOk in class ViewManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||