|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShapeContainerState
Interface for encapsulating the state of the shape container
IShape
,
ShapeContainerContext
Method Summary | |
---|---|
boolean |
addShape(ShapeContainerContext shapeContainerContext,
IShape shape)
Adds the given shape to container based on its context |
boolean |
removeShape(ShapeContainerContext shapeContainerContext,
IShape shape)
Removes the given shape from container based on its context |
Method Detail |
---|
boolean addShape(ShapeContainerContext shapeContainerContext, IShape shape)
shapeContainerContext
- ShapeContainerContext object that to be referred
to perform the operationshape
- IShape object to be added
boolean removeShape(ShapeContainerContext shapeContainerContext, IShape shape)
shapeContainerContext
- ShapeContainerContext object that to be referred
to perform the operationshape
- IShape object to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |