hep.aida
Interface ILegendBoxStyle
-
- All Superinterfaces:
- IBaseStyle
- All Known Implementing Classes:
- LegendBoxStyle
public interface ILegendBoxStyle extends IBaseStyle
Style for the legend box.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IBoxStyleboxStyle()Get the box style of the legend box.booleansetBoxStyle(IBoxStyle boxStyle)Set the box style of the legend box.booleansetTextStyle(ITextStyle textStyle)Set the text style of the legend box.ITextStyletextStyle()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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG