hep.aida.ref.plotter
Class LegendBoxStyle

java.lang.Object
  extended by hep.aida.ref.plotter.WeakStyleListener
      extended by hep.aida.ref.plotter.BaseStyle
          extended by hep.aida.ref.plotter.LegendBoxStyle
All Implemented Interfaces:
IBaseStyle, ILegendBoxStyle, StyleListener

public class LegendBoxStyle
extends BaseStyle
implements ILegendBoxStyle


Constructor Summary
LegendBoxStyle()
           
 
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 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

LegendBoxStyle

public LegendBoxStyle()
Method Detail

boxStyle

public IBoxStyle boxStyle()
Description copied from interface: ILegendBoxStyle
Get the box style of the legend box.

Specified by:
boxStyle in interface ILegendBoxStyle
Returns:
The IBoxStyle of the legend box.

setBoxStyle

public boolean setBoxStyle(IBoxStyle boxStyle)
Description copied from interface: ILegendBoxStyle
Set the box style of the legend box.

Specified by:
setBoxStyle in interface ILegendBoxStyle
Parameters:
boxStyle - The box style.
Returns:
true if the operation was successful.

setTextStyle

public boolean setTextStyle(ITextStyle textStyle)
Description copied from interface: ILegendBoxStyle
Set the text style of the legend box.

Specified by:
setTextStyle in interface ILegendBoxStyle
Parameters:
textStyle - The text style.
Returns:
true if the operation was successful.

textStyle

public ITextStyle textStyle()
Description copied from interface: ILegendBoxStyle
Get the text style of the legend box.

Specified by:
textStyle in interface ILegendBoxStyle
Returns:
The ITextStyle for the whole statistic box.


jHepWork 3.2 © jWork.org