|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.plotter.DummyPlotterFactory
public class DummyPlotterFactory
A simple plotter factory
| Constructor Summary | |
|---|---|
DummyPlotterFactory()
|
|
| Method Summary | |
|---|---|
IPlotter |
create()
Create an IPlotter. |
IPlotter |
create(String title)
Create an IPlotter. |
IPlotter |
create(String name,
String options)
Create an IPlotter. |
IAxisStyle |
createAxisStyle()
|
IDataStyle |
createDataStyle()
Create various "scene part" styles. |
IFillStyle |
createFillStyle()
|
ILineStyle |
createLineStyle()
|
IMarkerStyle |
createMarkerStyle()
Create various basic styles. |
IPlotterStyle |
createPlotterStyle()
Create a global plotter style. |
IPlotterStyle |
createPlotterStyle(IPlotterStyle style)
|
ITextStyle |
createTextStyle()
|
ITitleStyle |
createTitleStyle()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyPlotterFactory()
| Method Detail |
|---|
public IPlotter create(String name,
String options)
IPlotterFactory
create in interface IPlotterFactoryname - A string identifier.
A plotter is in general managed by a GUI.
The "name" of the plotter could be used as
the string identifier for the GUI plotter widget.
If "" is passed, some default plotter is used.options - See implementattion's documentation for available options.public IPlotter create(String title)
IPlotterFactory
create in interface IPlotterFactorytitle - A string identifier.
A plotter is in general managed by a GUI.
The "name" of the plotter could be used as
the string identifier for the GUI plotter widget.
If "" is passed, some default plotter is used.public IPlotter create()
IPlotterFactory
create in interface IPlotterFactorypublic IAxisStyle createAxisStyle()
createAxisStyle in interface IPlotterFactorypublic IDataStyle createDataStyle()
IPlotterFactory
createDataStyle in interface IPlotterFactorypublic IPlotterStyle createPlotterStyle()
IPlotterFactory
createPlotterStyle in interface IPlotterFactorypublic IPlotterStyle createPlotterStyle(IPlotterStyle style)
public IFillStyle createFillStyle()
createFillStyle in interface IPlotterFactorypublic ILineStyle createLineStyle()
createLineStyle in interface IPlotterFactorypublic IMarkerStyle createMarkerStyle()
IPlotterFactory
createMarkerStyle in interface IPlotterFactorypublic ITextStyle createTextStyle()
createTextStyle in interface IPlotterFactorypublic ITitleStyle createTitleStyle()
createTitleStyle in interface IPlotterFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||