fr.orsay.lri.varna.models.export
Class TextCommand

java.lang.Object
  extended by fr.orsay.lri.varna.models.export.GraphicElement
      extended by fr.orsay.lri.varna.models.export.TextCommand

public class TextCommand
extends GraphicElement


Field Summary
private  Point2D.Double _base
           
private  String _txt
           
 
Constructor Summary
TextCommand(Point2D.Double base, String txt)
           
 
Method Summary
 Point2D.Double get_base()
           
 String get_txt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_base

private Point2D.Double _base

_txt

private String _txt
Constructor Detail

TextCommand

public TextCommand(Point2D.Double base,
                   String txt)
Method Detail

get_base

public Point2D.Double get_base()

get_txt

public String get_txt()