hep.aida
Interface IAxisStyle

All Superinterfaces:
IBaseStyle
All Known Implementing Classes:
AxisStyle

public interface IAxisStyle
extends IBaseStyle

Style for the part of the scene representing an axis.


Method Summary
 String label()
          Get the axis label.
 ITextStyle labelStyle()
           
 ILineStyle lineStyle()
          Get various basic style on the axis style.
 String scaling()
          Get the axis scaling.
 boolean setLabel(String label)
          Set the axis label.
 boolean setLabelStyle(ITextStyle labelStyle)
           
 boolean setlineStyle(ILineStyle lineStyle)
           
 boolean setLineStyle(ILineStyle lineStyle)
          Set various basic style on the axis style.
 boolean setScaling(String scaling)
          Set the axis scaling (at least "log" and "linear").
 boolean setTickLabelStyle(ITextStyle tickLabelStyle)
           
 ITextStyle tickLabelStyle()
           
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Method Detail

lineStyle

ILineStyle lineStyle()
Get various basic style on the axis style.


tickLabelStyle

ITextStyle tickLabelStyle()

labelStyle

ITextStyle labelStyle()

setLineStyle

boolean setLineStyle(ILineStyle lineStyle)
Set various basic style on the axis style.


setTickLabelStyle

boolean setTickLabelStyle(ITextStyle tickLabelStyle)

setLabelStyle

boolean setLabelStyle(ITextStyle labelStyle)

setlineStyle

boolean setlineStyle(ILineStyle lineStyle)

setLabel

boolean setLabel(String label)
Set the axis label.


label

String label()
Get the axis label. return The axis label.


setScaling

boolean setScaling(String scaling)
Set the axis scaling (at least "log" and "linear").


scaling

String scaling()
Get the axis scaling. return The axis scaling.



jHepWork 3.2 © jWork.org