Uses of Interface
lab5lib.IMovingShape

Packages that use IMovingShape
containers   
lab5lib   
 

Uses of IMovingShape in containers
 

Methods in containers with parameters of type IMovingShape
 void Lab5Applet.IDrawingCanvasState.addToCurrentShapeProxy(IMovingShape shape)
           
static void Lab5Applet.setCurrentButtonGroupTarget(IMovingShape shape)
           
 

Uses of IMovingShape in lab5lib
 

Classes in lab5lib that implement IMovingShape
 class Oval
           
 class Rectangle
           
 class Triangle
           
 

Methods in lab5lib with parameters of type IMovingShape
 void ButtonGroup.setCurrentButtonGroupTarget(IMovingShape shape)