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/)
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)
Copyright © 2000-2002 AIDA Team, All Rights Reserved.