Package | Description |
---|---|
com.itextpdf.awt.geom | |
com.itextpdf.awt.geom.gl |
Modifier and Type | Class | Description |
---|---|---|
class |
FlatteningPathIterator |
Modifier and Type | Method | Description |
---|---|---|
PathIterator |
CubicCurve2D.getPathIterator(AffineTransform t) |
|
PathIterator |
CubicCurve2D.getPathIterator(AffineTransform at,
double flatness) |
|
PathIterator |
GeneralPath.getPathIterator(AffineTransform t) |
|
PathIterator |
GeneralPath.getPathIterator(AffineTransform t,
double flatness) |
|
PathIterator |
Line2D.getPathIterator(AffineTransform at) |
|
PathIterator |
Line2D.getPathIterator(AffineTransform at,
double flatness) |
|
PathIterator |
QuadCurve2D.getPathIterator(AffineTransform t) |
|
PathIterator |
QuadCurve2D.getPathIterator(AffineTransform t,
double flatness) |
|
PathIterator |
Rectangle2D.getPathIterator(AffineTransform t) |
|
PathIterator |
Rectangle2D.getPathIterator(AffineTransform t,
double flatness) |
|
PathIterator |
RectangularShape.getPathIterator(AffineTransform t,
double flatness) |
|
PathIterator |
Shape.getPathIterator(AffineTransform at) |
|
PathIterator |
Shape.getPathIterator(AffineTransform at,
double flatness) |
Modifier and Type | Method | Description |
---|---|---|
void |
GeneralPath.append(PathIterator path,
boolean connect) |
Constructor | Description |
---|---|
FlatteningPathIterator(PathIterator path,
double flatness) |
|
FlatteningPathIterator(PathIterator path,
double flatness,
int limit) |
Modifier and Type | Method | 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 © 2018. All rights reserved.