|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlotterFactory
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 |
|---|
IPlotter create()
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.
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.IMarkerStyle createMarkerStyle()
ITextStyle createTextStyle()
ILineStyle createLineStyle()
IFillStyle createFillStyle()
IDataStyle createDataStyle()
IAxisStyle createAxisStyle()
ITitleStyle createTitleStyle()
IPlotterStyle createPlotterStyle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||