Uses of Class
ucar.visad.display.LineDrawing

Packages that use LineDrawing
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.view.sounding Provides support for aerological diagrams. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of LineDrawing in ucar.unidata.idv.control
 

Subclasses of LineDrawing in ucar.unidata.idv.control
 class SoundingProfile
          Supports a profile trace on a thermodynamic diagram.
 

Methods in ucar.unidata.idv.control with parameters of type LineDrawing
static void LocationIndicatorControl.setPts(LineDrawing ld, float x1, float x2, float y1, float y2, float z1, float z2)
          Set the location of the line
 

Uses of LineDrawing in ucar.unidata.view.sounding
 

Subclasses of LineDrawing in ucar.unidata.view.sounding
protected static class AerologicalDisplay.LeftPressureAxisLabels
          Provides support for the left pressure-axis labels.
protected static class AerologicalDisplay.LowerTemperatureAxisLabels
          Provides support for the lower temperature labels.
protected  class AerologicalDisplay.MyWindStaff
          Internal class for displaying a wind staff
protected static class AerologicalDisplay.PressureAxisLabels
          Provides support for labels for the pressure axis.
protected static class AerologicalDisplay.RightPressureAxisLabels
          Provides support for the left pressure-axis labels.
protected static class AerologicalDisplay.TemperatureAxisLabels
          Provides support for labels on the temperature axis.
protected static class AerologicalDisplay.UpperTemperatureAxisLabels
          Provides support for the lower temperature labels.
 class AirTemperatureProfile
          Supports an airtemperature-profile as a JavaBean.
 class BackgroundContours
          Supports background contours on a thermodynamic diagram.
 class Box
          Supports a non-standard box background on a thermodynamic diagram.
 class CenterPole
          Provides support for the center pole of a 3D wind hodograph.
 class CompassLabels
          Provides support for compass labels.
 class DewPointProfile
          Supports an dew-point profile as a JavaBean.
 class DisplayableMeanWind
          Supports the display of a mean wind.
 class DryAdiabats
          Supports background dry adiabats on a thermodynamic diagram.
 class DryTrajectory
          Provides support for displaying the dry portion of a lifted parcel's pseudo- adiabatic trajectory.
 class Isobars
          Supports background isobars on a thermodynamic diagram.
 class Isotherms
          Supports background isotherms on a thermodynamic diagram.
 class MeanWindTrace
          Provides support for displaying the mean wind as a trace (ex: a point).
 class MixingRatioTrajectory
          Provides support for displaying a constant mixing-ratio curve from a saturation point to lower pressure.
 class Profile
          Supports a profile trace on a thermodynamic diagram.
 class SaturationAdiabats
          Supports background saturation adiabats on a thermodynamic diagram.
 class SaturationMixingRatioContours
          Provides support for displaying contours of constant saturation mixing-ratio on a thermodynamic diagram.
 class SaturationTrajectory
          Provides support for the saturated portion of the pseudo-adiabatic trajectory of a lifted air parcel.
 class ScaleLabels
          Provides support for displaying scale-labels along an axis.
 class SpeedLabels
          Provides support for speed labels for a 3D wind hodograph.
 class Trajectory
          Provides support for displaying a parcel's trajectory.
 class WindArrow
          Supports the display a horizontal wind as a wind-direction shaft with barbs.
 class WindProfileDisplayable
          Supports the display a horizontal wind as a wind-direction shaft with barbs.
protected  class WindTrace.DisplayableWindTrace
          Provides support for displaying a wind profile as an (x,y,z) trace.
 

Uses of LineDrawing in ucar.visad.display
 

Subclasses of LineDrawing in ucar.visad.display
 class Contour2DDisplayable
          A class to support showing 2D gridded data as colored contours on a plane in a NavigatedDisplay.
 class ContourLines
          Provides support for a Displayable that comprises a set of contour lines.
 class CrossHair
          Provides support for a Displayable comprising a cross-hair.
 class CurveDrawer
          Provides support for a Displayable that comprises a set of drawn curves.
 class IndicatorPoint
          Displayable to encompass a manipulable point that can be moved around the display.
 class LatLonLines
          Displayable to support Latitude and Longitude lines.
 class MapLines
          Provides support for displaying map lines.
 class PickableLineDrawing
          Subclass of LineDrawing to support a pickable data object
 class PolarLineDrawing
          Provides support for lines drawing in a polar coordinate system.
 class ProfileLine
          This class is used to draw one line connecting two end points.
 class Radials
          Provides support for a Displayable comprising a set of Radials
 class RingLabels
          Labels for RingSets
 class RingSet
          Provides support for a set of evenly-spaced, concentric rings (ie: a "bullseye").
 class RubberBandBox
          Provides support for a Displayable that comprises a rubber band box.
 class SelectorPoint
          Displayable to encompass a manipulable point that can be moved around the display.
 class ShapeDisplayable
          Displayable to encompass a manipulable point that can be moved around the display.
 class TextDisplayable
          Super class for displaying text data
 

Constructors in ucar.visad.display with parameters of type LineDrawing
LineDrawing(LineDrawing that)
          Constructs from another instance.