hep.aida.ref.plotter
Interface ITickStyle

All Superinterfaces:
hep.aida.IBaseStyle

public interface ITickStyle
extends hep.aida.IBaseStyle


Field Summary
static int DEFAULT_TICKS
           
static int INSIDE_AND_OUTSIDE_PLOT
           
static int INSIDE_PLOT
           
static int OUTSIDE_PLOT
           
 
Method Summary
 boolean isMultiplierScalable()
           
 boolean isTickLabelScalable()
           
 boolean isTickLengthScalable()
           
 java.lang.String multiplierFormat()
           
 hep.aida.ILegendBoxStyle multiplierStyle()
           
 int numberOfTicks()
           
 void setMultiplierFormat(java.lang.String format)
           
 void setMultiplierScalable(boolean scalable)
           
 void setMultiplierStyle(hep.aida.ILegendBoxStyle style)
           
 void setNumberOfTicks(int nTicks)
           
 void setTickLabelFormat(java.lang.String format)
           
 void setTickLabelScalable(boolean scalable)
           
 void setTickLabelStyle(hep.aida.ILegendBoxStyle style)
           
 void setTickLength(double length)
           
 void setTickLengthScalable(boolean scalable)
           
 void setTickLineStyle(hep.aida.ILineStyle style)
           
 void setTickType(int type)
           
 java.lang.String tickLabelFormat()
           
 hep.aida.ILegendBoxStyle tickLabelStyle()
           
 double tickLength()
           
 hep.aida.ILineStyle tickLineStyle()
           
 int tickType()
           
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Field Detail

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
Method Detail

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