FreeHEP API
Version 3.2.1

hep.aida
Interface IAxisStyle

All Superinterfaces:
IBaseStyle

public interface IAxisStyle
extends IBaseStyle

Style for the part of the scene representing the data (then histograms, functions, data point sets).

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

Method Summary
 ITextStyle labelStyle()
           
 ILineStyle lineStyle()
           
 void setLabel(String label)
           
 boolean setLabelStyle(ITextStyle labelStyle)
           
 boolean setlineStyle(ILineStyle lineStyle)
           
 boolean setTickLabelStyle(ITextStyle tickLabelStyle)
           
 ITextStyle tickLabelStyle()
           
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

Method Detail

lineStyle

public ILineStyle lineStyle()

tickLabelStyle

public ITextStyle tickLabelStyle()

labelStyle

public ITextStyle labelStyle()

setlineStyle

public boolean setlineStyle(ILineStyle lineStyle)

setTickLabelStyle

public boolean setTickLabelStyle(ITextStyle tickLabelStyle)

setLabelStyle

public boolean setLabelStyle(ITextStyle labelStyle)

setLabel

public void setLabel(String label)

FreeHEP API
Version 3.2.1

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