FreeHEP API
Version current

hep.aida.ref.plotter
Class DummyPlotterFactory

java.lang.Object
  extended byhep.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

Constructor Summary
DummyPlotterFactory()
           
 
Method Summary
 hep.aida.IPlotter create()
           
 hep.aida.IPlotter create(String title)
           
 hep.aida.IPlotter create(String name, String options)
           
 hep.aida.IAxisStyle createAxisStyle()
           
 hep.aida.IDataStyle createDataStyle()
           
 hep.aida.IFillStyle createFillStyle()
           
 hep.aida.ILineStyle createLineStyle()
           
 hep.aida.IMarkerStyle createMarkerStyle()
           
 hep.aida.IPlotterStyle createPlotterStyle()
           
 hep.aida.IPlotterStyle createPlotterStyle(hep.aida.IPlotterStyle style)
           
 hep.aida.ITextStyle createTextStyle()
           
 hep.aida.ITitleStyle createTitleStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPlotterFactory

public DummyPlotterFactory()
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.