hep.aida
Interface IStatisticsBoxStyle
-
- All Superinterfaces:
- IBaseStyle
- All Known Implementing Classes:
- StatisticsBoxStyle
public interface IStatisticsBoxStyle extends IBaseStyle
Style for the statistics box.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IBoxStyleboxStyle()Get the box style of the statistics box.booleansetBoxStyle(IBoxStyle boxStyle)Set the box style of the statistics box.booleansetTextStyle(ITextStyle textStyle)Set the text style of the statistics box.booleansetVisibileStatistics(java.lang.String visibleStat)Set which statistics is visible.ITextStyletextStyle()Get the text style of the statistics box.java.lang.StringvisibleStatistics()-
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
-
-
-
-
Method Detail
-
setVisibileStatistics
boolean setVisibileStatistics(java.lang.String visibleStat)
Set which statistics is visible.- Parameters:
visibleStat- A string that controls which information is being displayed. This is a string of 1 and 0 a-la PAW. The position of the digit correspond to an item in the stat box. 1 means visibility, 0 means don't show. If digits are missing they are assumed to be 1. So "10" switches off the second item in the stat box. Refer to the documentation to see the order of the items in the stat box.
-
visibleStatistics
java.lang.String visibleStatistics()
-
textStyle
ITextStyle textStyle()
Get the text style of the statistics box.- Returns:
- The ITextStyle for the whole statistic box.
-
setTextStyle
boolean setTextStyle(ITextStyle textStyle)
Set the text style of the statistics box.- Parameters:
textStyle- The text style.- Returns:
- true if the operation was successful.
-
setBoxStyle
boolean setBoxStyle(IBoxStyle boxStyle)
Set the box style of the statistics box.- Parameters:
boxStyle- The box style.- Returns:
- true if the operation was successful.
-
boxStyle
IBoxStyle boxStyle()
Get the box style of the statistics box.- Returns:
- The IBoxStyle of the statistic box.
-
-
DMelt 3.0 © DataMelt by jWork.ORG