<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.util.svg.AWTPathProducer</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A>, <AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>AWTPathProducer</B><DT>extends <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A><DT>implements <AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A>, <AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></DL>
</PRE>
<P>
This class provides an implementation of the PathHandler that initializes
<CODE>protected <AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html"title="class in com.mxgraph.util.svg">ExtendedGeneralPath</A></CODE></FONT></TD>
<CODE>static <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/AWTPathProducer.html#createShape(java.lang.String, int)">createShape</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> text,
int wr)</CODE>
<BR>
Utility method for creating an ExtendedGeneralPath.</TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></FONT></TD>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
protected <AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html"title="class in com.mxgraph.util.svg">ExtendedGeneralPath</A><B>path</B></PRE>
<DL>
<DD>The temporary value of extendedGeneralPath.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="currentX"><!----></A><H3>
currentX</H3>
<PRE>
protected float <B>currentX</B></PRE>
<DL>
<DD>The current x position.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="currentY"><!----></A><H3>
currentY</H3>
<PRE>
protected float <B>currentY</B></PRE>
<DL>
<DD>The current y position.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="xCenter"><!----></A><H3>
xCenter</H3>
<PRE>
protected float <B>xCenter</B></PRE>
<DL>
<DD>The reference x point for smooth arcs.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="yCenter"><!----></A><H3>
yCenter</H3>
<PRE>
protected float <B>yCenter</B></PRE>
<DL>
<DD>The reference y point for smooth arcs.
<P>
<DL>
</DL>
</DL>
<HR>
<ANAME="windingRule"><!----></A><H3>
windingRule</H3>
<PRE>
protected int <B>windingRule</B></PRE>
<DL>
<DD>The winding rule to use to construct the path.
public static <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A><B>createShape</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> text,
int wr)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DL>
<DD>Utility method for creating an ExtendedGeneralPath.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>text</CODE> - The text representation of the path specification.<DD><CODE>wr</CODE> - The winding rule to use for creating the path.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE></DL>
</DD>
</DL>
<HR>
<ANAME="setWindingRule(int)"><!----></A><H3>
setWindingRule</H3>
<PRE>
public void <B>setWindingRule</B>(int i)</PRE>
<DL>
<DD>Sets the winding rule used to construct the path.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html#setWindingRule(int)">setWindingRule</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getWindingRule()"><!----></A><H3>
getWindingRule</H3>
<PRE>
public int <B>getWindingRule</B>()</PRE>
<DL>
<DD>Returns the current winding rule.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html#getWindingRule()">getWindingRule</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getShape()"><!----></A><H3>
getShape</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A><B>getShape</B>()</PRE>
<DL>
<DD>Returns the Shape object initialized during the last parsing.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html#getShape()">getShape</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the shape or null if this handler has not been used by
a parser.</DL>
</DD>
</DL>
<HR>
<ANAME="startPath()"><!----></A><H3>
startPath</H3>
<PRE>
public void <B>startPath</B>()
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#startPath()">startPath</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="endPath()"><!----></A><H3>
endPath</H3>
<PRE>
public void <B>endPath</B>()
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#endPath()">endPath</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="movetoRel(float, float)"><!----></A><H3>
movetoRel</H3>
<PRE>
public void <B>movetoRel</B>(float x,
float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#movetoRel(float, float)">movetoRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="movetoAbs(float, float)"><!----></A><H3>
movetoAbs</H3>
<PRE>
public void <B>movetoAbs</B>(float x,
float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#movetoAbs(float, float)">movetoAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="closePath()"><!----></A><H3>
closePath</H3>
<PRE>
public void <B>closePath</B>()
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#closePath()">closePath</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="linetoRel(float, float)"><!----></A><H3>
linetoRel</H3>
<PRE>
public void <B>linetoRel</B>(float x,
float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoRel(float, float)">linetoRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the relative x coordinates for the end point<DD><CODE>y</CODE> - the relative y coordinates for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="linetoAbs(float, float)"><!----></A><H3>
linetoAbs</H3>
<PRE>
public void <B>linetoAbs</B>(float x,
float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoAbs(float, float)">linetoAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoHorizontalRel(float)">linetoHorizontalRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the relative X coordinate of the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoHorizontalAbs(float)">linetoHorizontalAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the absolute X coordinate of the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="linetoVerticalRel(float)"><!----></A><H3>
linetoVerticalRel</H3>
<PRE>
public void <B>linetoVerticalRel</B>(float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoVerticalRel(float)">linetoVerticalRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>y</CODE> - the relative Y coordinate of the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
</DD>
</DL>
<HR>
<ANAME="linetoVerticalAbs(float)"><!----></A><H3>
linetoVerticalAbs</H3>
<PRE>
public void <B>linetoVerticalAbs</B>(float y)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#linetoVerticalAbs(float)">linetoVerticalAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>y</CODE> - the absolute Y coordinate of the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoCubicRel(float, float, float, float, float, float)">curvetoCubicRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x1</CODE> - the relative x coordinate for the first control point<DD><CODE>y1</CODE> - the relative y coordinate for the first control point<DD><CODE>x2</CODE> - the relative x coordinate for the second control point<DD><CODE>y2</CODE> - the relative y coordinate for the second control point<DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoCubicAbs(float, float, float, float, float, float)">curvetoCubicAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x1</CODE> - the absolute x coordinate for the first control point<DD><CODE>y1</CODE> - the absolute y coordinate for the first control point<DD><CODE>x2</CODE> - the absolute x coordinate for the second control point<DD><CODE>y2</CODE> - the absolute y coordinate for the second control point<DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoCubicSmoothRel(float, float, float, float)">curvetoCubicSmoothRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x2</CODE> - the relative x coordinate for the second control point<DD><CODE>y2</CODE> - the relative y coordinate for the second control point<DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoCubicSmoothAbs(float, float, float, float)">curvetoCubicSmoothAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x2</CODE> - the absolute x coordinate for the second control point<DD><CODE>y2</CODE> - the absolute y coordinate for the second control point<DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoQuadraticRel(float, float, float, float)">curvetoQuadraticRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x1</CODE> - the relative x coordinate for the control point<DD><CODE>y1</CODE> - the relative y coordinate for the control point<DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative x coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoQuadraticAbs(float, float, float, float)">curvetoQuadraticAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x1</CODE> - the absolute x coordinate for the control point<DD><CODE>y1</CODE> - the absolute y coordinate for the control point<DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute x coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoQuadraticSmoothRel(float, float)">curvetoQuadraticSmoothRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#curvetoQuadraticSmoothAbs(float, float)">curvetoQuadraticSmoothAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#arcRel(float, float, float, boolean, boolean, float, float)">arcRel</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rx</CODE> - the X axis radius for the ellipse<DD><CODE>ry</CODE> - the Y axis radius for the ellipse<DD><CODE>xAxisRotation</CODE> - the rotation angle in degrees for the ellipse's
X-axis relative to the X-axis<DD><CODE>largeArcFlag</CODE> - the value of the large-arc-flag<DD><CODE>sweepFlag</CODE> - the value of the sweep-flag<DD><CODE>x</CODE> - the relative x coordinate for the end point<DD><CODE>y</CODE> - the relative y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html#arcAbs(float, float, float, boolean, boolean, float, float)">arcAbs</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rx</CODE> - the X axis radius for the ellipse<DD><CODE>ry</CODE> - the Y axis radius for the ellipse<DD><CODE>xAxisRotation</CODE> - the rotation angle in degrees for the ellipse's
X-axis relative to the X-axis<DD><CODE>largeArcFlag</CODE> - the value of the large-arc-flag<DD><CODE>sweepFlag</CODE> - the value of the sweep-flag<DD><CODE>x</CODE> - the absolute x coordinate for the end point<DD><CODE>y</CODE> - the absolute y coordinate for the end point
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the path</DL>