Uses of Class
ucar.unidata.idv.control.chart.WayPoint

Packages that use WayPoint
ucar.unidata.idv.control.chart Charting facilities used by DisplayControls. 
 

Uses of WayPoint in ucar.unidata.idv.control.chart
 

Methods in ucar.unidata.idv.control.chart that return WayPoint
 WayPoint TrackSegment.getLeft()
          Get the left most waypoint.
 WayPoint TrackSegment.getRight()
          Get the right most waypoint.
 WayPoint TimeSeriesChartWrapper.getTimeWayPoint()
          Get the TimeWayPoint property.
 WayPoint ReadoutTable.getWayPoint()
          Get the WayPoint property.
 WayPoint TrackSegment.getWayPoint1()
          Get the WayPoint1 property.
 WayPoint TrackSegment.getWayPoint2()
          Get the WayPoint2 property.
 

Methods in ucar.unidata.idv.control.chart with parameters of type WayPoint
 void TimeSeriesChartWrapper.addSegment(WayPoint[] wps)
          Add a segment between the 2 waypoints
 void TimeSeriesChartWrapper.centerOn(WayPoint wayPoint)
          Center the domain axis about
 void TimeSeriesChartWrapper.setTimeWayPoint(WayPoint value)
          Set the TimeWayPoint property.
 void ReadoutTable.setWayPoint(WayPoint value)
          Set the WayPoint property.
 void TrackSegment.setWayPoint1(WayPoint value)
          Set the WayPoint1 property.
 void TrackSegment.setWayPoint2(WayPoint value)
          Set the WayPoint2 property.
 

Constructors in ucar.unidata.idv.control.chart with parameters of type WayPoint
TrackSegment(WayPoint wayPoint1, WayPoint wayPoint2, PlotWrapper plotWrapper)
          Ctor