|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.plotter.DummyPlotter
hep.aida.ref.plotter.Plotter
public class Plotter
| Method Summary | |
|---|---|
void |
destroyRegions()
Destroy regions. |
void |
hide()
Unmap the plotter on the screen. |
boolean |
isShowing()
|
JPanel |
panel()
|
void |
setStyle(IPlotterStyle style)
Set the global plotter style. |
void |
show()
Map the plotter on the screen. |
void |
writeToFile(String file,
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setStyle(IPlotterStyle style)
IPlotter
setStyle in interface IPlottersetStyle in class DummyPlotterpublic boolean isShowing()
isShowing in class DummyPlotterpublic JPanel panel()
panel in class DummyPlotterpublic void show()
IPlotter
show in interface IPlottershow in class DummyPlotterpublic void hide()
IPlotter
hide in interface IPlotterhide in class DummyPlotterpublic void destroyRegions()
IPlotter
destroyRegions in interface IPlotterdestroyRegions in class DummyPlotter
public void writeToFile(String file,
String type)
throws IOException
IPlotter
writeToFile in interface IPlotterwriteToFile in class DummyPlottertype - 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...).
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||