All Packages Class Hierarchy This Package Previous Next Index
Class com.arcsinc.ui.plot.Axis
java.lang.Object
|
+----java.awt.Component
|
+----com.arcsinc.ui.plot.Axis
- public class Axis
- extends Component
-
Axis(Plot, int)
-
-
getAdornmentHeight()
-
-
get=" o ">
getAdornmentWidth()
-
-
getAxisColor()
- Get the value of axisColor.
-
getLabel()
- Get the value of label.
-
getMaxDataValue()
- Get the value of maxDataValue.
-
getMaxShowValue()
- Get the value of maxShowValue.
-
getMinDataValue()
- Get the value of minDataValue.
-
getMinShowValue()
- Get the value of minShowValue.
-
getTextColor()
- Get the value of textColor.
-
paint(Graphics)
-
-
printCapture(Plot)
-
-
setAxisColor(Color)
- Set the value of axisColor.
-
setLabel(String)
- Set the value of label.
-
setMaxDataValue(double)
- Set the value of max
- Set the value of maxDataValue.
-
setMaxShowValue(double)
-
-
setMinDataValue(double)
- Set the value of minDataValue.
-
setMinShowValue(double)
-
-
setProperties(double, double, int)
-
-
setTextColor(Color)
- Set the value of textColor.
-
setTickLabelSpec(int, int)
-
-
updateAxis()
-
Axis
public Axis(
public Axis(Plot owner,
int type)
printCapture
public Axis printCapture(Plot owner)
setProperties
public void setProperties(double minValue,
double maxValue,
int noTicks)
setTickLabelSpec
public void setTickLabelSpec(int format,
int v)
updateAxis
public void updateAxis()
getAdornmentWidth
public int getAdornmentWidth()

getAdornmentHeight
public int getAdornmentHeight()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
getLabel
public String getLabel()
- Get the value of label.
- Returns:
- Value of label.
setLabel
public void setLabel(String v)
- Set the value of label.
- Parameters:
- v - Value to assign to label.
getAxisColor
public Color getAxisColor()
- Get the value of axisColor.
- Returns:
- Value of axisColor.
- Value of axisColor.
setAxisColor
public void setAxisColor(Color v)
- Set the value of axisColor.
- Parameters:
- v - Value to assign to axisColor.
getTextColor
public Color getTextColor()
- Get the value of textColor.
- Returns:
- Value of textColor.
setTextColor
public void setTextColor(Color v)
- Set the value of textColor.
- Parameters:
- v - Value to assign to textColor.
getMaxDataValue
public double getMaxDataValue()
- Get the value of maxDataValue.
- Returns:
- Value of maxDataValue.
setMaxDataValue
public void setMaxDataValue(double v)
- Set the value of maxDataValue.
- Parameters:
- v - Value to assign to maxDataValue.
getMinDataValue
public double getMinDataValue()
- Get the value of minDataValue.
- Returns:
- Value of minDataValue.
setMinDataValue
public void setMinDataValue(double v)
- Set the value of minDataValue.
-
- Parameters:
- v - Value to assign to minDataValue.
getMinShowValue
public double getMinShowValue()
- Get the value of minShowValue.
- Returns:
- Value of minShowValue.
setMinShowValue
protected void setMinShowValue(double v)
getMaxShowValue
public double getMaxShowValue()
- Get the value of maxShowValue.
- Returns:
- Value of maxShowValue.
setMaxShowValue
protected void setMaxShowValue(double v)
All Packages Class Hierarchy This Package Previous Next Index