fr.orsay.lri.varna.models.export
Class RectangleCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.RectangleCommand
public class RectangleCommand
- 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
_dims
private Point2D.Double _dims
_thickness
private double _thickness
RectangleCommand
public RectangleCommand(Point2D.Double orig,
Point2D.Double dims,
double thickness)
get_orig
public Point2D.Double get_orig()
get_dims
public Point2D.Double get_dims()
get_thickness
public double get_thickness()