Uses of Class
classes.container.ShapeContainerContext

Packages that use ShapeContainerContext
classes.container.state   
interfaces   
 

Uses of ShapeContainerContext in classes.container.state
 

Methods in classes.container.state with parameters of type ShapeContainerContext
 boolean ShapeContainerEmptyState.addShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Adds the given shape to container based on the partial filled state
 boolean ShapeContainerFullState.addShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Adds the given shape to container based on the partial filled state
 boolean ShapeContainerPartialState.addShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Adds the given shape to container based on the partial filled state
 boolean ShapeContainerEmptyState.removeShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Removes the given shape from the container based on the partial filled state
 boolean ShapeContainerFullState.removeShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Removes the given shape from the container based on the partial filled state
 boolean ShapeContainerPartialState.removeShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Removes the given shape from the container based on the partial filled state
 

Uses of ShapeContainerContext in interfaces
 

Methods in interfaces with parameters of type ShapeContainerContext
 boolean IShapeContainerState.addShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Adds the given shape to container based on its context
 boolean IShapeContainerState.removeShape(ShapeContainerContext shapeContainerContext, IShape shape)
          Removes the given shape from container based on its context