|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.ull.cgunay.plots.SuperposedDataPlot.AxisFactory
| Field Summary | |
(package private) Grapher.Axis |
axis
Axis to be created. |
(package private) Grapher.Data[] |
datas
Datas to be added to the Axis. |
(package private) HasAxisLabels |
decor
Holds axis decorations. |
| Constructor Summary | |
(package private) |
SuperposedDataPlot.AxisFactory(AxisTemplate template)
Creates a new AxisFactory instance that will
create a Grapher.Axis from an
AxisTemplate. |
(package private) |
SuperposedDataPlot.AxisFactory(Grapher.Data[] datas,
HasAxisLabels decor)
Creates a new AxisFactory instance. |
| Method Summary | |
Object |
getValue()
Returns a value from the task. |
void |
job(Object o)
Create the axis, add all datas to it, and decorate it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Grapher.Axis axis
Axis to be created.
Grapher.Data[] datas
Axis.
Grapher.DataHasAxisLabels decor
| Constructor Detail |
SuperposedDataPlot.AxisFactory(Grapher.Data[] datas,
HasAxisLabels decor)
AxisFactory instance.
datas - a Collection of
Grapher.DatasSuperposedDataPlot.AxisFactory(AxisTemplate template)
AxisFactory instance that will
create a Grapher.Axis from an
AxisTemplate.
template - an AxisTemplate value| Method Detail |
public void job(Object o)
job in interface Tasko - a Grapher objectIteration.loop()public Object getValue()
TaskWithReturn
getValue in interface TaskWithReturnObject value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||