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 class
BezierCurve
Represents a Bezier curve.class
Line
Represents 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. segments
Methods 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 void
Subpath. addSegment(Shape segment)
Adds a segment to the subpath.
-