Uses of Class
com.quinncurtis.chart3djava.WorldCoordinates

Uses of WorldCoordinates in com.quinncurtis.chart3djava
 

Subclasses of WorldCoordinates 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.
 

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