|
||||||||||
| 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.PlanViewControl
ucar.unidata.idv.control.ContourPlanViewControl
public class ContourPlanViewControl
A control for displaying gridded data as 2D contours.
| 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.PlanViewControl |
|---|
currentLevel, currentLevels, currentSlice, datachoice, levelReadout, MACRO_LEVEL, SHARE_LEVEL |
| 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 | |
|---|---|
ContourPlanViewControl()
Create a new ContourPlanViewControl setting the
attribute flags as appropriate. |
|
| Method Summary | |
|---|---|
protected DisplayableData |
createPlanDisplay()
Method to create the particular DisplayableData that
this this instance uses for data depictions. |
boolean |
getColorFill()
Get whether this display should use color filled contours. |
ContourInfo |
getContourInfo()
Get the contour info. |
protected ContourInfo |
getDefaultContourInfo()
Get the default contour info |
protected void |
initializeDefaultContourInfo(ContourInfo contourInfo)
A hook for derived classes to set any state. |
void |
projectionChanged()
Do what is needed when projection changes |
void |
setColorFill(boolean v)
Set whether this display should use color filled contours. |
protected boolean |
setData(DataChoice data)
Set the data displayed by this control |
| Methods inherited from class ucar.unidata.idv.control.GridDisplayControl |
|---|
actionPerformed, addTopographyMap, convertColorRange, doMakeContourLevelControl, doMakeLevelControl, doMakeLevelControl, getColorParamName, getColorRangeFromData, getColorUnit, getDataProjection, getDisplayUnit, getGridDataInstance, getInitialColorTable, getInitialRange, getRawDataUnit, isDisplayUnitAlsoColorUnit, setLevel |
| 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 ContourPlanViewControl()
ContourPlanViewControl setting the
attribute flags as appropriate.
| Method Detail |
|---|
protected DisplayableData createPlanDisplay()
throws VisADException,
RemoteException
DisplayableData that
this this instance uses for data depictions.
createPlanDisplay in class PlanViewControlRemoteException
VisADException
protected boolean setData(DataChoice data)
throws VisADException,
RemoteException
setData in class PlanViewControldata - DataChoice representing the data
VisADException - error creating data
RemoteException - error creating remote datapublic ContourInfo getContourInfo()
getContourInfo in class GridDisplayControlprotected ContourInfo getDefaultContourInfo()
getDefaultContourInfo in class GridDisplayControlprotected void initializeDefaultContourInfo(ContourInfo contourInfo)
initializeDefaultContourInfo in class GridDisplayControlcontourInfo - The contour info to initializepublic void setColorFill(boolean v)
v - true if color fill should be used.public boolean getColorFill()
public void projectionChanged()
projectionChanged in interface DisplayControlprojectionChanged in class PlanViewControl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||