jas.hist
Interface JASHistAxis
- All Known Implementing Classes:
- ManagedAxis
- public interface JASHistAxis
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
DOUBLE
public static final int DOUBLE
STRING
public static final int STRING
DATE
public static final int DATE
isVertical
public boolean isVertical()
isLogarithmic
public boolean isLogarithmic()
setLogarithmic
public void setLogarithmic(boolean value)
isShowing
public boolean isShowing()
setShowing
public void setShowing(boolean value)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String s)
getLabelObject
public EditableLabel getLabelObject()
setLabelObject
public void setLabelObject(EditableLabel p_newLabel)
getMin
public double getMin()
setMin
public void setMin(double d)
getMax
public double getMax()
setMax
public void setMax(double d)
setRange
public void setRange(double min,
double max)
getMinObject
public java.lang.Object getMinObject()
getMaxObject
public java.lang.Object getMaxObject()
setMinObject
public void setMinObject(java.lang.Object value)
setMaxObject
public void setMaxObject(java.lang.Object value)
getRangeAutomatic
public boolean getRangeAutomatic()
setRangeAutomatic
public void setRangeAutomatic(boolean b)
getAllowSuppressedZero
public boolean getAllowSuppressedZero()
setAllowSuppressedZero
public void setAllowSuppressedZero(boolean b)
isBinned
public boolean isBinned()
isFixed
public boolean isFixed()
getBins
public int getBins()
setBins
public void setBins(int value)
getBinWidth
public double getBinWidth()
setBinWidth
public void setBinWidth(double value)
getLabelPosition
public int getLabelPosition()
setLabelPosition
public void setLabelPosition(int pos)
getPosition
public int getPosition()
setPosition
public void setPosition(int value)
getAxisType
public int getAxisType()
setAxisType
public void setAxisType(int value)
getShowOverflows
public boolean getShowOverflows()
setShowOverflows
public void setShowOverflows(boolean value)
getFont
public java.awt.Font getFont()
setFont
public void setFont(java.awt.Font value)
- The font used for the axis values
getAxisColor
public java.awt.Color getAxisColor()
setAxisColor
public 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
public java.awt.Color getTextColor()
setTextColor
public void setTextColor(java.awt.Color c)
- The color used for the axis values.
By default the foreground color of the JASHist is used