fr.orsay.lri.varna.models.export
Class TextCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.TextCommand
public class TextCommand
- extends GraphicElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_base
private Point2D.Double _base
_txt
private String _txt
TextCommand
public TextCommand(Point2D.Double base,
String txt)
get_base
public Point2D.Double get_base()
get_txt
public String get_txt()