All Packages Class Hierarchy This Package Previous Next Index
Class jas.hist.JASHistAxis
java.lang.Object
|
+----jas.hist.JASHistAxis
- public class JASHistAxis
- extends Object
- implements Serializable
-
DATE
-
-
DOUBLE
-
-
LEFT
-
-
RIGHT
-
-
STRING
-
-
getAllowSuppressedZero()
-
-
getAxisType()
-
-
getBins()
-
-
getBinWidth()
-
-
getIsBinned()
-
-
getIsLogarithmic()
-
-
getIsShowing()
-
-
getIsVertical()
-
-
getLabel()
-
-
getLabelPosition()
-
-
getMax()
-
-
getMaxObject()
-
-
getMin()
-
-
getMinObject()
-
-
getPosition()
-
-
getRangeAutomatic()
-
-
isShowing()
-
-
setAllowSuppressedZero(boolean)
-
-
setAxisType(int)
-
-
setBins(int)
-
-
setBinWidth(double)
-
-
setIsLogarithmic(boolean)
-
-
setIsShowing(boolean)
-
-
setIsVertical(boolean)
-
-
setLabel(String)
-
-
setLabelPosition(int)
-
-
setMax(double)
-
-
setMaxObject(Object)
-
-
setMin(double)
-
-
setMinObject(Object)
-
-
setPosition(int)
-
-
setRangeAutomatic(boolean)
-
-
setShowing(boolean)
-
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
getIsVertical
public boolean getIsVertical()
setIsVertical
public void setIsVertical(boolean value)
getIsLogarithmic
public boolean getIsLogarithmic()
setIsLogarithmic
public void setIsLogarithmic(boolean value)
getIsShowing
public boolean getIsShowing()
setIsShowing
public void setIsShowing(boolean value)
getLabel
public String getLabel()
setLabel
public void setLabel(String s)
getMin
public double getMin()
setMin
public void setMin(double d)
getMax
public double getMax()
setMax
public void setMax(double d)
getMinObject
public Object getMinObject()
getMaxObject
public Object getMaxObject()
setMinObject
public void setMinObject(Object value)
setMaxObject
public void setMaxObject(Object value)
getRangeAutomatic
public boolean getRangeAutomatic()
setRangeAutomatic
public void setRangeAutomatic(boolean b)
getAllowSuppressedZero
public boolean getAllowSuppressedZero()
setAllowSuppressedZero
public void setAllowSuppressedZero(boolean b)
getIsBinned
public boolean getIsBinned()
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)
isShowing
public boolean isShowing()
setShowing
public void setShowing(boolean value)
getPosition
public int getPosition()
setPosition
public void setPosition(int value)
getAxisType
public int getAxisType()
setAxisType
public void setAxisType(int value)
All Packages Class Hierarchy This Package Previous Next Index