Clipping
Kind: class
Module/package: com.pdfdancer.common.model
SDK: com.pdfdancer.client:pdfdancer-client-java 2.0.0
Represents a clipping region that masks or limits the visibility of other path segments. This class defines clipping boundaries within PDF documents, controlling which parts of underlying content are visible. Clipping regions are defined by path segments that establish the visible area boundaries.
Declaration
public class com.pdfdancer.common.model.Clipping extends com.pdfdancer.common.model.path.PathSegment
Members
constructor
public com.pdfdancer.common.model.Clipping()
Default constructor for serialization frameworks.
constructor
public com.pdfdancer.common.model.Clipping(java.lang.String, com.pdfdancer.common.model.Position, com.pdfdancer.common.model.path.PathSegment)
Creates a clipping region with specified boundary path.
getClippedPath
public com.pdfdancer.common.model.path.PathSegment getClippedPath()
Returns the path segment defining the clipping boundary.
setClippedPath
public void setClippedPath(com.pdfdancer.common.model.path.PathSegment)
Sets the path segment that defines the clipping boundary.