Uses of Interface
interfaces.IShapeCommand

Packages that use IShapeCommand
classes.main   
classes.shapes.commands   
 

Uses of IShapeCommand in classes.main
 

Constructors in classes.main with parameters of type IShapeCommand
AppletPainter(IShapeCommand shapeCommand, CommandContainer commandContainer)
          Initializes with the IShapeCommand object and CommandContainer object
 

Uses of IShapeCommand in classes.shapes.commands
 

Classes in classes.shapes.commands that implement IShapeCommand
 class ShapeDrawCommands
          Encapsulates the shape drawing commands and uses IShapeDrawer to draw the shapes.
Also act as the real object to draw the shapes.