|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of Axis in com.quinncurtis.chart2djava |
---|
Subclasses of Axis in com.quinncurtis.chart2djava | |
---|---|
class |
LinearAxis
The LinearAxis class implements a linear axis that has evenly spaced major and minor tick marks. |
class |
LogAxis
The LogAxis class implements a logarithmic axis where the major tick marks are placed at logarithmic intervals and the minor tick marks are placed between major tick marks using a linear interval. |
class |
PolarAxes
The PolarAxes class implements a polar axis that has evenly spaced major and minor tick marks. |
class |
TimeAxis
The TimeAxis class implements a linear axis that has major and minor tick marks at time and date intervals. |
Methods in com.quinncurtis.chart2djava that return Axis | |
---|---|
Axis |
PolarAxesLabels.getBaseAxis()
Gets the base axis associated with this axis labels object. |
Axis |
AxisLabels.getBaseAxis()
Gets the base axis associated with this axis labels object. |
Axis |
TimeScale.getCompatibleAxis()
This method returns an Axis object that is compatible with this TimeScale object, an TimeAxis object. |
Axis |
LogScale.getCompatibleAxis()
This method returns an Axis object that is compatible with this LogScale object, an LogAxis object. |
Axis |
LinearScale.getCompatibleAxis()
This method returns an Axis object that is compatible with this LinearScale object, an LinearAxis object. |
abstract Axis |
ChartScale.getCompatibleAxis()
An abstract methods that has the function of returning an axis object compatible with the current scale object. |
Axis |
TimeCoordinates.getCompatibleAxis(int axis)
Returns an TimeAxis axis compatible with the time axis of this object. |
abstract Axis |
PhysicalCoordinates.getCompatibleAxis(int axis)
This abstract method returns an axis compatible with the current physical coordinate system. |
Axis |
CartesianCoordinates.getCompatibleAxis(int axis)
This method returns either a linear or a logarithmic axis object, compatible with the specified coordinate system (x or y). |
Axis |
Grid.getGridAxis(int axtype)
Returns the specified axis object of the grid. |
Axis |
Grid.getGridXAxis()
Returns a reference to the x-axis object of the grid. |
Axis |
Grid.getGridYAxis()
Returns a reference to the y-axis object of the grid. |
Axis |
AxisTitle.getTitleAxis()
Returns the underlying axis of the axis title. |
Methods in com.quinncurtis.chart2djava with parameters of type Axis | |
---|---|
void |
Axis.copy(Axis source)
Copies the source axis. |
void |
StringAxisLabels.initAxisLabels(Axis baseaxis)
This method initializes the base axis field, baseAxis, and initializes other default values. |
void |
NumericAxisLabels.initAxisLabels(Axis baseaxis)
This method initializes the axis labels with the axis they are associated with. |
void |
Grid.initGrid(Axis xaxis,
Axis yaxis,
int gridaxistype,
int gridtype)
This method initializes a new Grid object based on the specified x- and y-axes. |
void |
AxisTitle.setAxisTitle(Axis axis,
java.awt.Font thefont,
java.lang.String s)
Initializes the values of an AxisTitle object. |
void |
PolarAxesLabels.setBaseAxis(Axis baseaxis)
Sets the base axis associated with this axis labels object. |
void |
AxisLabels.setBaseAxis(Axis baseaxis)
Sets the base axis associated with this axis labels object. |
void |
Grid.setGridAxis(Axis axis)
Sets one of the axis objects of the grid. |
void |
Grid.setGridAxis(int axtype,
Axis axis)
Sets one of the axis objects of the grid. |
void |
Grid.setGridXAxis(Axis axis)
Sets the x-axis object of the grid. |
void |
Grid.setGridYAxis(Axis axis)
Sets the y-axis object of the grid. |
void |
AxisTitle.setTitleAxis(Axis axis)
Sets the underlying axis of the axis title. |
Constructors in com.quinncurtis.chart2djava with parameters of type Axis | |
---|---|
AxisLabels(Axis baseaxis)
This constructor creates a new AxisLabels object based on the specified axis. |
|
AxisTitle(Axis axis,
java.awt.Font thefont,
java.lang.String s)
This constructor creates a new AxisTitle object using the specified axis, font and title string. |
|
Grid(Axis xaxis,
Axis yaxis,
int gridaxistype,
int gridtype)
This constructor creates a new Grid object based on the specified x- and y-axes. |
|
NumericAxisLabels(Axis baseaxis)
This constructor creates a new NumericAxisLabels object based on the specified axis. |
|
StringAxisLabels(Axis baseaxis)
This constructor creates a new StringAxisLabels object based on the specified axis. |
Uses of Axis in com.quinncurtis.spcchartjava |
---|
Subclasses of Axis in com.quinncurtis.spcchartjava | |
---|---|
class |
ProbabilityAxis
The ProbabilityAxis class implements a probability axis where the major tick marks are placed at intervals appropriate to a cumulative probability scale. |
class |
ProbabilitySigmaAxis
The ProbabilitySigmaAxis class implements a linear axis where the tick marks are placed at linear intervals on the sigma levels of the associated probability scale. |
Methods in com.quinncurtis.spcchartjava that return Axis | |
---|---|
Axis |
ProbabilityScale.getCompatibleAxis()
This method returns an Axis object that is compatible with this ProbabilityScale object, an ProbabilityAxis object. |
Axis |
ProbabilityCoordinates.getCompatibleAxis(int axis)
Returns an axis compatible with the specified axis of this object. |
Axis |
SPCChartObjects.getXAxis()
Get a reference to the charts x-axis. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |