|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.plotter.WeakStyleListener
hep.aida.ref.plotter.BaseStyle
hep.aida.ref.plotter.StatisticsBoxStyle
public class StatisticsBoxStyle
| Constructor Summary | |
|---|---|
StatisticsBoxStyle()
|
|
| Method Summary | |
|---|---|
IBoxStyle |
boxStyle()
Get the box style of the statistics box. |
boolean |
setBoxStyle(IBoxStyle boxStyle)
Set the box style of the statistics box. |
boolean |
setTextStyle(ITextStyle textStyle)
Set the text style of the statistics box. |
boolean |
setVisibileStatistics(String visibleStat)
Set which statistics is visible. |
ITextStyle |
textStyle()
Get the text style of the statistics box. |
String |
visibleStatistics()
|
| Methods inherited from class hep.aida.ref.plotter.BaseStyle |
|---|
addParent, addParentList, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, removeAllParents, removeParent, reset, setParameter, setParameter, setParameter, setParameterDefault, setParent, setParentList, setVisible, styleChanged, type |
| Methods inherited from class java.lang.Object |
|---|
equals, 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 |
| Constructor Detail |
|---|
public StatisticsBoxStyle()
| Method Detail |
|---|
public IBoxStyle boxStyle()
IStatisticsBoxStyle
boxStyle in interface IStatisticsBoxStylepublic boolean setBoxStyle(IBoxStyle boxStyle)
IStatisticsBoxStyle
setBoxStyle in interface IStatisticsBoxStyleboxStyle - The box style.
public boolean setTextStyle(ITextStyle textStyle)
IStatisticsBoxStyle
setTextStyle in interface IStatisticsBoxStyletextStyle - The text style.
public ITextStyle textStyle()
IStatisticsBoxStyle
textStyle in interface IStatisticsBoxStylepublic boolean setVisibileStatistics(String visibleStat)
IStatisticsBoxStyle
setVisibileStatistics in interface IStatisticsBoxStylevisibleStat - 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.public String visibleStatistics()
visibleStatistics in interface IStatisticsBoxStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||