fr.orsay.lri.varna.models.export
Class LineCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.LineCommand
public class LineCommand
- extends GraphicElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_orig
private Point2D.Double _orig
_dest
private Point2D.Double _dest
_thickness
private double _thickness
LineCommand
public LineCommand(Point2D.Double orig,
Point2D.Double dest,
double thickness)
get_orig
public Point2D.Double get_orig()
get_dest
public Point2D.Double get_dest()
get_thickness
public double get_thickness()