hep.aida.ref.plotter
Class StatisticsBoxStyle
java.lang.Object
hep.aida.ref.plotter.BaseStyle
hep.aida.ref.plotter.StatisticsBoxStyle
- All Implemented Interfaces:
- hep.aida.IBaseStyle, hep.aida.IStatisticsBoxStyle, StyleListener
- public class StatisticsBoxStyle
- extends BaseStyle
- implements hep.aida.IStatisticsBoxStyle
- Author:
- The FreeHEP team @ SLAC
- Source Code:
- StatisticsBoxStyle.java
Methods inherited from class hep.aida.ref.plotter.BaseStyle |
addBaseStyle, addParameter, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isParameterSet, isVisible, name, numberOfParameters, parameter, parameters, parameterValue, parent, reset, setName, setParameter, setParameter, setParameterDefault, setParent, setVisible, styleChanged, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
StatisticsBoxStyle
public StatisticsBoxStyle()
initializeBaseStyle
protected void initializeBaseStyle()
- Description copied from class:
BaseStyle
- Initialize the BaseStyle.
This method has to be overwritten by all Style that has to add parameters or
internal BaseStyles.
- Specified by:
initializeBaseStyle
in class BaseStyle
boxStyle
public hep.aida.IBoxStyle boxStyle()
- Specified by:
boxStyle
in interface hep.aida.IStatisticsBoxStyle
setBoxStyle
public boolean setBoxStyle(hep.aida.IBoxStyle boxStyle)
- Specified by:
setBoxStyle
in interface hep.aida.IStatisticsBoxStyle
setTextStyle
public boolean setTextStyle(hep.aida.ITextStyle textStyle)
- Specified by:
setTextStyle
in interface hep.aida.IStatisticsBoxStyle
textStyle
public hep.aida.ITextStyle textStyle()
- Specified by:
textStyle
in interface hep.aida.IStatisticsBoxStyle
setVisibileStatistics
public boolean setVisibileStatistics(String visibleStat)
- Specified by:
setVisibileStatistics
in interface hep.aida.IStatisticsBoxStyle
visibleStatistics
public String visibleStatistics()
- Specified by:
visibleStatistics
in interface hep.aida.IStatisticsBoxStyle
Copyright © 2000-2004 FreeHEP, All Rights Reserved.