com.itextpdf.tool.xml.svg.utils
Class EllipseArc

java.lang.Object
  extended by 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)
           
 
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

EllipseArc

protected EllipseArc(float cx,
                     float cy,
                     float a,
                     float b,
                     float startAng,
                     float extend)
Method Detail

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.