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, releaseGraphicsState
public ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm)
ClippingPathInfo
instance.gs
- the canvas graphics state
path
- the Path
which represents current clipping pathctm
- the current transformation matrix
public Path getClippingPath()
Path
which represents current clipping path.Path
which represents current clipping pathpublic Matrix getCtm()
transformation matrix
.transformation matrix
Copyright © 1998–2023 Apryse Group NV. All rights reserved.