|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldCoordinates | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of WorldCoordinates in com.quinncurtis.chart2djava |
---|
Subclasses of WorldCoordinates in com.quinncurtis.chart2djava | |
---|---|
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 |
PolarCoordinates
The CartesianCoordinates class extends the CartesianCoordinates class to support polar scales. |
class |
TimeCoordinates
The TimeCoordinates class extends the PhysicalCoordinates class to support a time-based x-axis and a linear or log y-axis coordinate system. |
class |
WorkingCoordinates
This class maps a working coordinate system onto the world coordinate system of the underlying WorldCoordinates object. |
Methods in com.quinncurtis.chart2djava with parameters of type WorldCoordinates | |
---|---|
void |
WorldCoordinates.copy(WorldCoordinates source)
Copies the source WorldCoordinates object. |
Uses of WorldCoordinates in com.quinncurtis.spcchartjava |
---|
Subclasses of WorldCoordinates in com.quinncurtis.spcchartjava | |
---|---|
class |
ProbabilityCoordinates
The ProbabilityCoordinates class extends the PhysicalCoordinates class to support a y-axis probability scale in an xy coordinate plane. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |