|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory for plotter and styles.
Method Summary | |
IPlotter |
create()
Create an IPlotter. |
IPlotter |
create(String name)
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. |
ITextStyle |
createTextStyle()
|
ITitleStyle |
createTitleStyle()
|
Method Detail |
public IPlotter create()
public IPlotter create(String name)
name
- 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(String name, String options)
name
- 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 IMarkerStyle createMarkerStyle()
public ITextStyle createTextStyle()
public ILineStyle createLineStyle()
public IFillStyle createFillStyle()
public IDataStyle createDataStyle()
public IAxisStyle createAxisStyle()
public ITitleStyle createTitleStyle()
public IPlotterStyle createPlotterStyle()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |