Class TextObject

java.lang.Object
  extended by PlotObject
      extended by TextObject

public class TextObject
extends PlotObject


Constructor Summary
TextObject(java.lang.String text, double x, double y)
           
 
Method Summary
 java.lang.String getText()
           
 double getX()
           
 double getY()
           
 void setText(java.lang.String text)
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class PlotObject
getColor, getLineStyle, setColor, setLineStyle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextObject

public TextObject(java.lang.String text,
                  double x,
                  double y)
Method Detail

getText

public java.lang.String getText()
Returns:
the text

setText

public void setText(java.lang.String text)
Parameters:
text - the text to set

getX

public double getX()
Returns:
the x

setX

public void setX(double x)
Parameters:
x - the x to set

getY

public double getY()
Returns:
the y

setY

public void setY(double y)
Parameters:
y - the y to set