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

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

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

Subclasses of ChartAnnotation in ucar.unidata.idv.control.chart
 class RangeFilter
          Class RangeFilter is a greater than or less than value filter
 class TrackSegment
          Provides a time series chart
 class WayPoint
          Class WayPoint is used in the time series chart to show a way point along the time domain
 

Methods in ucar.unidata.idv.control.chart that return ChartAnnotation
 ChartAnnotation TimeSeriesChartWrapper.findClosestAnnotation(List list, int x, int y, boolean andSetSelected, boolean addToSelected)
          Find the closest annotation
 

Methods in ucar.unidata.idv.control.chart with parameters of type ChartAnnotation
 void TimeSeriesChartWrapper.annotationChanged(ChartAnnotation chartAnnotation)
          The annotaiton has changed.
 void PlotWrapper.annotationChanged(ChartAnnotation chartAnnotation)
          The annotation changed somehow
 void TimeSeriesChartWrapper.editAnnotation(ChartAnnotation annotation)
          Show the properties
 boolean TimeSeriesChartWrapper.okToDraw(ChartAnnotation annotation)
          Is it ok to draw the annotation
 boolean PlotWrapper.okToDraw(ChartAnnotation annotation)
          Is the annotation ok to draw
 void TimeSeriesChartWrapper.removeAnnotation(ChartAnnotation annotation)
          Remove the annotation
 void TimeSeriesChartWrapper.setSelectedAnnotation(ChartAnnotation annotation, List list, boolean dontClear)
          Set the given annotation as selected.