CmxProcedure

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer

public class CmxProcedure extends CmxContainer

The CMX procedure.

Constructors

ConstructorDescription
CmxProcedure()

Methods

MethodDescription
getBoundBox()Gets the bounding box.
setBoundBox(RectangleF value)Sets the bounding box.
equals(Object o)Check if objects are equal.
hashCode()Get hash code of the current object.

CmxProcedure()

public CmxProcedure()

getBoundBox()

public final RectangleF getBoundBox()

Gets the bounding box.

Returns: RectangleF - the bounding box.

setBoundBox(RectangleF value)

public final void setBoundBox(RectangleF value)

Sets the bounding box.

Parameters:

ParameterTypeDescription
valueRectangleFthe bounding box.

equals(Object o)

public boolean equals(Object o)

Check if objects are equal.

Parameters:

ParameterTypeDescription
ojava.lang.ObjectThe other object.

Returns: boolean - The equality comparison result.

hashCode()

public int hashCode()

Get hash code of the current object.

Returns: int - The hash code.