|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewDescriptor | |
|---|---|
| ucar.unidata.idv | The idv package. |
| ucar.unidata.idv.control | DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. |
| ucar.unidata.idv.control.drawing | Drawing control utilities and wrappers for glyphs. |
| Uses of ViewDescriptor in ucar.unidata.idv |
|---|
| Fields in ucar.unidata.idv declared as ViewDescriptor | |
|---|---|
static ViewDescriptor |
ViewDescriptor.LASTACTIVE
Represents the active view manager We keep the old name, MAIN3D, around for legacy reasons? |
static ViewDescriptor |
ViewDescriptor.NAME_LASTACTIVE_3D
Deprecated. Use LASTACTIVE |
static ViewDescriptor |
ViewDescriptor.NAME_MAIN3D
Deprecated. Use LASTACTIVE |
| Methods in ucar.unidata.idv that return ViewDescriptor | |
|---|---|
ViewDescriptor |
ViewManager.getViewDescriptor()
Get the ViewDescriptor. |
| Methods in ucar.unidata.idv with parameters of type ViewDescriptor | |
|---|---|
void |
ViewManager.addViewDescriptor(ViewDescriptor vd)
Add the view descriptor |
ViewManager |
VMManager.createViewManager(ViewDescriptor viewDescriptor,
String properties)
Create the given ViewManager |
ViewManager |
VMManager.findOrCreateViewManager(ViewDescriptor viewDescriptor,
String properties)
As the name implies find the view manager identified by the given viewDescriptor or create a new one. |
ViewManager |
VMManager.findViewManager(ViewDescriptor viewDescriptor)
Find the view manager identified by the given view descriptor |
static ViewManager |
VMManager.findViewManagerInList(ViewDescriptor viewDescriptor,
List vms)
Find the view manager in the given list that is defined by the given view descriptor. |
ViewManager |
IntegratedDataViewer.getViewManager(ViewDescriptor viewDescriptor)
Implementation of the ControlContext interface call. |
ViewManager |
ControlContext.getViewManager(ViewDescriptor viewDescriptor)
Create, if needed, and return the ViewManager
identified by the given ViewDescriptor |
ViewManager |
MultiPaneIdv.getViewManager(ViewDescriptor viewDescriptor)
Override the base class method to always return current ViewManager |
ViewManager |
IntegratedDataViewer.getViewManager(ViewDescriptor viewDescriptor,
boolean newWindow,
String properties)
Creates, if needed, and returns the ViewManager that is specified
by the given ViewDescriptor |
ViewManager |
ControlContext.getViewManager(ViewDescriptor viewDescriptor,
boolean newWindow,
String properties)
Create, if needed, and return the ViewManager
identified by the given ViewDescriptor |
boolean |
ViewManager.isClassOk(ViewDescriptor vd)
If the given view descriptor has one or more class names is the class name of this ViewManager in the list |
boolean |
ViewManager.isDefinedBy(ViewDescriptor vd)
Does this view manager have the given view descriptor |
boolean |
ViewDescriptor.nameEquals(ViewDescriptor that)
Does this view descriptor equal the given obj |
void |
ViewManager.setViewDescriptor(ViewDescriptor vd)
Deprecated. Use addViewDescriptor |
| Constructors in ucar.unidata.idv with parameters of type ViewDescriptor | |
|---|---|
CrossSectionViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Create a CrossSectionViewManager with the given context, descriptor, object store and properties string. |
|
CrossSectionViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties,
AnimationInfo animationInfo)
Create a CrossSectionViewManager with the given context, descriptor, object store, properties string and animation state |
|
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 |
|
HovmollerViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Construct a HovmollerViewManager with the specified params |
|
MapViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Construct a MapViewManager with the specified params |
|
NavigatedViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Construct a NavigatedViewManager with the specified params |
|
SoundingViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
String properties)
Create a SoundingViewManager with the given context, display, descriptor, properties string |
|
SoundingViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Create a SoundingViewManager with the given context, descriptor, object store and properties string. |
|
SoundingViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties,
AnimationInfo animationInfo)
Create a SoundingViewManager with the given context, descriptor, object store, properties string and animation state |
|
TimeHeightViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Construct a TimeHeightViewManager with the specified params |
|
TransectViewManager(ViewContext viewContext,
ViewDescriptor desc,
String properties)
Construct a TransectViewManager with the specified params |
|
ViewDescriptor(ViewDescriptor that)
Copy ctor |
|
ViewManager(ViewContext viewContext,
DisplayMaster master,
ViewDescriptor viewDescriptor,
String properties)
Create this ViewManager |
|
ViewManager(ViewContext viewContext,
ViewDescriptor viewDescriptor,
String properties)
Instantiate this ViewManager with the given AnimationInfo |
|
ViewManager(ViewContext viewContext,
ViewDescriptor viewDescriptor,
String properties,
AnimationInfo info)
Instantiate this ViewManager with the given AnimationInfo |
|
| Uses of ViewDescriptor in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control that return ViewDescriptor | |
|---|---|
ViewDescriptor |
DisplayControlImpl.getDefaultViewDescriptor()
Return the ViewDescriptor to use. |
| Methods in ucar.unidata.idv.control with parameters of type ViewDescriptor | |
|---|---|
ViewManager |
DisplayControlImpl.addDisplayable(Displayable theDisplay,
ViewDescriptor viewDescriptor)
Find the ViewManager defined
by the given ViewDescriptor. |
ViewManager |
DisplayControlImpl.addDisplayable(Displayable theDisplay,
ViewDescriptor viewDescriptor,
int flag)
Add the given Displayable into the
ViewManager identified by
the given ViewDescriptor |
void |
LineProbeControl.doMakeProbe(Color probeColor,
ViewDescriptor view)
Make the probe with the specific Color and
ViewDescriptor. |
void |
LineProbeControl.doMakeProbe(ViewDescriptor view)
Make the probe with the specific ViewDescriptor. |
ViewManager |
DisplayControlImpl.getViewManager(ViewDescriptor viewDescriptor)
Get, from the ControlContext,
the ViewManager identified by the
given ViewDescriptor |
| Uses of ViewDescriptor in ucar.unidata.idv.control.drawing |
|---|
| Methods in ucar.unidata.idv.control.drawing that return ViewDescriptor | |
|---|---|
ViewDescriptor |
TransectGlyph.getViewDescriptor()
Get the ViewDescriptor property. |
| Methods in ucar.unidata.idv.control.drawing with parameters of type ViewDescriptor | |
|---|---|
void |
TransectGlyph.setViewDescriptor(ViewDescriptor value)
Set the ViewDescriptor property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||