AIDA API
Version 3.3

hep.aida
Interface ILegendBoxStyle

All Superinterfaces:
IBaseStyle

public interface ILegendBoxStyle
extends IBaseStyle

Style for the legend box.

Author:
The AIDA team (http://aida.freehep.org/)

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

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

Returns:
The ITextStyle for the whole statistic box.

setTextStyle

public 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

public 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

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

Returns:
The IBoxStyle of the legend box.

AIDA API
Version 3.3

Copyright © 2000-2004 AIDA Team, All Rights Reserved.