com.itextpdf.tool.xml.svg.utils
Class EllipseArc
java.lang.Object
com.itextpdf.tool.xml.svg.utils.EllipseArc
public class EllipseArc
- extends Object
Constructor Summary |
protected |
EllipseArc(float cx,
float cy,
float a,
float b,
float startAng,
float extend)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EllipseArc
protected EllipseArc(float cx,
float cy,
float a,
float b,
float startAng,
float extend)
getCx
public float getCx()
getCy
public float getCy()
getA
public float getA()
getB
public float getB()
getStartAng
public float getStartAng()
getExtend
public float getExtend()
createEllipseArc
public static EllipseArc createEllipseArc(float x1,
float y1,
float x2,
float y2,
float a,
float b,
float sweep,
float largeArc)
throws EllipseArcException
- Throws:
EllipseArcException
Copyright © 2012. All Rights Reserved.