All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.plot.DataLine

java.lang.Object
   |
   +----com.arcsinc.ui.plot.DataLine

public class DataLine
extends Object

Variable Index

 o LINE_MODE
 o POINT_MODE

Constructor Index

 o DataLine()
 o DataLine(Plot)

Method Index

 o addData(DataPoint)
 o getLineColor()
Get the value of lineColor.
 o getMode()
Get the value of mode.
 o paint(Graphics)
 o printCapture(Plot)
 o setLineColor(Color)
Set the value of lineColor.
 o setMode(int)
Set the value of mode.

Variables

 o LINE_MODE
 public static final int LINE_MODE
 o POINT_MODE
 public static final int POINT_MODE

Constructors

 o DataLine
 public DataLine()
 public DataLine()
 o DataLine
 public DataLine(Plot owner)

Methods

 o printCapture
 public DataLine printCapture(Plot owner)
 o addData
 public void addData(DataPoint dp)
 o paint
 public void paint(Graphics g)
 o getLineColor
 public Color getLineColor()
Get the value of lineColor.

Returns:
Value of lineColor.
 o setLineColor
 public void setLineColor(Color v)
Set the value of lineColor.

Parameters:
v - Value to assign to lineColor.
 o getMode
 public int getMode()
Get the value of mode.

Returns:
Value of mode.
 o setMode
 public void setMode(int v)
Set the value of mode.

Parameters:
v - Value to assign to mode.

All Packages  Class Hierarchy  This Package  Previous  Next  Index
es.html">Index