Uses of Class
de.erichseifert.gral.data.Row

Packages that use Row
de.erichseifert.gral.data Data model classes. 
de.erichseifert.gral.plots.points Classes for rendering point shapes in a plot. 
 

Uses of Row in de.erichseifert.gral.data
 

Methods in de.erichseifert.gral.data that return Row
 Row RowSubset.getRow(int row)
           
 Row DataSource.getRow(int row)
          Returns the row with the specified index.
 Row AbstractDataSource.getRow(int row)
           
 

Methods in de.erichseifert.gral.data with parameters of type Row
abstract  boolean RowSubset.accept(Row row)
          Tests whether the specified row is accepted by this DataSubset or not.
 

Uses of Row in de.erichseifert.gral.plots.points
 

Methods in de.erichseifert.gral.plots.points with parameters of type Row
 Drawable PointRenderer.getPoint(Axis axis, AxisRenderer axisRenderer, Row row)
          Returns the graphical representation to be drawn for the specified data value.
 Drawable DefaultPointRenderer.getPoint(Axis axisY, AxisRenderer axisYRenderer, Row row)
           
 Shape PointRenderer.getPointPath(Row row)
          Returns a Shape instance that can be used for further calculations.
 Shape SizeablePointRenderer.getPointPath(Row row)
           
 Shape DefaultPointRenderer.getPointPath(Row row)
           
 



Copyright © 2009-2010. All Rights Reserved.