hep.aida.ref.plotter
Class PlotterFactory
- java.lang.Object
-
- hep.aida.ref.plotter.DummyPlotterFactory
-
- hep.aida.ref.plotter.PlotterFactory
-
- All Implemented Interfaces:
- IPlotterFactory
public class PlotterFactory extends DummyPlotterFactory
-
-
Constructor Summary
Constructors Constructor and Description PlotterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IPlottercreate()Create an IPlotter.IPlottercreate(java.lang.String title)Create an IPlotter.IPlottercreate(java.lang.String title, java.lang.String options)Create an IPlotter.-
Methods inherited from class hep.aida.ref.plotter.DummyPlotterFactory
createAxisStyle, createDataStyle, createFillStyle, createLineStyle, createMarkerStyle, createPlotterStyle, createPlotterStyle, createTextStyle, createTitleStyle
-
-
-
-
Method Detail
-
create
public IPlotter create()
Description copied from interface:IPlotterFactoryCreate an IPlotter. 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.- Specified by:
createin interfaceIPlotterFactory- Overrides:
createin classDummyPlotterFactory
-
create
public IPlotter create(java.lang.String title)
Description copied from interface:IPlotterFactoryCreate an IPlotter.- Specified by:
createin interfaceIPlotterFactory- Overrides:
createin classDummyPlotterFactory- Parameters:
title- 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.
-
create
public IPlotter create(java.lang.String title, java.lang.String options)
Description copied from interface:IPlotterFactoryCreate an IPlotter.- Specified by:
createin interfaceIPlotterFactory- Overrides:
createin classDummyPlotterFactory- Parameters:
title- 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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG