hep.aida
Interface ILegendBoxStyle

All Superinterfaces:
IBaseStyle
All Known Implementing Classes:
LegendBoxStyle

public interface ILegendBoxStyle
extends IBaseStyle

Style for the legend box.


Method Summary
 IBoxStyle boxStyle()
          Get the box style of the legend box.
 boolean setBoxStyle(IBoxStyle boxStyle)
          Set the box style of the legend box.
 boolean setTextStyle(ITextStyle textStyle)
          Set the text style of the legend box.
 ITextStyle textStyle()
          Get the text style of the legend box.
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Method Detail

textStyle

ITextStyle textStyle()
Get the text style of the legend box.

Returns:
The ITextStyle for the whole statistic box.

setTextStyle

boolean setTextStyle(ITextStyle textStyle)
Set the text style of the legend box.

Parameters:
textStyle - The text style.
Returns:
true if the operation was successful.

setBoxStyle

boolean setBoxStyle(IBoxStyle boxStyle)
Set the box style of the legend box.

Parameters:
boxStyle - The box style.
Returns:
true if the operation was successful.

boxStyle

IBoxStyle boxStyle()
Get the box style of the legend box.

Returns:
The IBoxStyle of the legend box.


jHepWork 3.2 © jWork.org