Package | Description |
---|---|
com.itextpdf.awt.geom | |
com.itextpdf.awt.geom.gl |
Modifier and Type | Class and Description |
---|---|
class |
FlatteningPathIterator |
Modifier and Type | Method and Description |
---|---|
PathIterator |
Shape.getPathIterator(AffineTransform at) |
PathIterator |
Rectangle2D.getPathIterator(AffineTransform t) |
PathIterator |
QuadCurve2D.getPathIterator(AffineTransform t) |
PathIterator |
Line2D.getPathIterator(AffineTransform at) |
PathIterator |
GeneralPath.getPathIterator(AffineTransform t) |
PathIterator |
CubicCurve2D.getPathIterator(AffineTransform t) |
PathIterator |
Shape.getPathIterator(AffineTransform at, double flatness) |
PathIterator |
RectangularShape.getPathIterator(AffineTransform t, double flatness) |
PathIterator |
Rectangle2D.getPathIterator(AffineTransform t, double flatness) |
PathIterator |
QuadCurve2D.getPathIterator(AffineTransform t, double flatness) |
PathIterator |
Line2D.getPathIterator(AffineTransform at, double flatness) |
PathIterator |
GeneralPath.getPathIterator(AffineTransform t, double flatness) |
PathIterator |
CubicCurve2D.getPathIterator(AffineTransform at, double flatness) |
Modifier and Type | Method and Description |
---|---|
void |
GeneralPath.append(PathIterator path, boolean connect) |
Constructor and Description |
---|
FlatteningPathIterator(PathIterator path, double flatness) |
FlatteningPathIterator(PathIterator path, double flatness, int limit) |
Modifier and Type | Method and Description |
---|---|
static int |
Crossing.crossPath(PathIterator p, double x, double y)
Returns how many times ray from point (x,y) cross path
|
static int |
Crossing.intersectPath(PathIterator p, double x, double y, double w, double h)
Returns how many times rectangle stripe cross path or the are intersect
|
Copyright © 2016. All rights reserved.