Skip to main content

ClipNode Class

A clipping node that specifies a clipping region in a PDF document.

Declaration

public abstract class ClipNode extends JavaObject implements ICloneable

Implements

com.devexpress.system.ICloneable

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
ClipNode

ClipNode()

Initializes a new instance of the ClipNode class.

Declaration

public ClipNode()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the current object within the specified document clone context.

Declaration

public ClipNode clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

A context for cloning the document object.

Returns

Type Description
ClipNode

A copy of the current ClipNode object.

deepClone() Method

Creates a deep copy of the current object.

Declaration

public ClipNode deepClone()

Returns

Type Description
ClipNode

A deep copy of the current object.

objectClone() Method

Creates a copy of the current object.

Declaration

public Object objectClone()

Returns

Type Description
Object

A copy of the current object.