Uses of Class
com.quinncurtis.chart2djava.NearestPointData

Packages that use NearestPointData
com.quinncurtis.chart2djava   
com.quinncurtis.spcchartjava   
 

Uses of NearestPointData in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return NearestPointData
 NearestPointData DataToolTip.getNearestPoint()
          In the mousePressed event, this function will return information about1 the the search for the nearest data point.
 

Methods in com.quinncurtis.chart2djava with parameters of type NearestPointData
 boolean SimplePlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean SimpleBarPlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean PolarPlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean PieChart.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against the pie wedges in a simple pie chart and calculates which wedge is nearest the test point.
 boolean GroupPlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean ContourPlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
abstract  boolean ChartPlot.calcNearestPoint(ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          An abstract method that must compare a test point against all of the xy points in a dataset and calculates which point in the dataset is nearest the test point.
 boolean SimpleDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean GroupDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean ContourDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a contour dataset and calculates which point in the dataset is nearest the test point.
abstract  boolean ChartDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method abstract is the prototype for a data point nearness test.
static boolean ChartSupport.calcNearestPoint(PhysicalCoordinates transform, GroupDataset dataset, boolean coordswap, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
static boolean ChartSupport.calcNearestPoint(PhysicalCoordinates transform, SimpleDataset dataset, boolean coordswap, ChartPoint2D testpoint, int nmode, NearestPointData nearestpoint)
          This method compares a test point against all of the xy points in a simple dataset and calculates which point in the dataset is nearest the test point.
 boolean TimeAxis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean StandardLegend.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean StackedLinePlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean StackedBarPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the stacked bars.
 boolean SimplePlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean SimpleBarPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean PieChart.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is intersects one of the pie slices.
 boolean OHLCPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean MultiLinePlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean Marker.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The default checkIntersection method.
 boolean LogAxis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean LineGapPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the data points.
 boolean LinearAxis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean LegendItem.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean Legend.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects the legend rectangle.
 boolean HistogramPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the data objects.
 boolean GroupBarPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the objects.
 boolean Grid.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the grid lines.
abstract  boolean GraphObj.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The default checkIntersection method.
 boolean FloatingBarPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the objects.
 boolean ErrorBarPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the error bar lines.
 boolean ChartZoom.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartText.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartSymbol.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartShape.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean ChartMouseListener.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartImage.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean CellPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the cell objects.
 boolean CandlestickPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean BubblePlotLegendItem.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean BubblePlotLegend.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean BubblePlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bubble plot objects.
 boolean Background.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects a background object.
 boolean Axis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point is near one of the axes.
 boolean ArrowPlot.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the arrow objects.
 void NearestPointData.copy(NearestPointData source)
          Copies the source NearestPointData object.
 boolean GraphObj.defaultcheckIntersection(ChartPoint2D testpoint, NearestPointData np)
          The default checkIntersection method.
 

Uses of NearestPointData in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava with parameters of type NearestPointData
 boolean ProbabilitySigmaAxis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The CheckIntersection method.
 boolean ProbabilityAxis.checkIntersection(ChartPoint2D testpoint, NearestPointData np)
          The CheckIntersection method.