Uses of Class
ucar.visad.display.Displayable
Packages that use Displayable
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Drawing control utilities and wrappers for glyphs.
Provides support for aerological diagrams.
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of Displayable in ucar.unidata.idv
Methods in ucar.unidata.idv that return DisplayableConstructors in ucar.unidata.idv with parameters of type DisplayableModifierConstructorDescriptionDisplayInfo
(DisplayControl displayControl, ViewManager viewManager, Displayable displayable) Create this display info. -
Uses of Displayable in ucar.unidata.idv.control
Subclasses of Displayable in ucar.unidata.idv.controlModifier and TypeClassDescriptionclass
Supports a profile trace on a thermodynamic diagram.Fields in ucar.unidata.idv.control declared as DisplayableMethods in ucar.unidata.idv.control that return DisplayableModifier and TypeMethodDescriptionSoundingProfile.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.JythonControl.getCurrentProbe()
Get the probe being used.Methods in ucar.unidata.idv.control with parameters of type DisplayableModifier and TypeMethodDescriptionprotected void
DisplayControlImpl.addAttributedDisplayable
(Displayable d) Add the givenDisplayable
to the list of attribute displayables.protected void
DisplayControlImpl.addAttributedDisplayable
(Displayable d, int attributeFlags) Add the givenDisplayable
to the list of displayables.protected void
DisplayControlImpl.addAttributedDisplayable
(Displayable d, int attributeFlags, int notGlobalFlags) Add the given Displayable into the list of attributed displayables managed by this DisplayControl.DisplayControlImpl.addDisplayable
(Displayable d) Add the givenDisplayable
into aViewManager
DisplayControlImpl.addDisplayable
(Displayable theDisplay, int attributeFlag) A wrapper around addDisplayable (Displayable theDisplay, ViewDescriptor viewDescriptor), passing in the default LASTACTIVE ViewDescriptor.DisplayControlImpl.addDisplayable
(Displayable theDisplay, ViewDescriptor viewDescriptor) Find theViewManager
defined by the givenViewDescriptor
.DisplayControlImpl.addDisplayable
(Displayable theDisplay, ViewDescriptor viewDescriptor, int flag) DisplayControlImpl.addDisplayable
(Displayable theDisplay, ViewManager viewManager) Add the givenDisplayable
into the givenViewManager
DisplayControlImpl.addDisplayable
(Displayable theDisplay, ViewManager viewManager, int flag) Add the givenDisplayable
into the givenViewManager
protected DisplayInfo
DisplayControlImpl.findDisplayInfo
(Displayable displayable) Find the DisplayInfo for a displayableDisplayControlImpl.getDisplayMaster
(Displayable displayable) A helper method for finding theDisplayMaster
that displays the givenDisplayable
DisplayControlImpl.getViewManager
(Displayable displayable) A helper method for finding the commonViewManager
which is displaying the given displayable.void
DisplayControlImpl.removeDisplayable
(Displayable displayable) Remove aDisplayable
protected void
DisplayControlImpl.setDisplayableVisibility
(Displayable d, boolean visible) Set the ultimate visibility of the particularDisplayable
.protected void
DisplayControlImpl.setDisplayableVisiblity
(Displayable d, boolean visible) Deprecated, misspelled version of setDisplayVisibility.protected void
AerologicalSoundingControl.setSpatialLoci
(Displayable loci) Set the spatial location displayableConstructors in ucar.unidata.idv.control with parameters of type DisplayableModifierConstructorDescriptionFlaggedDisplayable
(Displayable displayable, int flag) Create a flagged displayable. -
Uses of Displayable in ucar.unidata.idv.control.drawing
Methods in ucar.unidata.idv.control.drawing that return DisplayableMethods in ucar.unidata.idv.control.drawing with parameters of type DisplayableModifier and TypeMethodDescriptionprotected void
DrawingGlyph.addDisplayable
(Displayable displayable) Add the displayable to the main parent displayableprotected void
DrawingGlyph.removeDisplayable
(Displayable displayable) Remove the displayable from the main displayableprotected static void
HighLowGlyph.setAnimationSet
(Displayable d, List timeValues) utility to set the animation set on the displayableprotected static void
PolyGlyph.setAnimationSet
(Displayable d, List timeValues) utility to set the animation set on the displayableprotected void
DrawingGlyph.setColor
(Displayable displayable, Color c) Set color on displayableprotected void
HighLowGlyph.setColor
(Displayable displayable, Color c) Override the set color method so we don't set the colorprotected void
FrontGlyph.xxxxsetColor
(Displayable displayable, Color c) noop -
Uses of Displayable in ucar.unidata.view.sounding
Subclasses of Displayable in ucar.unidata.view.soundingModifier and TypeClassDescriptionprotected class
Provides support for displaying the trajectory of a lifted parcel.protected static class
Provides support for the left pressure-axis labels.protected static class
Provides support for the lower temperature labels.protected class
Internal class for displaying a wind staffprotected static class
Provides support for labels for the pressure axis.protected static class
Provides support for the left pressure-axis labels.protected static class
Provides support for labels on the temperature axis.protected static class
Provides support for the lower temperature labels.class
Supports an airtemperature-profile as a JavaBean.class
Supports background contours on a thermodynamic diagram.class
Supports a non-standard box background on a thermodynamic diagram.class
Provides support for the center pole of a 3D wind hodograph.class
Provides support for compass labels.class
Supports an dew-point profile as a JavaBean.class
Supports the display of a mean wind.final class
Supports background dry adiabats on a thermodynamic diagram.class
Provides support for displaying the dry portion of a lifted parcel's pseudo- adiabatic trajectory.class
Provides support for intermediate-level rings in a 3D wind hodograph.final class
Supports background isobars on a thermodynamic diagram.final class
Supports background isotherms on a thermodynamic diagram.class
Provides support for a CompositeDisplayable of mean winds.class
Provides support for displaying the mean wind as a trace (ex: a point).class
Provides support for displaying a constant mixing-ratio curve from a saturation point to lower pressure.class
Supports a profile trace on a thermodynamic diagram.final class
Displayable
for the pseudo-adiabatic path of a lifted air parcel.final class
Supports background saturation adiabats on a thermodynamic diagram.final class
Provides support for displaying contours of constant saturation mixing-ratio on a thermodynamic diagram.class
Provides support for the saturated portion of the pseudo-adiabatic trajectory of a lifted air parcel.class
Provides support for displaying scale-labels along an axis.class
Provides support for a composite displayable comprising a temperature profile and a dew-point profile.class
Provides support for a CompositeDisplayable of Sounding-s.class
Provides support for speed labels for a 3D wind hodograph.class
Provides support for displaying a parcel's trajectory.class
Supports the display a horizontal wind as a wind-direction shaft with barbs.class
Provides support for the display of a wind profile on in an AerologicalDisplay as a set of as a set of wind barbs.class
Provides support for the display of a vertical profile of the horizontal wind.class
Supports the display a horizontal wind as a wind-direction shaft with barbs.class
Provides support for a CompositeDisplayable of WindProfile-s.class
Provides support for the display of a wind profile as a collection of wind arrows.class
Provides support for displaying a wind profile as a trace.protected class
Provides support for displaying a wind profile as an (x,y,z) trace.Methods in ucar.unidata.view.sounding that return DisplayableModifier and TypeMethodDescriptionAerologicalDisplay.LeftPressureAxisLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.AerologicalDisplay.LowerTemperatureAxisLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.AerologicalDisplay.RightPressureAxisLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.AerologicalDisplay.UpperTemperatureAxisLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.AirTemperatureProfile.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.Box.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CenterPole.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CompassLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.DewPointProfile.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.DryAdiabats.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.DryTrajectory.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.IntermediateRings.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.Isobars.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.Isotherms.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.MeanWindTrace.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.MixingRatioTrajectory.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SaturationAdiabats.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SaturationMixingRatioContours.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SaturationTrajectory.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SpeedLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindArrow.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindBarbProfile.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindProfileDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindStaff.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindTrace.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.WindTrace.DisplayableWindTrace.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.MeanWindSet.getActiveMeanWind()
Returns the active mean-wind property.protected Displayable
Hodograph3DDisplay.newMeanWind()
Returns the MeanWind Displayable with a missing mean-wind.protected Displayable
Hodograph3DDisplay.newMeanWind
(DataReference meanWindRef) Returns a MeanWind Displayable corresponding to a data reference for a mean-wind Tuple.protected Displayable
Hodograph3DDisplay.newMeanWind
(Tuple meanWind) Returns a MeanWind Displayable corresponding to a mean-wind Tuple.protected abstract Displayable
WindProfileDisplay.newMeanWind()
Returns the MeanWind Displayable with a missing mean-wind.protected abstract Displayable
WindProfileDisplay.newMeanWind
(DataReference meanWindRef) Returns a MeanWind Displayable corresponding to a mean-wind Tuple.protected abstract Displayable
WindProfileDisplay.newMeanWind
(Tuple meanWind) Returns a MeanWind Displayable corresponding to a mean-wind Tuple.protected Displayable
WindStaffDisplay.newMeanWind()
Returns the MeanWind Displayable with a missing mean-wind.protected Displayable
WindStaffDisplay.newMeanWind
(DataReference meanWindRef) Returns a MeanWind Displayable corresponding to a data reference for a mean-wind Tuple.protected Displayable
WindStaffDisplay.newMeanWind
(Tuple meanWind) Returns a MeanWind Displayable corresponding to a mean-wind Tuple.MeanWindSet.removeMeanWind
(int index) Removes a mean-wind Displayable from this composite.Methods in ucar.unidata.view.sounding with parameters of type DisplayableModifier and TypeMethodDescriptionprotected void
MeanWindSet.setActiveMeanWind
(Displayable meanWind) Sets the active mean-wind property.void
MeanWindSet.setMeanWind
(int index, Displayable meanWind) Adds a mean-wind Displayable to this composite.Constructors in ucar.unidata.view.sounding with parameters of type DisplayableModifierConstructorDescriptionMeanWindSet
(Displayable missingMeanWind, LocalDisplay display) Constructs from a prototype Displayable with a missing value and a VisAD display. -
Uses of Displayable in ucar.visad.display
Subclasses of Displayable in ucar.visad.displayModifier and TypeClassDescriptionclass
Provides support for aDisplayable
that needs a map to Display.Animationclass
Class for a probe that defines an area.class
Displayable for a color scale in a display.class
Supports composition of a list of Displayable-s into a single Displayable.class
A class to support showing 2D gridded data as colored contours on a plane in a NavigatedDisplay.class
Provides support for a Displayable that comprises a set of contour lines.class
Provides support for a Displayable comprising a cross-hair.class
CrossSectionSelector is a composite of two endpoints that can be moved independently, a line connecting the two points, and a middle point that can be used to move orthoganally to the line.class
Provides support for a Displayable that comprises a set of drawn curves.class
Provides support for displaying data that comprises a single VisAD Data object (and, consequently, needs only a single DataReference).class
Provides support for displaying the VisAD Data of a VisAD DataReference.class
Provides support for a Displayable displays wind data (u,v) or (spd, dir) as wind vectors.class
FrontDrawer is the VisAD class for manipulation of fronts.class
A class to support showing 2D gridded data as color on a plane in a DisplayMaster.class
A class to support showing 3D gridded data as an IsoSurfaceclass
Class for displaying grid point values as textclass
Provides support for a Displayable that needs a map to (Display.Red,Display.Green,Display.Blue)class
Provides support for displaying ImageSequencesclass
Displayable to encompass a manipulable point that can be moved around the display.class
Provides support for a Displayable that comprises an iso-surface Supports color tables as well.class
Class for creating lat/lon labelsclass
Displayable to support Latitude and Longitude lines.class
Provides support for line drawings.class
Class for a probe.class
Provides support for displaying map lines.class
Subclass of LineDrawing to support a pickable data objectclass
Provides support for a color coded display of a track trace.class
Class for a probe.class
Provides support for lines drawing in a polar coordinate system.class
This class is used to draw one line connecting two end points.class
A class to support a standard radar grid display - range rings, radials and labels.class
Provides support for a Displayable comprising a set of Radialsclass
Provides support for a Displayable that needs a map to either Display.RGB or to Display.RGBA.class
Labels for RingSetsclass
Provides support for a set of evenly-spaced, concentric rings (ie: a "bullseye").class
Provides support for a Displayable that comprises a rubber band box.class
Provides support for labeling the scale of an axis.class
SelectorDisplayable is an abstract class that manages a list of PropertyChangeListeners.class
Displayable to encompass a manipulable point that can be moved around the display.class
A class for support of a select range scalar map.class
Displayable to encompass a manipulable point that can be moved around the display.class
Provides support for display of station locations.class
Class for displaying a station (layout) model plotclass
Super class for displaying text dataclass
Provides support for a color coded display of a track trace.class
A class to support showing 3D gridded data as a volume in a DisplayMaster.class
Provides support for a Displayable to show wind with the conventional meteorological "wind barb" symbols.class
ZSelector is a single small color-filled box on the screen that the user can move vertically by dragging with mouse button three; it can be used to control items whose position has a z value in a VisAD display.Methods in ucar.visad.display that return DisplayableModifier and TypeMethodDescriptionAnimation.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.ColorScale.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CompositeDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.Contour2DDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CrossHair.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CrossSectionSelector.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CurveDrawer.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.abstract Displayable
Displayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.DisplayableData.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD Display.DisplayableDataRef.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.FlowDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.FrontDrawer.cloneForDisplay()
Clone for displayGrid2DDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.Grid3DDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.GridValueDisplayable.cloneForDisplay()
Clone thisDisplayable
so it can go into a different display.ImageSequenceDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.IndicatorPoint.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.LatLonLines.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.MapLines.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.ProfileLine.cloneForDisplay()
Required method used to make a copy of this object.Radials.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.RingSet.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.RubberBandBox.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.ScaleLabels.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SelectorPoint.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.SelectRangeDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.ShapeDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.StationLocationDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.StationModelDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.TextDisplayable.cloneForDisplay()
Clone thisDisplayable
so it can go into a different display.TrackDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.VolumeDisplayable.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.ZSelector.cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.CompositeDisplayable.getDisplayable
(int index) Gets a Displayable of the composite.final Displayable[]
DisplayMaster.getDisplayables()
Returns theDisplayable
s of this instance as an array.final Displayable
DisplayMaster.getDisplayables
(int index) Returns theDisplayable
at a given position in the list ofDisplayable
s.CompositeDisplayable.lastDisplayable()
Obtains the last displayable added to this composite.CompositeDisplayable.removeDisplayable
(int index) Removes a Displayable from the composite.Methods in ucar.visad.display with parameters of type DisplayableModifier and TypeMethodDescriptionvoid
CompositeDisplayable.addDisplayable
(Displayable displayable) Adds a Displayable to the composite.final void
DisplayMaster.addDisplayable
(Displayable displayable) Adds a Displayable to the Displayable-s managed by this instance.int
CompositeDisplayable.indexOf
(Displayable displayable) Gets the index of the particular Displayable.int
DisplayMaster.indexOf
(Displayable displayable) Returns the index of a particularDisplayable
.boolean
CompositeDisplayable.removeDisplayable
(Displayable displayable) Removes a Displayable from the composite.boolean
DisplayMaster.removeDisplayable
(Displayable displayable) Removes a Displayable from this instance.void
CompositeDisplayable.setDisplayable
(int index, Displayable displayable) Sets a Displayable of the composite.final void
DisplayMaster.setDisplayables
(int index, Displayable displayable) Sets the Displayable managed by this instance at a given point in the list of Displayable-s.final void
DisplayMaster.setDisplayables
(Displayable[] displayables) Sets theDisplayable
s managed by this instance.Constructors in ucar.visad.display with parameters of type DisplayableModifierConstructorDescriptionprotected
Displayable
(Displayable that) Constructs from another instance.