Uses of Class
com.quinncurtis.chart3djava.UserCoordinates

Uses of UserCoordinates in com.quinncurtis.chart3djava
 

Subclasses of UserCoordinates in com.quinncurtis.chart3djava
 class CartesianCoordinates
          The CartesianCoordinates class extends the PhysicalCoordinates class to support linear-linear, linear-log, log-linear and log-log coordinate systems in an xy coordinate plane.
 class PhysicalCoordinates
          The PhysicalCoordinates class is the abstract base class for all physical coordinate systems used to plot objects in a graph.
 class TimeCoordinates
           
 class WorkingCoordinates
          This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object.
 class WorldCoordinates
          This class extends the UserCoordinates class, adding routines for drawing using world (or scaled) coordinates.
 

Methods in com.quinncurtis.chart3djava with parameters of type UserCoordinates
 void UserCoordinates.copy(UserCoordinates source)
          Copies the source UserCoordinates object.