Uses of Interface
com.itextpdf.kernel.geom.IShape
-
Packages that use IShape Package Description com.itextpdf.kernel.geom -
-
Uses of IShape in com.itextpdf.kernel.geom
Classes in com.itextpdf.kernel.geom that implement IShape Modifier and Type Class Description class
BezierCurve
Represents a Bezier curve.class
Line
Represents a line.Fields in com.itextpdf.kernel.geom with type parameters of type IShape Modifier and Type Field Description private java.util.List<IShape>
Subpath. segments
Methods in com.itextpdf.kernel.geom that return IShape Modifier and Type Method Description private static IShape
ShapeTransformUtil. transformSegment(IShape segment, Matrix ctm)
Methods in com.itextpdf.kernel.geom that return types with arguments of type IShape Modifier and Type Method Description java.util.List<IShape>
Subpath. getSegments()
Methods in com.itextpdf.kernel.geom with parameters of type IShape Modifier and Type Method Description void
Subpath. addSegment(IShape segment)
Adds a segment to the subpath.private static IShape
ShapeTransformUtil. transformSegment(IShape segment, Matrix ctm)
-