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 statepath - the Path which represents current clipping pathctm - the current transformation matrixpublic Path getClippingPath()
Path which represents current clipping path.Path which represents current clipping pathpublic Matrix getCtm()
transformation matrix.transformation matrixCopyright © 1998–2025 Apryse Group NV. All rights reserved.