public class ClippingPathInfo extends AbstractRenderInfo
gs| Constructor and Description |
|---|
ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)
Creates a new ClippingPathInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getClippingPath()
Gets the Path which represents current clipping path.
|
Matrix |
getCtm()
Gets the current transformation matrix.
|
checkGraphicsState, getGraphicsState, isGraphicsStatePreserved, preserveGraphicsState, releaseGraphicsStatepublic ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)
ClippingPathInfo instance.
gs - the canvas graphics state
path - the Path which represents current clipping path
ctm - the current transformation matrix
public Path getClippingPath()
Path which represents current clipping path.
Path which represents current clipping path
public Matrix getCtm()
transformation matrix.
transformation matrix
Copyright © 1998–2022 iText Group NV. All rights reserved.