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

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

public class ArcCommand
extends GraphicElement


Field Summary
private  double endAngle
           
private  double height
           
private  Point2D.Double origine
           
private  double startAngle
           
private  double width
           
 
Constructor Summary
ArcCommand(Point2D.Double origine, double width, double height, double startAngle, double endAngle)
           
 
Method Summary
 double getEndAngle()
           
 double getHeight()
           
 Point2D.Double getOrigine()
           
 double getStartAngle()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origine

private Point2D.Double origine

width

private double width

height

private double height

startAngle

private double startAngle

endAngle

private double endAngle
Constructor Detail

ArcCommand

public ArcCommand(Point2D.Double origine,
                  double width,
                  double height,
                  double startAngle,
                  double endAngle)
Method Detail

getOrigine

public Point2D.Double getOrigine()

getWidth

public double getWidth()

getHeight

public double getHeight()

getStartAngle

public double getStartAngle()

getEndAngle

public double getEndAngle()