hep.aida.ref.plotter
Interface ITickStyle
- All Superinterfaces:
- hep.aida.IBaseStyle
public interface ITickStyle
- extends hep.aida.IBaseStyle
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
DEFAULT_TICKS
static final int DEFAULT_TICKS
- See Also:
- Constant Field Values
INSIDE_PLOT
static final int INSIDE_PLOT
- See Also:
- Constant Field Values
OUTSIDE_PLOT
static final int OUTSIDE_PLOT
- See Also:
- Constant Field Values
INSIDE_AND_OUTSIDE_PLOT
static final int INSIDE_AND_OUTSIDE_PLOT
- See Also:
- Constant Field Values
numberOfTicks
int numberOfTicks()
setNumberOfTicks
void setNumberOfTicks(int nTicks)
tickLineStyle
hep.aida.ILineStyle tickLineStyle()
setTickLineStyle
void setTickLineStyle(hep.aida.ILineStyle style)
tickType
int tickType()
setTickType
void setTickType(int type)
tickLength
double tickLength()
setTickLength
void setTickLength(double length)
isTickLengthScalable
boolean isTickLengthScalable()
setTickLengthScalable
void setTickLengthScalable(boolean scalable)
tickLabelStyle
hep.aida.ILegendBoxStyle tickLabelStyle()
setTickLabelStyle
void setTickLabelStyle(hep.aida.ILegendBoxStyle style)
tickLabelFormat
java.lang.String tickLabelFormat()
setTickLabelFormat
void setTickLabelFormat(java.lang.String format)
isTickLabelScalable
boolean isTickLabelScalable()
setTickLabelScalable
void setTickLabelScalable(boolean scalable)
multiplierStyle
hep.aida.ILegendBoxStyle multiplierStyle()
setMultiplierStyle
void setMultiplierStyle(hep.aida.ILegendBoxStyle style)
multiplierFormat
java.lang.String multiplierFormat()
setMultiplierFormat
void setMultiplierFormat(java.lang.String format)
isMultiplierScalable
boolean isMultiplierScalable()
setMultiplierScalable
void setMultiplierScalable(boolean scalable)
jHepWork 1.1 (C) Chekanov