FreeHEP API
Version v1.2.2

hep.aida.ref.plotter
Class AxisStyle

java.lang.Object
  |
  +--hep.aida.ref.plotter.BaseStyle
        |
        +--hep.aida.ref.plotter.AxisStyle
All Implemented Interfaces:
hep.aida.IAxisStyle, hep.aida.IBaseStyle

public class AxisStyle
extends BaseStyle
implements hep.aida.IAxisStyle

Author:
The AIDA team @ SLAC.

Constructor Summary
AxisStyle()
           
 
Method Summary
protected  void initializeBaseStyle()
          Initialize the BaseStyle.
 String label()
           
 hep.aida.ITextStyle labelStyle()
           
 hep.aida.ILineStyle lineStyle()
           
 void setLabel(String label)
           
 boolean setLabelStyle(hep.aida.ITextStyle labelStyle)
           
 boolean setlineStyle(hep.aida.ILineStyle lineStyle)
           
 boolean setTickLabelStyle(hep.aida.ITextStyle tickLabelStyle)
           
 hep.aida.ITextStyle tickLabelStyle()
           
 
Methods inherited from class hep.aida.ref.plotter.BaseStyle
addBaseStyle, addParameter, addParameter, addParameter, addParameter, availableParameterOptions, availableParameters, name, parameterDefaultValue, parameterDefaultValue, parameterValue, parent, reset, setName, setParameter, setParameter, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

Constructor Detail

AxisStyle

public AxisStyle()
Method Detail

initializeBaseStyle

protected void initializeBaseStyle()
Description copied from class: BaseStyle
Initialize the BaseStyle. This method has to be overwritten by all Style that has to add parameters or internal BaseStyles.

Specified by:
initializeBaseStyle in class BaseStyle

setLabel

public void setLabel(String label)
Specified by:
setLabel in interface hep.aida.IAxisStyle

label

public String label()

labelStyle

public hep.aida.ITextStyle labelStyle()
Specified by:
labelStyle in interface hep.aida.IAxisStyle

lineStyle

public hep.aida.ILineStyle lineStyle()
Specified by:
lineStyle in interface hep.aida.IAxisStyle

tickLabelStyle

public hep.aida.ITextStyle tickLabelStyle()
Specified by:
tickLabelStyle in interface hep.aida.IAxisStyle

setLabelStyle

public boolean setLabelStyle(hep.aida.ITextStyle labelStyle)
Specified by:
setLabelStyle in interface hep.aida.IAxisStyle

setTickLabelStyle

public boolean setTickLabelStyle(hep.aida.ITextStyle tickLabelStyle)
Specified by:
setTickLabelStyle in interface hep.aida.IAxisStyle

setlineStyle

public boolean setlineStyle(hep.aida.ILineStyle lineStyle)
Specified by:
setlineStyle in interface hep.aida.IAxisStyle

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.