|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.tool.xml.svg.utils.EllipseArc
public class EllipseArc
| Constructor Summary | |
|---|---|
protected |
EllipseArc(float cx,
float cy,
float a,
float b,
float startAng,
float extend)
|
| Method Summary | |
|---|---|
static EllipseArc |
createEllipseArc(float x1,
float y1,
float x2,
float y2,
float a,
float b,
float sweep,
float largeArc)
|
float |
getA()
|
float |
getB()
|
float |
getCx()
|
float |
getCy()
|
float |
getExtend()
|
float |
getStartAng()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EllipseArc(float cx,
float cy,
float a,
float b,
float startAng,
float extend)
| Method Detail |
|---|
public float getCx()
public float getCy()
public float getA()
public float getB()
public float getStartAng()
public float getExtend()
public static EllipseArc createEllipseArc(float x1,
float y1,
float x2,
float y2,
float a,
float b,
float sweep,
float largeArc)
throws EllipseArcException
EllipseArcException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||