| java.lang.Object net.refractions.udig.tools.edit.support.ControlPointPathIterator
ControlPointPathIterator | public class ControlPointPathIterator implements PathIterator(Code) | | Draws all the Control handles for a
EditGeom . This may not be possible to implement because if two vertices are
overlapping there will be a hole where the overlap but try it out it may be acceptable.
Warning. this class is not fully tested yet so use with care
author: Jesse since: 1.1.0 |
countxyrectPos | int countxyrectPos(Code) | | |
ControlPointPathIterator | public ControlPointPathIterator(EditGeom geom, boolean selection, int width, int height)(Code) | | |
currentSegment | public int currentSegment(float[] coords)(Code) | | |
currentSegment | public int currentSegment(double[] coords)(Code) | | |
getWindingRule | public int getWindingRule()(Code) | | |
isDone | public boolean isDone()(Code) | | |
|
|