jas2.hist
Interface JASHistAxis
-
- All Known Implementing Classes:
- ManagedAxis
public interface JASHistAxis
-
-
Field Summary
Fields Modifier and Type Field and Description static intDATEstatic intDOUBLEstatic intLEFTstatic intRIGHTstatic intSTRING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleangetAllowSuppressedZero()java.awt.ColorgetAxisColor()intgetAxisType()floatgetAxisWidth()intgetBins()doublegetBinWidth()java.awt.FontgetFont()java.lang.StringgetLabel()EditableLabelgetLabelObject()intgetLabelPosition()doublegetMax()java.lang.ObjectgetMaxObject()doublegetMin()java.lang.ObjectgetMinObject()intgetPosition()booleangetRangeAutomatic()booleangetShowOverflows()java.awt.ColorgetTextColor()booleanisBinned()booleanisFixed()booleanisLogarithmic()booleanisShowing()booleanisVertical()voidsetAllowSuppressedZero(boolean b)voidsetAxisColor(java.awt.Color c)The color used for the axis itself (and markers) By default the foreground color of the JASHist is usedvoidsetAxisType(int value)voidsetAxisWidth(float value)voidsetBins(int value)voidsetBinWidth(double value)voidsetFont(java.awt.Font value)The font used for the axis valuesvoidsetLabel(java.lang.String s)voidsetLabelObject(EditableLabel p_newLabel)voidsetLabelPosition(int pos)voidsetLogarithmic(boolean value)voidsetMax(double d)voidsetMaxObject(java.lang.Object value)voidsetMin(double d)voidsetMinObject(java.lang.Object value)voidsetPosition(int value)voidsetRange(double min, double max)voidsetRangeAutomatic(boolean b)voidsetShowing(boolean value)voidsetShowOverflows(boolean value)voidsetTextColor(java.awt.Color c)The color used for the axis values.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
isVertical
boolean isVertical()
-
isLogarithmic
boolean isLogarithmic()
-
setLogarithmic
void setLogarithmic(boolean value)
-
isShowing
boolean isShowing()
-
setShowing
void setShowing(boolean value)
-
getLabel
java.lang.String getLabel()
-
setLabel
void setLabel(java.lang.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
java.lang.Object getMinObject()
-
getMaxObject
java.lang.Object getMaxObject()
-
setMinObject
void setMinObject(java.lang.Object value)
-
setMaxObject
void setMaxObject(java.lang.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
java.awt.Font getFont()
-
setFont
void setFont(java.awt.Font value)
The font used for the axis values
-
getAxisColor
java.awt.Color getAxisColor()
-
getAxisWidth
float getAxisWidth()
-
setAxisWidth
void setAxisWidth(float value)
-
setAxisColor
void setAxisColor(java.awt.Color c)
The color used for the axis itself (and markers) By default the foreground color of the JASHist is used
-
getTextColor
java.awt.Color getTextColor()
-
setTextColor
void setTextColor(java.awt.Color c)
The color used for the axis values. By default the foreground color of the JASHist is used
-
-
DataMelt 3.0 © DataMelt by jWork.ORG