Group
Inheritance: java.lang.Object
public class Group
Contains elements that control how you add shapes to a group, move members of a group, and select groups.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getDel() | A flag indicating whether the element has been deleted locally. |
| getDisplayMode() | When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. |
| getDontMoveChildren() | Specifies whether you can drag shapes in a group by using the mouse. |
| getSelectMode() | Specifies how the user selects a group shape and its members. |
| hashCode() | |
| isDropTarget() | Specifies whether the group allows a shape to be added to it when the shape is dropped on the group. |
| isSnapTarget() | Specifies whether snapping to a group or to shapes within the group is enabled. |
| isTextEditTarget() | Specifies how to assign text to a group. |
| notify() | |
| notifyAll() | |
| setDel(int value) | For the description of this property, please see getDel() |
| setDisplayMode(DisplayMode value) | For the description of this property, please see getDisplayMode() |
| setDontMoveChildren(BoolValue value) | For the description of this property, please see getDontMoveChildren() |
| setDropTarget(BoolValue value) | For the description of this property, please see isDropTarget() |
| setSelectMode(SelectMode value) | For the description of this property, please see getSelectMode() |
| setSnapTarget(BoolValue value) | For the description of this property, please see isSnapTarget() |
| setTextEditTarget(BoolValue value) | For the description of this property, please see isTextEditTarget() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getDisplayMode()
public DisplayMode getDisplayMode()
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
Returns: DisplayMode
getDontMoveChildren()
public BoolValue getDontMoveChildren()
Specifies whether you can drag shapes in a group by using the mouse.
Returns: BoolValue
getSelectMode()
public SelectMode getSelectMode()
Specifies how the user selects a group shape and its members.
Returns: SelectMode
hashCode()
public native int hashCode()
Returns: int
isDropTarget()
public BoolValue isDropTarget()
Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
Returns: BoolValue
isSnapTarget()
public BoolValue isSnapTarget()
Specifies whether snapping to a group or to shapes within the group is enabled.
Returns: BoolValue
isTextEditTarget()
public BoolValue isTextEditTarget()
Specifies how to assign text to a group.
Returns: BoolValue
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setDisplayMode(DisplayMode value)
public void setDisplayMode(DisplayMode value)
For the description of this property, please see getDisplayMode()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DisplayMode |
setDontMoveChildren(BoolValue value)
public void setDontMoveChildren(BoolValue value)
For the description of this property, please see getDontMoveChildren()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BoolValue |
setDropTarget(BoolValue value)
public void setDropTarget(BoolValue value)
For the description of this property, please see isDropTarget()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BoolValue |
setSelectMode(SelectMode value)
public void setSelectMode(SelectMode value)
For the description of this property, please see getSelectMode()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | SelectMode |
setSnapTarget(BoolValue value)
public void setSnapTarget(BoolValue value)
For the description of this property, please see isSnapTarget()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BoolValue |
setTextEditTarget(BoolValue value)
public void setTextEditTarget(BoolValue value)
For the description of this property, please see isTextEditTarget()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BoolValue |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |