Uses of Class
classes.container.ShapeContainer

Packages that use ShapeContainer
classes.container   
 

Uses of ShapeContainer in classes.container
 

Fields in classes.container declared as ShapeContainer
 ShapeContainer ShapeContainerContext.shapeContainer
           
 

Methods in classes.container that return ShapeContainer
static ShapeContainer ShapeContainerCreator.createContainer(ShapeCoordinates shapeCoordinates, ICommandMediator commandMediator)
          Creates the ShapeContainer object and returns same object if it is already created (singleton).
static ShapeContainer ShapeContainerCreator.getContainer()
          Returns the already created shape container instance
 

Constructors in classes.container with parameters of type ShapeContainer
ShapeContainerContext(ShapeContainer shapeContainer, IShapeContainerState shapeContainerState)
          Initialize with the container and current state object