jas.hist
Interface JASHistAxis
- All Known Implementing Classes:
- ManagedAxis
public interface JASHistAxis
LEFT
static final int LEFT
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
DATE
static final int DATE
- See Also:
- Constant Field Values
isVertical
boolean isVertical()
isLogarithmic
boolean isLogarithmic()
setLogarithmic
void setLogarithmic(boolean value)
isShowing
boolean isShowing()
setShowing
void setShowing(boolean value)
getLabel
String getLabel()
setLabel
void setLabel(String s)
getLabelObject
EditableLabel getLabelObject()
setLabelObject
void setLabelObject(EditableLabel p_newLabel)
getMin
double getMin()
setMin
void setMin(double d)
getMax
double getMax()
setMax
void setMax(double d)
setRange
void setRange(double min,
double max)
getMinObject
Object getMinObject()
getMaxObject
Object getMaxObject()
setMinObject
void setMinObject(Object value)
setMaxObject
void setMaxObject(Object value)
getRangeAutomatic
boolean getRangeAutomatic()
setRangeAutomatic
void setRangeAutomatic(boolean b)
getAllowSuppressedZero
boolean getAllowSuppressedZero()
setAllowSuppressedZero
void setAllowSuppressedZero(boolean b)
isBinned
boolean isBinned()
isFixed
boolean isFixed()
getBins
int getBins()
setBins
void setBins(int value)
getBinWidth
double getBinWidth()
setBinWidth
void setBinWidth(double value)
getLabelPosition
int getLabelPosition()
setLabelPosition
void setLabelPosition(int pos)
getPosition
int getPosition()
setPosition
void setPosition(int value)
getAxisType
int getAxisType()
setAxisType
void setAxisType(int value)
getShowOverflows
boolean getShowOverflows()
setShowOverflows
void setShowOverflows(boolean value)
getFont
Font getFont()
setFont
void setFont(Font value)
- The font used for the axis values
getAxisColor
Color getAxisColor()
getAxisWidth
float getAxisWidth()
setAxisWidth
void setAxisWidth(float value)
setAxisColor
void setAxisColor(Color c)
- The color used for the axis itself (and markers)
By default the foreground color of the JASHist is used
getTextColor
Color getTextColor()
setTextColor
void setTextColor(Color c)
- The color used for the axis values.
By default the foreground color of the JASHist is used
Copyright © 2000-2009 FreeHEP. All Rights Reserved.