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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringlabel()Get the axis label.ITextStylelabelStyle()ILineStylelineStyle()Get various basic style on the axis style.java.lang.Stringscaling()Get the axis scaling.booleansetLabel(java.lang.String label)Set the axis label.booleansetLabelStyle(ITextStyle labelStyle)booleansetlineStyle(ILineStyle lineStyle)booleansetLineStyle(ILineStyle lineStyle)Set various basic style on the axis style.booleansetScaling(java.lang.String scaling)Set the axis scaling (at least "log" and "linear").booleansetTickLabelStyle(ITextStyle tickLabelStyle)ITextStyletickLabelStyle()-
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(java.lang.String label)
Set the axis label.
-
label
java.lang.String label()
Get the axis label. return The axis label.
-
setScaling
boolean setScaling(java.lang.String scaling)
Set the axis scaling (at least "log" and "linear").
-
scaling
java.lang.String scaling()
Get the axis scaling. return The axis scaling.
-
-
DMelt 3.0 © DataMelt by jWork.ORG