Package | Description |
---|---|
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.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Field and Description |
---|---|
protected CrossSectionSelector |
CrossSectionControl.csSelector
the cross section selector
|
protected CrossSectionSelector |
JythonControl.transectProbe
the transect probe
|
Modifier and Type | Method and Description |
---|---|
CrossSectionSelector |
CrossSectionControl.getCrossSectionSelector()
Get the selector used to position the cross section.
|
CrossSectionSelector |
RangeAndBearingControl.getCrossSectionSelector()
Return the selector line with end points.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContourCrossSectionControl.MyContourCrossSectionControl.init(DataChoice dataChoice,
CrossSectionSelector crossSectionSelector)
Construct the display, frame, and controls
|
boolean |
FlowCrossSectionControl.MyFlowCrossSectionControl.init(DataChoice dataChoice,
CrossSectionSelector crossSectionSelector)
Construct the display, frame, and controls
|
Constructor and Description |
---|
CrossSectionSelector(CrossSectionSelector that)
Construct a CrossSectionSelector from another instance
|