ContainerProperties

Inheritance: java.lang.Object

public class ContainerProperties

ContainerProperties for shape.

Constructors

ConstructorDescription
ContainerProperties(Shape parentShape)Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
parentShapeShape

addMember(Shape shape)

public void addMember(Shape shape)

Add Member to container

Parameters:

ParameterTypeDescription
shapeShape

clearMembers()

public void clearMembers()

clear members

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

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:

ParameterTypeDescription
shapeShapeshape to remove

setContainerStyle(int value)

public void setContainerStyle(int value)

For the description of this property, please see getContainerStyle()

Parameters:

ParameterTypeDescription
valueint

setContainerType(int value)

public void setContainerType(int value)

For the description of this property, please see getContainerType()

Parameters:

ParameterTypeDescription
valueint

setHeadingStyle(int value)

public void setHeadingStyle(int value)

For the description of this property, please see getHeadingStyle()

Parameters:

ParameterTypeDescription
valueint

setMargin(double value)

public void setMargin(double value)

For the description of this property, please see getMargin()

Parameters:

ParameterTypeDescription
valuedouble

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