|
FreeHEP API Version 3.0 |
|||||||||
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()
A plotter is in general managed by a GUI. |
IPlotter |
create(String name)
|
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 IMarkerStyle createMarkerStyle()
public ITextStyle createTextStyle()
public ILineStyle createLineStyle()
public IFillStyle createFillStyle()
public IDataStyle createDataStyle()
public IAxisStyle createAxisStyle()
public ITitleStyle createTitleStyle()
public IPlotterStyle createPlotterStyle()
|
FreeHEP API Version 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |