Uses of Class
org.generation5.util.PlotPoint

Packages that use PlotPoint
org.generation5.util This package provides utility methods and classes. 
 

Uses of PlotPoint in org.generation5.util
 

Fields in org.generation5.util declared as PlotPoint
protected  PlotPoint[][] PlotGrid.gridPoints1
          A two dimensional array of the grid points.
 

Methods in org.generation5.util that return PlotPoint
 PlotPoint Plot.translateCoordinate(double x, double y, int width, int height)
          Translates a cartesian coordinate to absolute coordinates for the graphics context.
 PlotPoint Plot.translateCoordinate(PlotPoint point, int width, int height)
          Translates a cartesian coordinate to absolute coordinates for the graphics context.
 

Methods in org.generation5.util with parameters of type PlotPoint
 PlotPoint Plot.translateCoordinate(PlotPoint point, int width, int height)
          Translates a cartesian coordinate to absolute coordinates for the graphics context.
 void PlotGrid.setGridPoints(PlotPoint[][] gridPoints)
          Set the grid points as a two-dimensional array of PlotPoints.
 


This documentation is part of the Generation5 JDK.