public DataLine()
DataLine
public DataLine(Plot owner)
printCapture
public DataLine printCapture(Plot owner)
addData
public void addData(DataPoint dp)
paint
public void paint(Graphics g)
getLineColor
public Color getLineColor()
- Get the value of lineColor.
- Returns:
- Value of lineColor.
setLineColor
public void setLineColor(Color v)
- Set the value of lineColor.
- Parameters:
- v - Value to assign to lineColor.
getMode
public int getMode()
- Get the value of mode.
- Returns:
- Value of mode.
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