|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearAxis | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of LinearAxis in com.quinncurtis.chart2djava |
---|
Subclasses of LinearAxis in com.quinncurtis.chart2djava | |
---|---|
class |
PolarAxes
The PolarAxes class implements a polar axis that has evenly spaced major and minor tick marks. |
Methods in com.quinncurtis.chart2djava that return LinearAxis | |
---|---|
LinearAxis |
PolarAxes.getPolarXAxis()
Returns the x-axis LinearAxis object, if any, associated with this object. |
LinearAxis |
PolarAxes.getPolarYAxis()
Returns the y-axis LinearAxis object, if any, associated with this object. |
Methods in com.quinncurtis.chart2djava with parameters of type LinearAxis | |
---|---|
void |
LinearAxis.copy(LinearAxis source)
Copies the source axis. |
void |
PolarAxes.setPolarXAxis(LinearAxis axis)
Sets the x-axis LinearAxis object, if any, associated with this object. |
void |
PolarAxes.setPolarYAxis(LinearAxis axis)
Sets the y-axis LinearAxis object, if any, associated with this object. |
Uses of LinearAxis in com.quinncurtis.spcchartjava |
---|
Subclasses of LinearAxis in com.quinncurtis.spcchartjava | |
---|---|
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 LinearAxis | |
---|---|
LinearAxis |
ProbabilityChart.getXAxis()
Get the x-axis object of the chart. |
LinearAxis |
ParetoChart.getXAxis()
Get the x-axis of the chart object. |
LinearAxis |
FrequencyHistogramChart.getXAxis()
Get the x-axis object. |
LinearAxis |
FrequencyHistogramChart.getYAxis()
Get the y-axis object. |
LinearAxis |
SPCChartObjects.getYAxis1()
Get a reference to the charts left y-axis. |
LinearAxis |
ParetoChart.getYAxis1()
Get the y-axis object of the frequency histogram part of the chart. |
LinearAxis |
SPCChartObjects.getYAxis2()
Get a reference to the charts right y-axis. |
LinearAxis |
ParetoChart.getYAxis2()
Get the y-axis object of the cumualtive frequency part of the chart. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |