Uses of Interface
com.mxgraph.util.svg.ExtendedPathIterator
-
Packages that use ExtendedPathIterator Package Description com.mxgraph.util.svg -
-
Uses of ExtendedPathIterator in com.mxgraph.util.svg
Methods in com.mxgraph.util.svg that return ExtendedPathIterator Modifier and Type Method Description ExtendedPathIterator
ExtendedGeneralPath. getExtendedPathIterator()
Delegates to the enclosedGeneralPath
.Methods in com.mxgraph.util.svg with parameters of type ExtendedPathIterator Modifier and Type Method Description void
ExtendedGeneralPath. append(ExtendedPathIterator epi, boolean connect)
Delegates to the enclosedGeneralPath
.
-