Uses of Class
com.quinncurtis.chart3djava.NearestPointData

Uses of NearestPointData in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava 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.chart3djava with parameters of type NearestPointData
 boolean ArrowPlot.arrowCheckIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the arrow objects.
 boolean SimpleScatterPlot.calcNearestPoint(ChartPoint3D 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 SimpleRibbonPlot.calcNearestPoint(ChartPoint3D 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 SimplePlot.calcNearestPoint(ChartPoint3D 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 SimpleLinePlot.calcNearestPoint(ChartPoint3D 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 SimpleLineMarkerPlot.calcNearestPoint(ChartPoint3D 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(ChartPoint3D 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 PipeLinePlot.calcNearestPoint(ChartPoint3D 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 PieChartBase.calcNearestPoint(ChartPoint3D 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 PieChart.calcNearestPoint(ChartPoint3D 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(ChartPoint3D 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(ChartPoint3D 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(ChartPoint3D 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 TimeSimpleDataset3D.calcNearestPoint(PhysicalCoordinates transform, ChartPoint3D 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.
 boolean SimpleDataset3D.calcNearestPoint(PhysicalCoordinates transform, ChartPoint3D 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.
 boolean SimpleDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint3D 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, ChartPoint3D 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 ChartDataset.calcNearestPoint(PhysicalCoordinates transform, ChartPoint3D 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, ChartPoint3D 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, ChartPoint3D 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 Wall3D.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects a background object.
 boolean TimeAxis.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean StandardLegend.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean StackedRibbonPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean StackedLinePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean StackedBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the stacked bars.
 boolean SimpleScatterPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean SimpleRibbonPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the ribbon plot bars.
 boolean SimplePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean SimpleLinePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean SimpleLineMarkerPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean SimpleBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean PipeLinePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean PieChartBase.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is intersects one of the pie slices.
 boolean PieChart.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is intersects one of the pie slices.
 boolean OHLCPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean OHLCBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean MultiRibbonPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean MultiLinePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean Marker.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The default checkIntersection method.
 boolean LogAxis.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean LinearAxis.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean LegendItem.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The CheckIntersection method.
 boolean Legend.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects the legend rectangle.
 boolean HistogramPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the data objects.
 boolean GroupPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean GroupBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the objects.
 boolean Grid.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the grid lines.
abstract  boolean GraphObj.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The default checkIntersection method.
 boolean FloatingStackedBar.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean FloatingBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean ErrorBarPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the error bar lines.
 boolean ChartZoom.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartText.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartSymbol3D.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The CheckIntersection method.
 boolean ChartSymbol.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartShape.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean ChartMouseListener.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean ChartImage.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean CellPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean CandlestickPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 boolean BubblePlotLegendItem.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean BubblePlotLegend.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          The checkIntersection method.
 boolean BubblePlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean Background.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects a background object.
 boolean Axis.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the axes.
 boolean ArrowPlot.checkIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the arrow objects.
 boolean LineGapPlot.CheckIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the data points.
 boolean OHLCPlot.checkIntersection2(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.
 void NearestPointData.copy(NearestPointData source)
          Copies the source NearestPointData object.
 boolean GraphObj.defaultCheckIntersection(ChartPoint3D testpoint, NearestPointData np)
          The default checkIntersection method.
 boolean SimplePlot.polygonBasedCheckIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point intersects one of the bar plot bars.
 boolean GroupPlot.polygonBasedCheckIntersection(ChartPoint3D testpoint, NearestPointData np, boolean nearestgrouppoint)
          Returns true if the test point intersects one of the bar plot bars.
 boolean GroupPlot.stackedCheckIntersection(ChartPoint3D testpoint, NearestPointData np)
          Returns true if the test point is near one of the data points.