hep.aida.jni
Class CIAxisStyle
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CIBaseStyle
hep.aida.jni.CIAxisStyle
- All Implemented Interfaces:
- hep.aida.IAxisStyle, hep.aida.IBaseStyle
- public class CIAxisStyle
- extends CIBaseStyle
- implements hep.aida.IAxisStyle
- Source Code:
- CIAxisStyle.java
Methods inherited from interface hep.aida.IAxisStyle |
label, scaling, setLineStyle, setScaling |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
CIAxisStyle
public CIAxisStyle(long crefID)
lineStyle
public hep.aida.ILineStyle lineStyle()
- Specified by:
lineStyle
in interface hep.aida.IAxisStyle
tickLabelStyle
public hep.aida.ITextStyle tickLabelStyle()
- Specified by:
tickLabelStyle
in interface hep.aida.IAxisStyle
labelStyle
public hep.aida.ITextStyle labelStyle()
- Specified by:
labelStyle
in interface hep.aida.IAxisStyle
setlineStyle
public boolean setlineStyle(hep.aida.ILineStyle lineStyle)
- Specified by:
setlineStyle
in interface hep.aida.IAxisStyle
setTickLabelStyle
public boolean setTickLabelStyle(hep.aida.ITextStyle tickLabelStyle)
- Specified by:
setTickLabelStyle
in interface hep.aida.IAxisStyle
setLabelStyle
public boolean setLabelStyle(hep.aida.ITextStyle labelStyle)
- Specified by:
setLabelStyle
in interface hep.aida.IAxisStyle
setLabel
public void setLabel(String label)
- Specified by:
setLabel
in interface hep.aida.IAxisStyle
Copyright © 2000-2004 FreeHEP, All Rights Reserved.