ContainerProperties
Inheritance: java.lang.Object
public class ContainerProperties
ContainerProperties for shape.
Constructors
| Constructor | Description |
|---|---|
| ContainerProperties(Shape parentShape) | Constructor. |
Methods
| Method | Description |
|---|---|
| addMember(Shape shape) | Add Member to container |
| clearMembers() | clear members |
| equals(Object arg0) | |
| getClass() | |
| getContainerStyle() | ContainerStyle |
| getContainerType() | ContainerType |
| getHeadingStyle() | HeadingStyle |
| getMargin() | ContainerMargin |
| getMemberShapes() | get member shapes |
| getShape() | Parent shape |
| hashCode() | |
| notify() | |
| notifyAll() | |
| removeMember(Shape shape) | RemoveMember |
| setContainerStyle(int value) | For the description of this property, please see getContainerStyle() |
| setContainerType(int value) | For the description of this property, please see getContainerType() |
| setHeadingStyle(int value) | For the description of this property, please see getHeadingStyle() |
| setMargin(double value) | For the description of this property, please see getMargin() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ContainerProperties(Shape parentShape)
public ContainerProperties(Shape parentShape)
Constructor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parentShape | Shape |
addMember(Shape shape)
public void addMember(Shape shape)
Add Member to container
Parameters:
| Parameter | Type | Description |
|---|---|---|
| shape | Shape |
clearMembers()
public void clearMembers()
clear members
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
getContainerStyle()
public int getContainerStyle()
ContainerStyle
Returns: int
getContainerType()
public int getContainerType()
ContainerType
Returns: int
getHeadingStyle()
public int getHeadingStyle()
HeadingStyle
Returns: int
getMargin()
public double getMargin()
ContainerMargin
Returns: double
getMemberShapes()
public ShapeCollection getMemberShapes()
get member shapes
Returns: ShapeCollection - shapecollection
getShape()
public Shape getShape()
Parent shape
Returns: Shape
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeMember(Shape shape)
public void removeMember(Shape shape)
RemoveMember
Parameters:
| Parameter | Type | Description |
|---|---|---|
| shape | Shape | shape to remove |
setContainerStyle(int value)
public void setContainerStyle(int value)
For the description of this property, please see getContainerStyle()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setContainerType(int value)
public void setContainerType(int value)
For the description of this property, please see getContainerType()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setHeadingStyle(int value)
public void setHeadingStyle(int value)
For the description of this property, please see getHeadingStyle()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setMargin(double value)
public void setMargin(double value)
For the description of this property, please see getMargin()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
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 |