fr.orsay.lri.varna.models.export
Class ArcCommand
java.lang.Object
fr.orsay.lri.varna.models.export.GraphicElement
fr.orsay.lri.varna.models.export.ArcCommand
public class ArcCommand
- extends GraphicElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
origine
private Point2D.Double origine
width
private double width
height
private double height
startAngle
private double startAngle
endAngle
private double endAngle
ArcCommand
public ArcCommand(Point2D.Double origine,
double width,
double height,
double startAngle,
double endAngle)
getOrigine
public Point2D.Double getOrigine()
getWidth
public double getWidth()
getHeight
public double getHeight()
getStartAngle
public double getStartAngle()
getEndAngle
public double getEndAngle()