Skip to main content

RedactionGeometry Class

Defines redaction annotation geometry.

Declaration

public class RedactionGeometry extends JavaObject

Remarks

Use the setGeometry(RedactionGeometry value) method to specify the redaction annotation geometry.

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
RedactionGeometry

Constructors

RedactionGeometry(OrientedRectangle[] orientedRectangles) Constructor

Initializes a new instance of the RedactionGeometry class with specified redaction geometry oriented rectangles.

Declaration

public RedactionGeometry(OrientedRectangle[] orientedRectangles)

Parameters

Name Type Description
orientedRectangles OrientedRectangle[]

The redaction geometry oriented rectangles.

RedactionGeometry(Quadrilateral[] quadrilaterals) Constructor

Initializes a new instance of the RedactionGeometry class with specified redaction geometry quadrilaterals.

Declaration

public RedactionGeometry(Quadrilateral[] quadrilaterals)

Parameters

Name Type Description
quadrilaterals Quadrilateral[]

The redaction geometry quadrilaterals.

RedactionGeometry(RectangleF[] rectangles) Constructor

Initializes a new instance of the RedactionGeometry class with specified redaction geometry rectangles.

Declaration

public RedactionGeometry(RectangleF[] rectangles)

Parameters

Name Type Description
rectangles com.devexpress.system.drawing.RectangleF[]

The redaction geometry rectangles.

Methods

getBounds() Method

Returns the redaction geometry bounds.

Declaration

public RectangleF getBounds()

Returns

Type Description
RectangleF

The redaction geometry bounds.

getQuadrilaterals() Method

Returns the redaction geometry quadrilaterals.

Declaration

public List<Quadrilateral> getQuadrilaterals()

Returns

Type Description
java.util.List<Quadrilateral>

The redaction geometry quadrilaterals.

getType() Method

Returns the redaction geometry type.

Declaration

public RedactionGeometryType getType()

Returns

Type Description
RedactionGeometryType

The redaction geometry type.