|
||||||||||
| 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.control.DisplayControlBase
ucar.unidata.idv.control.DisplayControlImpl
ucar.unidata.idv.control.GridDisplayControl
ucar.unidata.idv.control.CrossSectionControl
ucar.unidata.idv.control.ColorCrossSectionControl
public class ColorCrossSectionControl
Class for displaying cross sections as color shaded displays.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
DisplayControlImpl.SideLegendLabel |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.CrossSectionControl |
|---|
coordTrans, crossSectionView, csSelector, dataIs3D, displayIs3D, endCoord, endLocation, SHARE_XSLINE, sizeX, sizeY, startCoord, startLocation, vcsDisplay, xsDisplay |
| Fields inherited from class ucar.unidata.idv.control.GridDisplayControl |
|---|
CMD_CONTOURDIALOG, CMD_SETLEVELS, gridDataInstance, INITIAL_PROBE_EARTHLOCATION, log_, settingLevel |
| Fields inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
categories, colorScaleInfo, colorScales, contourInfo, contourInfoParams, controlContext, ctw, cw, dataSelection, defaultView, defaultViewManager, DISPLAY_LIST_NAME, displayListTable, displayMasters, displayUnit, helpUrl, initNoteText, instantiatedWithNoData, noteTextArea, noteWrapper, paramName, requestProperties, settingVisibility, sharables, showNoteText, skipSlider, srw, version, viewManagers |
| Fields inherited from interface ucar.unidata.idv.DisplayControl |
|---|
BOTTOM_LEGEND, DEFAULT_PROBEFORMAT, PREF_PREFIX, PREF_PROBEFORMAT, PREF_REMOVEONWINDOWCLOSE, PREF_SAMPLING_MODE, PREF_STANDALONE_REMOVEONCLOSE, PREF_STANDALONE_REMOVEONCLOSE_ASK, PROP_LEGENDICON, SIDE_LEGEND |
| Constructor Summary | |
|---|---|
ColorCrossSectionControl()
Default constructor |
|
| Method Summary | |
|---|---|
protected DisplayableData |
createVCSDisplay()
Create the DisplayableData that will be used
to depict the data in the control's display. |
protected DisplayableData |
createXSDisplay()
Create the DisplayableData that will be used
to depict the data in the main display. |
boolean |
getAllowSmoothing()
Get whether this display should allow smoothing |
void |
getControlWidgets(List controlWidgets)
Add any specialized control widgets for this control to the list. |
boolean |
getSmoothed()
Get whether the depictions show smooth or blocky shading. |
void |
setAllowSmoothing(boolean v)
Set whether this display should allow smoothed colors or blocky. |
void |
setSmoothed(boolean v)
Set whether the depictions should show smooth or blocky shading. |
| Methods inherited from class ucar.unidata.idv.control.DisplayControlBase |
|---|
boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToScreen, calculateRectangle, createStationTfo, earthToBox, earthToBox, earthToBoxTuple, earthToScreen, formatLevels, getScreenCenter, getSelectedStation, isLeftButtonDown, logException, logException, makeEarthLocation, screenToBox, screenToBox, screenToEarth, setStations, setStations, toBox, toEarth, userErrorMessage, userMessage |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, removeSharable, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.collab.Sharable |
|---|
getShareGroup, getSharing, getUniqueId |
| Constructor Detail |
|---|
public ColorCrossSectionControl()
| Method Detail |
|---|
protected DisplayableData createXSDisplay()
throws VisADException,
RemoteException
DisplayableData that will be used
to depict the data in the main display.
createXSDisplay in class CrossSectionControlVisADException - unable to create depictor
RemoteException - unable to create depictor (shouldn't happen)
protected DisplayableData createVCSDisplay()
throws VisADException,
RemoteException
DisplayableData that will be used
to depict the data in the control's display.
createVCSDisplay in class CrossSectionControlVisADException - unable to create depictor
RemoteException - unable to create depictor (shouldn't happen)
public void getControlWidgets(List controlWidgets)
throws VisADException,
RemoteException
getControlWidgets in class CrossSectionControlcontrolWidgets - List to add to.
VisADException - unable to create controls
RemoteException - unable to create controls (shouldn't happen)public void setSmoothed(boolean v)
v - true to use smoothed depictionspublic boolean getSmoothed()
public void setAllowSmoothing(boolean v)
v - true to allowing smoothing.public boolean getAllowSmoothing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||