Package | Description |
---|---|
com.itextpdf.awt.geom | |
com.itextpdf.awt.geom.gl |
Modifier and Type | Class | Description |
---|---|---|
class |
CubicCurve2D |
|
static class |
CubicCurve2D.Double |
|
static class |
CubicCurve2D.Float |
|
class |
GeneralPath |
|
class |
Line2D |
|
static class |
Line2D.Double |
|
static class |
Line2D.Float |
|
class |
QuadCurve2D |
|
static class |
QuadCurve2D.Double |
|
static class |
QuadCurve2D.Float |
|
class |
Rectangle |
|
class |
Rectangle2D |
|
static class |
Rectangle2D.Double |
|
static class |
Rectangle2D.Float |
|
class |
RectangularShape |
Modifier and Type | Method | Description |
---|---|---|
Shape |
AffineTransform.createTransformedShape(Shape src) |
|
Shape |
GeneralPath.createTransformedShape(AffineTransform t) |
Modifier and Type | Method | Description |
---|---|---|
void |
GeneralPath.append(Shape shape,
boolean connect) |
|
Shape |
AffineTransform.createTransformedShape(Shape src) |
Constructor | Description |
---|---|
GeneralPath(Shape shape) |
Modifier and Type | Method | Description |
---|---|---|
static int |
Crossing.crossShape(Shape s,
double x,
double y) |
Returns how many times ray from point (x,y) cross shape
|
static int |
Crossing.intersectShape(Shape s,
double x,
double y,
double w,
double h) |
Returns how many times rectangle stripe cross shape or the are intersect
|
Copyright © 1998–2018. All rights reserved.