class GXyAxes extends Object implements XyAxes
This is open source software released under the Apache 2.0 License
| Modifier and Type | Field and Description |
|---|---|
private GXyAxis |
domainAxis |
private GXyPlot |
plot |
private Map<Integer,GXyAxis> |
rangeAxesMap |
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
domain()
Returns a reference to the domain axis
|
XyAxis |
range(int index)
Returns a reference to the range axis for the index specified
|
(package private) int |
rangeAxisCount()
Returns the number of range axis
|
GXyAxes(GXyPlot plot)
public XyAxis domain()
XyAxespublic XyAxis range(int index)
XyAxesint rangeAxisCount()
Copyright 2014-2017, Xavier Witdouck