public abstract class ShapeUtil extends Object
Constructor and Description |
---|
ShapeUtil() |
Modifier and Type | Method and Description |
---|---|
static PathIterator |
concatPathIterators(Iterable<? extends PathIterator> pathIt) |
static PathIterator |
concatPathIterators(Iterable<? extends Shape> shapes,
AffineTransform at) |
static PathIterator |
concatPathIterators(Iterable<? extends Shape> shapes,
AffineTransform at,
double flatness) |
public static PathIterator concatPathIterators(Iterable<? extends PathIterator> pathIt)
public static PathIterator concatPathIterators(Iterable<? extends Shape> shapes, AffineTransform at)
public static PathIterator concatPathIterators(Iterable<? extends Shape> shapes, AffineTransform at, double flatness)
Copyright © 2013-2015. All Rights Reserved.