CmxGroup

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

public class CmxGroup extends CmxContainer

Group of ICmxDocElement

Constructors

ConstructorDescription
CmxGroup()

Methods

MethodDescription
getBoundBox()Gets the bounding box.
setBoundBox(RectangleF value)Sets the bounding box.
toString()Returns a String that represents this instance.
equals(Object o)
hashCode()

CmxGroup()

public CmxGroup()

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.

toString()

public String toString()

Returns a String that represents this instance.

Returns: java.lang.String - A String that represents this instance.

equals(Object o)

public boolean equals(Object o)

Check if objects are equal.

Parameters:

ParameterTypeDescription
ojava.lang.Object

Returns: boolean

hashCode()

public int hashCode()

Get hash code of the current object.

Returns: int