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

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

public class RectangleCommand
extends GraphicElement


Field Summary
private  Point2D.Double _dims
           
private  Point2D.Double _orig
           
private  double _thickness
           
 
Constructor Summary
RectangleCommand(Point2D.Double orig, Point2D.Double dims, double thickness)
           
 
Method Summary
 Point2D.Double get_dims()
           
 Point2D.Double get_orig()
           
 double get_thickness()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_orig

private Point2D.Double _orig

_dims

private Point2D.Double _dims

_thickness

private double _thickness
Constructor Detail

RectangleCommand

public RectangleCommand(Point2D.Double orig,
                        Point2D.Double dims,
                        double thickness)
Method Detail

get_orig

public Point2D.Double get_orig()

get_dims

public Point2D.Double get_dims()

get_thickness

public double get_thickness()