|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathIterator | |
---|---|
com.itextpdf.awt.geom | |
com.itextpdf.awt.geom.gl |
Uses of PathIterator in com.itextpdf.awt.geom |
---|
Classes in com.itextpdf.awt.geom that implement PathIterator | |
---|---|
class |
FlatteningPathIterator
|
Methods in com.itextpdf.awt.geom that return PathIterator | |
---|---|
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)
|
Methods in com.itextpdf.awt.geom with parameters of type PathIterator | |
---|---|
void |
GeneralPath.append(PathIterator path,
boolean connect)
|
Constructors in com.itextpdf.awt.geom with parameters of type PathIterator | |
---|---|
FlatteningPathIterator(PathIterator path,
double flatness)
|
|
FlatteningPathIterator(PathIterator path,
double flatness,
int limit)
|
Uses of PathIterator in com.itextpdf.awt.geom.gl |
---|
Methods in com.itextpdf.awt.geom.gl with parameters of type PathIterator | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |