Uses of Interface
com.itextpdf.awt.geom.Shape
-
Packages that use Shape Package Description com.itextpdf.awt.geom com.itextpdf.awt.geom.gl -
-
Uses of Shape in com.itextpdf.awt.geom
Classes in com.itextpdf.awt.geom that implement Shape 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
Methods in com.itextpdf.awt.geom that return Shape Modifier and Type Method Description Shape
AffineTransform. createTransformedShape(Shape src)
Shape
GeneralPath. createTransformedShape(AffineTransform t)
Methods in com.itextpdf.awt.geom with parameters of type Shape Modifier and Type Method Description void
GeneralPath. append(Shape shape, boolean connect)
Shape
AffineTransform. createTransformedShape(Shape src)
Constructors in com.itextpdf.awt.geom with parameters of type Shape Constructor Description GeneralPath(Shape shape)
-
Uses of Shape in com.itextpdf.awt.geom.gl
Methods in com.itextpdf.awt.geom.gl with parameters of type 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 shapestatic 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
-