Uses of Interface
com.itextpdf.text.pdf.parser.Shape
-
Packages that use Shape Package Description com.itextpdf.text.pdf.parser -
-
Uses of Shape in com.itextpdf.text.pdf.parser
Classes in com.itextpdf.text.pdf.parser that implement Shape Modifier and Type Class Description classBezierCurveRepresents a Bezier curve.classLineRepresents a line.Fields in com.itextpdf.text.pdf.parser with type parameters of type Shape Modifier and Type Field Description private java.util.List<Shape>Subpath. segmentsMethods in com.itextpdf.text.pdf.parser that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>Subpath. getSegments()Methods in com.itextpdf.text.pdf.parser with parameters of type Shape Modifier and Type Method Description voidSubpath. addSegment(Shape segment)Adds a segment to the subpath.
-