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 classCubicCurve2Dstatic classCubicCurve2D.Doublestatic classCubicCurve2D.FloatclassGeneralPathclassLine2Dstatic classLine2D.Doublestatic classLine2D.FloatclassQuadCurve2Dstatic classQuadCurve2D.Doublestatic classQuadCurve2D.FloatclassRectangleclassRectangle2Dstatic classRectangle2D.Doublestatic classRectangle2D.FloatclassRectangularShapeMethods in com.itextpdf.awt.geom that return Shape Modifier and Type Method Description ShapeAffineTransform. createTransformedShape(Shape src)ShapeGeneralPath. createTransformedShape(AffineTransform t)Methods in com.itextpdf.awt.geom with parameters of type Shape Modifier and Type Method Description voidGeneralPath. append(Shape shape, boolean connect)ShapeAffineTransform. 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 intCrossing. crossShape(Shape s, double x, double y)Returns how many times ray from point (x,y) cross shapestatic intCrossing. intersectShape(Shape s, double x, double y, double w, double h)Returns how many times rectangle stripe cross shape or the are intersect
-