| Package | Description |
|---|---|
| com.itextpdf.awt.geom | |
| com.itextpdf.awt.geom.gl |
| Modifier and Type | Class and 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 and Description |
|---|---|
Shape |
GeneralPath.createTransformedShape(AffineTransform t) |
Shape |
AffineTransform.createTransformedShape(Shape src) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralPath.append(Shape shape,
boolean connect) |
Shape |
AffineTransform.createTransformedShape(Shape src) |
| Constructor and Description |
|---|
GeneralPath(Shape shape) |
| Modifier and Type | Method and 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 © 2022. All rights reserved.