class JFXyAxes extends Object implements XyAxes
This is open source software released under the Apache 2.0 License
| Modifier and Type | Class and Description |
|---|---|
private class |
JFXyAxes.AxisAdapter
An XyAxis adapter for JFreeChart
|
private class |
JFXyAxes.AxisFormatAdapter
A JFreeChart ChartFormat adapter
|
private class |
JFXyAxes.AxisLabelAdapter
A JFreeChart ChartLabel adapter for an axis
|
private class |
JFXyAxes.AxisStyleAdapter
A JFreeChart text style adapter for an axis
|
| Modifier and Type | Field and Description |
|---|---|
private org.jfree.chart.plot.Plot |
plot |
| Constructor and Description |
|---|
JFXyAxes(org.jfree.chart.plot.Plot plot)
Constructopr
|
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
domain()
Returns a reference to the domain axis
|
private org.jfree.chart.axis.Axis |
getRangeAxis(int index)
Returns the range axis for the index specified
|
XyAxis |
range(int index)
Returns a reference to the range axis for the index specified
|
JFXyAxes(org.jfree.chart.plot.Plot plot)
plot - the plot referencepublic XyAxis domain()
XyAxespublic XyAxis range(int index)
XyAxesprivate org.jfree.chart.axis.Axis getRangeAxis(int index)
index - the index for range axisCopyright 2014-2017, Xavier Witdouck