GroupShape Class
A shape that contains a group of shapes.
Declaration
public class GroupShape extends StyledShapeBase
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
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
JavaObject
GroupShape()
Initializes a new instance of the GroupShape class.
Declaration
public GroupShape()
Methods
deepClone() Method
Clones the current GroupShape instance.
Declaration
public GroupShape deepClone()
Returns
| Type | Description |
|---|---|
GroupShape |
The cloned |
getFill() Method
Returns the group shape fill.
Declaration
public Fill getFill()
Returns
| Type | Description |
|---|---|
| Fill | The group shape fill. |
getLockSettings() Method
Returns shape lock settings. Lock settings restrict user operations or hide certain visual elements.
Declaration
public GroupLockSettings getLockSettings()
Returns
| Type | Description |
|---|---|
| GroupLockSettings | Contains lock settings. |
getShapes() Method
Returns a collection of shapes contained in the group shape.
Declaration
public IShapeCollection getShapes()
Returns
| Type | Description |
|---|---|
| IShapeCollection | A collection of shapes contained in the group shape. |
setFill(Fill value) Method
Sets the group shape fill.
Declaration
public void setFill(Fill value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Fill | The group shape fill. |