Class PlotObject

java.lang.Object
  extended by PlotObject
Direct Known Subclasses:
DataObject, TextObject

public class PlotObject
extends java.lang.Object


Constructor Summary
PlotObject()
           
 
Method Summary
 java.awt.Color getColor()
           
 LineStyle getLineStyle()
           
 void setColor(java.awt.Color color)
           
 void setLineStyle(LineStyle lineStyle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotObject

public PlotObject()
Method Detail

getColor

public java.awt.Color getColor()
Returns:
the color

setColor

public void setColor(java.awt.Color color)
Parameters:
color - the color to set

getLineStyle

public LineStyle getLineStyle()
Returns:
the lineStyle

setLineStyle

public void setLineStyle(LineStyle lineStyle)
Parameters:
lineStyle - the lineStyle to set