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 classBezierCurveRepresents a Bezier curve.classLineRepresents 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. segmentsMethods in com.itextpdf.kernel.geom that return IShape Modifier and Type Method Description private static IShapeShapeTransformUtil. 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 voidSubpath. addSegment(IShape segment)Adds a segment to the subpath.private static IShapeShapeTransformUtil. transformSegment(IShape segment, Matrix ctm)
-