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
Method Summary |
void |
clear()
|
void |
draw(PoGraSS g)
The actual draw method. |
double[] |
getAX()
|
double[] |
getAY()
|
int[] |
getDX()
|
int[] |
getDY()
|
double[] |
getX()
|
double[] |
getY()
|
void |
recalc()
|
void |
set(double[] x,
double[] y)
|
void |
set(double x,
double y)
|
void |
set(java.lang.String txt)
|
void |
set(java.lang.String[] txt)
|
void |
setAX(double ax)
|
void |
setAX(double[] ax)
|
void |
setAY(double ay)
|
void |
setAY(double[] ay)
|
java.lang.String |
toString()
toString is rather useful for debugging purposes |
Methods inherited from class org.rosuda.ibase.toolkit.PlotObject |
dispose, gerDrawColor, gerFillColor, getLayer, getXPos, getYPos, isVisible, setClip, setCoordinates, setCoordinates, setDrawColor, setFillColor, setLayer, setVisible, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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(java.lang.String txt)
set
public void set(java.lang.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 java.lang.String toString()
- Description copied from class:
PlotObject
- toString is rather useful for debugging purposes
- Overrides:
toString
in class PlotObject
recalc
public void recalc()