|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.ull.cgunay.plots.Grapher.MultiAxes
An object that combines multiple axes.
Grapher.Axis| Field Summary | |
(package private) Grapher.Axis[] |
axes
Axes to be plotted. |
| Constructor Summary | |
(package private) |
Grapher.MultiAxes(Grapher.Axis[] axes)
Creates a new MultiAxes instance. |
(package private) |
Grapher.MultiAxes(List axes)
Convenience constructor that calls other constructor. |
| Method Summary | |
(package private) abstract String |
getString()
The code to combine codes for separate axis in a single window should be written here in subclasses for specific graphers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Grapher.Axis[] axes
| Constructor Detail |
Grapher.MultiAxes(Grapher.Axis[] axes)
MultiAxes instance. By default
creates a vertically aligned list of axes.
axes - an Axis[] valueGrapher.MultiAxes(List axes)
axes - a List value#MultiAxes(Grapher.Axis[])| Method Detail |
abstract String getString()
String value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||