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

Constructor Index

 o Axis(Plot, int)

Method Index

 o getAdornmentHeight()
 o get=" o "> getAdornmentWidth()
 o getAxisColor()
Get the value of axisColor.
 o getLabel()
Get the value of label.
 o getMaxDataValue()
Get the value of maxDataValue.
 o getMaxShowValue()
Get the value of maxShowValue.
 o getMinDataValue()
Get the value of minDataValue.
 o getMinShowValue()
Get the value of minShowValue.
 o getTextColor()
Get the value of textColor.
 o paint(Graphics)
 o printCapture(Plot)
 o setAxisColor(Color)
Set the value of axisColor.
 o setLabel(String)
Set the value of label.
 o setMaxDataValue(double)
Set the value of max
Set the value of maxDataValue.
 o setMaxShowValue(double)
 o setMinDataValue(double)
Set the value of minDataValue.
 o setMinShowValue(double)
 o setProperties(double, double, int)
 o setTextColor(Color)
Set the value of textColor.
 o setTickLabelSpec(int, int)
 o updateAxis()

Constructors

 o Axis
 public Axis(
 public Axis(Plot owner,
             int type)

Methods

 o printCapture
 public Axis printCapture(Plot owner)
 o setProperties
 public void setProperties(double minValue,
                           double maxValue,
                           int noTicks)
 o setTickLabelSpec
 public void setTickLabelSpec(int format,
                              int v)
 o updateAxis
 public void updateAxis()
 o getAdornmentWidth
 public int getAdornmentWidth()
 o getAdornmentHeight
 public int getAdornmentHeight()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component
 o getLabel
 public String getLabel()
Get the value of label.

Returns:
Value of label.
 o setLabel
 public void setLabel(String v)
Set the value of label.

Parameters:
v - Value to assign to label.
 o getAxisColor
 public Color getAxisColor()
Get the value of axisColor.

Returns:
Value of axisColor.
Value of axisColor.
 o setAxisColor
 public void setAxisColor(Color v)
Set the value of axisColor.

Parameters:
v - Value to assign to axisColor.
 o getTextColor
 public Color getTextColor()
Get the value of textColor.

Returns:
Value of textColor.
 o setTextColor
 public void setTextColor(Color v)
Set the value of textColor.

Parameters:
v - Value to assign to textColor.
 o getMaxDataValue
 public double getMaxDataValue()
Get the value of maxDataValue.

Returns:
Value of maxDataValue.
 o setMaxDataValue
 public void setMaxDataValue(double v)
Set the value of maxDataValue.

Parameters:
v - Value to assign to maxDataValue.
 o getMinDataValue
 public double getMinDataValue()
Get the value of minDataValue.

Returns:
Value of minDataValue.
 o setMinDataValue
 public void setMinDataValue(double v)
Set the value of minDataValue.

Parameters:
v - Value to assign to minDataValue.
 o getMinShowValue
 public double getMinShowValue()
Get the value of minShowValue.

Returns:
Value of minShowValue.
 o setMinShowValue
 protected void setMinShowValue(double v)
 o getMaxShowValue
 public double getMaxShowValue()
Get the value of maxShowValue.

Returns:
Value of maxShowValue.
 o setMaxShowValue
 protected void setMaxShowValue(double v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
>