Maven module :un.api : api-geometry :
Class : un.impl.geometry.path.FlattenPathIterator
Extends/Implements : un.impl.geometry.path.PathIterator
Subclasses : -

PathIterator which wraps another iterator.
Iteration steps are simplified to obtain only types :
MOVE_TO, LINE_TO, CLOSE
Removing any curves.
author  Johann Sorel


Variables : -
Functions : FlattenPathIterator, reset, reset, next, getType, getPosition, getFirstControl, getSecondControl, getArcParameters, getLargeArcFlag, getSweepFlag



public void FlattenPathIterator (PathIterator iterator, double[] resolution)

public void reset (PathIterator iterator, double[] resolution)

public void reset ()

public boolean next ()

public int getType ()

public Tuple getPosition (Tuple buffer)

public Tuple getFirstControl (Tuple buffer)

public Tuple getSecondControl (Tuple buffer)

public Tuple getArcParameters (Tuple buffer)

public boolean getLargeArcFlag ()

public boolean getSweepFlag ()