Uses of Class
de.erichseifert.gral.plots.DataPoint

Packages that use DataPoint
de.erichseifert.gral.plots.areas Classes for drawing areas in plots. 
de.erichseifert.gral.plots.axes Classes for managing and drawing axes in plots. 
de.erichseifert.gral.plots.lines Classes for rendering data series connected by lines. 
de.erichseifert.gral.util Common utility classes. 
 

Uses of DataPoint in de.erichseifert.gral.plots.areas
 

Method parameters in de.erichseifert.gral.plots.areas with type arguments of type DataPoint
 Drawable DefaultAreaRenderer2D.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
           
 Drawable AreaRenderer.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
          Returns the graphical representation to be drawn for the specified data points.
 Drawable LineAreaRenderer2D.getArea(Axis axis, AxisRenderer axisRenderer, Iterable<DataPoint> points)
           
 

Uses of DataPoint in de.erichseifert.gral.plots.axes
 

Subclasses of DataPoint in de.erichseifert.gral.plots.axes
 class Tick
          Class for storing the tick mark of an axis.
 

Uses of DataPoint in de.erichseifert.gral.plots.lines
 

Method parameters in de.erichseifert.gral.plots.lines with type arguments of type DataPoint
 Drawable LineRenderer.getLine(Iterable<DataPoint> points)
          Returns a graphical representation for the line defined by points.
 Drawable DiscreteLineRenderer2D.getLine(Iterable<DataPoint> points)
           
 Drawable DefaultLineRenderer2D.getLine(Iterable<DataPoint> points)
           
 

Uses of DataPoint in de.erichseifert.gral.util
 

Method parameters in de.erichseifert.gral.util with type arguments of type DataPoint
static Area GeometryUtils.punch(Shape shape, double gap, boolean rounded, Iterable<DataPoint> dataPoints)
          Subtract all shapes of data points from another shape to yield gaps.
 



Copyright © 2009-2010. All Rights Reserved.