|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AutoScale in com.quinncurtis.chart3djava |
---|
Subclasses of AutoScale in com.quinncurtis.chart3djava | |
---|---|
class |
LinearAutoScale
The LinearAutoScale class is designed to be used with linear coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
class |
LogAutoScale
The LogAutoScale class is designed to be used with logarithmic coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
class |
TimeAutoScale
The TimeAutoScale is designed for use with time coordinates and is used to scale the plotting area of graphs and to set the minimum and maximum values of the axes displayed in the graphs. |
Methods in com.quinncurtis.chart3djava that return AutoScale | |
---|---|
AutoScale |
TimeScale.getCompatibleAutoScale()
This method returns an AutoScale object that is compatible with this TimeScale object, an TimeAutoScale object. |
AutoScale |
LogScale.getCompatibleAutoScale()
This method returns an AutoScale object that is compatible with this LogScale object, an LogAutoScale object. |
AutoScale |
LinearScale.getCompatibleAutoScale()
This method returns an AutoScale object that is compatible with this LinearScale object, an LinearAutoScale object. |
abstract AutoScale |
ChartScale.getCompatibleAutoScale()
An abstract methods that has the function of returning an auto-scale object compatible with the current scale object. |
Methods in com.quinncurtis.chart3djava with parameters of type AutoScale | |
---|---|
void |
AutoScale.copy(AutoScale source)
Copies the source AutoScale object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |