hep.aida.ref.plotter
Class PlotterLayout
- java.lang.Object
-
- hep.aida.ref.plotter.PlotterLayout
-
- All Implemented Interfaces:
- IPlotterLayout
public class PlotterLayout extends java.lang.Object implements IPlotterLayout
-
-
Constructor Summary
Constructors Constructor and Description PlotterLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String[]availableParameters()Get list of the available parameters (implementation-dependent)doubleparameterValue(java.lang.String str)Get parameter value.voidreset()Return to original (construction time) state.booleansetParameter(java.lang.String str, double param)Set a parameter.
-
-
-
Method Detail
-
availableParameters
public java.lang.String[] availableParameters()
Description copied from interface:IPlotterLayoutGet list of the available parameters (implementation-dependent)- Specified by:
availableParametersin interfaceIPlotterLayout
-
parameterValue
public double parameterValue(java.lang.String str)
Description copied from interface:IPlotterLayoutGet parameter value.- Specified by:
parameterValuein interfaceIPlotterLayout
-
reset
public void reset()
Description copied from interface:IPlotterLayoutReturn to original (construction time) state. Explicitly set parameters will be set to defaults and may be overridden- Specified by:
resetin interfaceIPlotterLayout
-
setParameter
public boolean setParameter(java.lang.String str, double param)Description copied from interface:IPlotterLayoutSet a parameter.- Specified by:
setParameterin interfaceIPlotterLayout- Parameters:
str- Name of the parameter.- Returns:
- false if parameter (or its options) unknown or invalid.
-
-
DMelt 3.0 © DataMelt by jWork.ORG