hep.aida.ref.plotter
Class DummyPlotterFactory
java.lang.Object
hep.aida.ref.plotter.DummyPlotterFactory
- All Implemented Interfaces:
- hep.aida.IPlotterFactory
- Direct Known Subclasses:
- PlotterFactory
- public class DummyPlotterFactory
- extends Object
- implements hep.aida.IPlotterFactory
A simple plotter factory
- Version:
- $Id: DummyPlotterFactory.java,v 1.5 2005/07/14 23:50:59 serbo Exp $
- Author:
- tonyj
- Source Code:
- DummyPlotterFactory.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyPlotterFactory
public DummyPlotterFactory()
create
public hep.aida.IPlotter create(String name,
String options)
- Specified by:
create
in interface hep.aida.IPlotterFactory
create
public hep.aida.IPlotter create(String title)
- Specified by:
create
in interface hep.aida.IPlotterFactory
create
public hep.aida.IPlotter create()
- Specified by:
create
in interface hep.aida.IPlotterFactory
createAxisStyle
public hep.aida.IAxisStyle createAxisStyle()
- Specified by:
createAxisStyle
in interface hep.aida.IPlotterFactory
createDataStyle
public hep.aida.IDataStyle createDataStyle()
- Specified by:
createDataStyle
in interface hep.aida.IPlotterFactory
createPlotterStyle
public hep.aida.IPlotterStyle createPlotterStyle()
- Specified by:
createPlotterStyle
in interface hep.aida.IPlotterFactory
createPlotterStyle
public hep.aida.IPlotterStyle createPlotterStyle(hep.aida.IPlotterStyle style)
createFillStyle
public hep.aida.IFillStyle createFillStyle()
- Specified by:
createFillStyle
in interface hep.aida.IPlotterFactory
createLineStyle
public hep.aida.ILineStyle createLineStyle()
- Specified by:
createLineStyle
in interface hep.aida.IPlotterFactory
createMarkerStyle
public hep.aida.IMarkerStyle createMarkerStyle()
- Specified by:
createMarkerStyle
in interface hep.aida.IPlotterFactory
createTextStyle
public hep.aida.ITextStyle createTextStyle()
- Specified by:
createTextStyle
in interface hep.aida.IPlotterFactory
createTitleStyle
public hep.aida.ITitleStyle createTitleStyle()
- Specified by:
createTitleStyle
in interface hep.aida.IPlotterFactory
Copyright © 2000-2004 FreeHEP, All Rights Reserved.