hep.aida.ref.plotter
Class Plotter
- java.lang.Object
-
- hep.aida.ref.plotter.DummyPlotter
-
- hep.aida.ref.plotter.Plotter
-
- All Implemented Interfaces:
- IPlotter
public class Plotter extends DummyPlotter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddestroyRegions()Destroy regions.voidhide()Unmap the plotter on the screen.booleanisShowing()javax.swing.JPanelpanel()voidsetStyle(IPlotterStyle style)Set the global plotter style.voidshow()Map the plotter on the screen.voidwriteToFile(java.lang.String file, java.lang.String type)Produce an output file.-
Methods inherited from class hep.aida.ref.plotter.DummyPlotter
availableParameterOptions, availableParameters, clearRegions, createRegion, createRegion, createRegion, createRegion, createRegion, createRegions, createRegions, createRegions, createRegions, currentRegion, currentRegionNumber, interact, invokeOnSwingThread, next, numberOfRegions, parameterValue, refresh, region, setCurrentRegionNumber, setParameter, setParameter, setTitle, setTitleStyle, style, title, titleStyle, writeToFile, writeToFile
-
-
-
-
Method Detail
-
setStyle
public void setStyle(IPlotterStyle style)
Description copied from interface:IPlotterSet the global plotter style.- Specified by:
setStylein interfaceIPlotter- Overrides:
setStylein classDummyPlotter
-
isShowing
public boolean isShowing()
- Overrides:
isShowingin classDummyPlotter
-
panel
public javax.swing.JPanel panel()
- Overrides:
panelin classDummyPlotter
-
show
public void show()
Description copied from interface:IPlotterMap the plotter on the screen.- Specified by:
showin interfaceIPlotter- Overrides:
showin classDummyPlotter
-
hide
public void hide()
Description copied from interface:IPlotterUnmap the plotter on the screen.- Specified by:
hidein interfaceIPlotter- Overrides:
hidein classDummyPlotter
-
destroyRegions
public void destroyRegions()
Description copied from interface:IPlotterDestroy regions.- Specified by:
destroyRegionsin interfaceIPlotter- Overrides:
destroyRegionsin classDummyPlotter
-
writeToFile
public void writeToFile(java.lang.String file, java.lang.String type) throws java.io.IOExceptionDescription copied from interface:IPlotterProduce an output file.- Specified by:
writeToFilein interfaceIPlotter- Overrides:
writeToFilein classDummyPlottertype- A string to describe the type of the output : "PS" or "PostScript" for PostScript, "JPEG" for JPEG. If nothing is given, the type is guessed from the given file name suffix (.ps for PostScript, .jpg for JPEG, etc...).- Throws:
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG