2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2016-04-06 08:10:17 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Wed Apr 06 10:08:03 CEST 2016 -->
< title > ExtendedPathIterator (mxGraph 3.5.1.0 API Specification)< / title >
< meta name = "date" content = "2016-04-06" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2016-04-06 08:10:17 +00:00
parent.document.title="ExtendedPathIterator (mxGraph 3.5.1.0 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< div class = "topNav" > < a name = "navbar_top" >
<!-- -->
< / a > < a href = "#skip-navbar_top" title = "Skip navigation links" > < / a > < a name = "navbar_top_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/ExtendedPathIterator.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
2016-04-06 08:10:17 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.5.1.0< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html" title = "class in com.mxgraph.util.svg" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../../com/mxgraph/util/svg/NormalizingReader.html" title = "class in com.mxgraph.util.svg" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../../index.html?com/mxgraph/util/svg/ExtendedPathIterator.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "ExtendedPathIterator.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > Constr | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > Constr | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< div class = "subTitle" > com.mxgraph.util.svg< / div >
< h2 title = "Interface ExtendedPathIterator" class = "title" > Interface ExtendedPathIterator< / h2 >
< / div >
< div class = "contentContainer" >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< hr >
< br >
< pre > public interface < span class = "strong" > ExtendedPathIterator< / span > < / pre >
< div class = "block" > The < code > ExtendedPathIterator< / code > class represents a geometric
2012-05-21 20:32:26 +00:00
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs. This interface is identical to that of
PathIterator except it can return SEG_ARCTO from currentSegment,
also the array of values passed to currentSegment must be of length
7 or an error will be thrown.
This does not extend PathIterator as it would break the interface
2014-04-01 11:30:48 +00:00
contract for that class.< / div >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- =========== FIELD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Field Summary table, listing fields, and an explanation" >
< caption > < span > Fields< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Field and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_ARCTO" > SEG_ARCTO< / a > < / strong > < / code >
< div class = "block" > The segment type constant for an elliptical arc.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_CLOSE" > SEG_CLOSE< / a > < / strong > < / code >
< div class = "block" > The segment type constant that specifies that the preceding
2012-05-21 20:32:26 +00:00
subpath should be closed by appending a line segment back to
2014-04-01 11:30:48 +00:00
the point corresponding to the most recent SEG_MOVETO.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_CUBICTO" > SEG_CUBICTO< / a > < / strong > < / code >
< div class = "block" > The segment type constant for the set of 3 points that specify
2012-05-21 20:32:26 +00:00
a cubic parametric curve to be drawn from the most recently
2014-04-01 11:30:48 +00:00
specified point.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_LINETO" > SEG_LINETO< / a > < / strong > < / code >
< div class = "block" > The segment type constant for a point that specifies the end
2012-05-21 20:32:26 +00:00
point of a line to be drawn from the most recently specified
2014-04-01 11:30:48 +00:00
point.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_MOVETO" > SEG_MOVETO< / a > < / strong > < / code >
< div class = "block" > The segment type constant for a point that specifies the end
2012-05-21 20:32:26 +00:00
point of a line to be drawn from the most recently specified
2014-04-01 11:30:48 +00:00
point.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#SEG_QUADTO" > SEG_QUADTO< / a > < / strong > < / code >
< div class = "block" > The segment type constant for the pair of points that specify a
2012-05-21 20:32:26 +00:00
quadratic parametric curve to be drawn from the most recently
2014-04-01 11:30:48 +00:00
specified point.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#WIND_EVEN_ODD" > WIND_EVEN_ODD< / a > < / strong > < / code >
< div class = "block" > The winding rule constant for specifying an even-odd rule for
determining the interior of a path.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > static int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#WIND_NON_ZERO" > WIND_NON_ZERO< / a > < / strong > < / code >
< div class = "block" > The winding rule constant for specifying a non-zero rule for
determining the interior of a path.< / div >
< / td >
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========== METHOD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span > Methods< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#currentSegment()" > currentSegment< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#currentSegment(double[])" > currentSegment< / a > < / strong > (double[] coords)< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#currentSegment(float[])" > currentSegment< / a > < / strong > (float[] coords)< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > int< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#getWindingRule()" > getWindingRule< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#isDone()" > isDone< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/util/svg/ExtendedPathIterator.html#next()" > next< / a > < / strong > ()< / code > < / td >
< / tr >
< / table >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ============ FIELD DETAIL =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_detail" >
<!-- -->
< / a >
< h3 > Field Detail< / h3 >
< a name = "SEG_CLOSE" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_CLOSE< / h4 >
< pre > static final int SEG_CLOSE< / pre >
< div class = "block" > The segment type constant that specifies that the preceding
2012-05-21 20:32:26 +00:00
subpath should be closed by appending a line segment back to
2014-04-01 11:30:48 +00:00
the point corresponding to the most recent SEG_MOVETO.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_CLOSE" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "SEG_MOVETO" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_MOVETO< / h4 >
< pre > static final int SEG_MOVETO< / pre >
< div class = "block" > The segment type constant for a point that specifies the end
2012-05-21 20:32:26 +00:00
point of a line to be drawn from the most recently specified
2014-04-01 11:30:48 +00:00
point.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_MOVETO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "SEG_LINETO" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_LINETO< / h4 >
< pre > static final int SEG_LINETO< / pre >
< div class = "block" > The segment type constant for a point that specifies the end
2012-05-21 20:32:26 +00:00
point of a line to be drawn from the most recently specified
2014-04-01 11:30:48 +00:00
point.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_LINETO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "SEG_QUADTO" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_QUADTO< / h4 >
< pre > static final int SEG_QUADTO< / pre >
< div class = "block" > The segment type constant for the pair of points that specify a
2012-05-21 20:32:26 +00:00
quadratic parametric curve to be drawn from the most recently
specified point. The curve is interpolated by solving the
parametric control equation in the range (t=[0..1]) using the
most recently specified (current) point (CP), the first control
2014-04-01 11:30:48 +00:00
point (P1), and the final interpolated control point (P2).< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_QUADTO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "SEG_CUBICTO" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_CUBICTO< / h4 >
< pre > static final int SEG_CUBICTO< / pre >
< div class = "block" > The segment type constant for the set of 3 points that specify
2012-05-21 20:32:26 +00:00
a cubic parametric curve to be drawn from the most recently
specified point. The curve is interpolated by solving the
parametric control equation in the range (t=[0..1]) using the
most recently specified (current) point (CP), the first control
point (P1), the second control point (P2), and the final
2014-04-01 11:30:48 +00:00
interpolated control point (P3).< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_CUBICTO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "SEG_ARCTO" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > SEG_ARCTO< / h4 >
< pre > static final int SEG_ARCTO< / pre >
< div class = "block" > The segment type constant for an elliptical arc. This consists of
2012-05-21 20:32:26 +00:00
Seven values [rx, ry, angle, largeArcFlag, sweepFlag, x, y].
rx, ry are the radious of the ellipse.
angle is angle of the x axis of the ellipse.
largeArcFlag is zero if the smaller of the two arcs are to be used.
sweepFlag is zero if the 'left' branch is taken one otherwise.
2014-04-01 11:30:48 +00:00
x and y are the destination for the ellipse.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.SEG_ARCTO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "WIND_EVEN_ODD" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > WIND_EVEN_ODD< / h4 >
< pre > static final int WIND_EVEN_ODD< / pre >
< div class = "block" > The winding rule constant for specifying an even-odd rule for
2012-05-21 20:32:26 +00:00
determining the interior of a path. The even-odd rule specifies
that a point lies inside the path if a ray drawn in any
direction from that point to infinity is crossed by path
2014-04-01 11:30:48 +00:00
segments an odd number of times.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.WIND_EVEN_ODD" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< a name = "WIND_NON_ZERO" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > WIND_NON_ZERO< / h4 >
< pre > static final int WIND_NON_ZERO< / pre >
< div class = "block" > The winding rule constant for specifying a non-zero rule for
2012-05-21 20:32:26 +00:00
determining the interior of a path. The non-zero rule specifies
that a point lies inside the path if a ray drawn in any
direction from that point to infinity is crossed by path
segments a different number of times in the counter-clockwise
2014-04-01 11:30:48 +00:00
direction than the clockwise direction.< / div >
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../constant-values.html#com.mxgraph.util.svg.ExtendedPathIterator.WIND_NON_ZERO" > Constant Field Values< / a > < / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ============ METHOD DETAIL ========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "currentSegment()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > currentSegment< / h4 >
< pre > int currentSegment()< / pre >
< / li >
< / ul >
< a name = "currentSegment(double[])" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > currentSegment< / h4 >
< pre > int currentSegment(double[] coords)< / pre >
< / li >
< / ul >
< a name = "currentSegment(float[])" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > currentSegment< / h4 >
< pre > int currentSegment(float[] coords)< / pre >
< / li >
< / ul >
< a name = "getWindingRule()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getWindingRule< / h4 >
< pre > int getWindingRule()< / pre >
< / li >
< / ul >
< a name = "isDone()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isDone< / h4 >
< pre > boolean isDone()< / pre >
< / li >
< / ul >
< a name = "next()" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > next< / h4 >
< pre > void next()< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< div class = "bottomNav" > < a name = "navbar_bottom" >
<!-- -->
< / a > < a href = "#skip-navbar_bottom" title = "Skip navigation links" > < / a > < a name = "navbar_bottom_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/ExtendedPathIterator.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
2016-04-06 08:10:17 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.5.1.0< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html" title = "class in com.mxgraph.util.svg" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../../com/mxgraph/util/svg/NormalizingReader.html" title = "class in com.mxgraph.util.svg" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../../index.html?com/mxgraph/util/svg/ExtendedPathIterator.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "ExtendedPathIterator.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > Constr | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > Constr | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< p class = "legalCopy" > < small > < font size = 1 > Copyright (c) 2010 < a href = "http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson< / a > . All rights reserved.< / font > < / small > < / p >
< / body >
< / html >