org.rosuda.ibase.toolkit
Class PlotText
java.lang.Object
org.rosuda.ibase.toolkit.PlotObject
org.rosuda.ibase.toolkit.PlotText
- Direct Known Subclasses:
- PlotTextVector
public class PlotText
- extends PlotObject
| Methods inherited from class org.rosuda.ibase.toolkit.PlotObject |
gerDrawColor, gerFillColor, getLayer, getXPos, getYPos, isVisible, setClip, setCoordinates, setCoordinates, setDrawColor, setFillColor, setLayer, setVisible, update |
PlotText
public PlotText(PlotManager p)
clear
public void clear()
draw
public void draw(PoGraSS g)
- The actual draw method.
- Overrides:
draw in class PlotObject
- Parameters:
g - graphics context for painting
set
public void set(double x,
double y)
set
public void set(double[] x,
double[] y)
getX
public double[] getX()
getY
public double[] getY()
getAX
public double[] getAX()
getAY
public double[] getAY()
getDX
public int[] getDX()
getDY
public int[] getDY()
set
public void set(String txt)
set
public void set(String[] txt)
setAX
public void setAX(double ax)
setAX
public void setAX(double[] ax)
setAY
public void setAY(double ay)
setAY
public void setAY(double[] ay)
toString
public String toString()
- Description copied from class:
PlotObject
- toString is rather useful for debugging purposes
- Overrides:
toString in class PlotObject
recalc
public void recalc()