Java java.awt.geom FlatteningPathIterator fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom FlatteningPathIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom FlatteningPathIterator.

The text is from its open source code.

Constructor

FlatteningPathIterator(PathIterator src, double flatness)
Constructs a new FlatteningPathIterator object that flattens a path as it iterates over it.

Method

intcurrentSegment(float[] coords)
Returns the coordinates and type of the current path segment in the iteration.
intcurrentSegment(double[] coords)
Returns the coordinates and type of the current path segment in the iteration.
booleanisDone()
Tests if the iteration is complete.
voidnext()
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.