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

MethodDescription
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()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int