|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
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 |
public ILineStyle lineStyle()
public ITextStyle tickLabelStyle()
public ITextStyle labelStyle()
public boolean setLineStyle(ILineStyle lineStyle)
public boolean setTickLabelStyle(ITextStyle tickLabelStyle)
public boolean setLabelStyle(ITextStyle labelStyle)
public boolean setLabel(String label)
public String label()
public boolean setScaling(String scaling)
public String scaling()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |