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
PlotterFactory
public PlotterFactory()
create
public IPlotter create()
- Description copied from interface:
IPlotterFactory
- Create 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:
create in interface IPlotterFactory- Overrides:
create in class DummyPlotterFactory
create
public IPlotter create(String title)
- Description copied from interface:
IPlotterFactory
- Create an IPlotter.
- Specified by:
create in interface IPlotterFactory- Overrides:
create in class DummyPlotterFactory
- 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(String title,
String options)
- Description copied from interface:
IPlotterFactory
- Create an IPlotter.
- Specified by:
create in interface IPlotterFactory- Overrides:
create in class DummyPlotterFactory
- 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.
jHepWork 3.2 © jWork.org