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