Uses of Class
model.DrawingModel
-
Packages that use DrawingModel Package Description commands controller strategy view -
-
Uses of DrawingModel in commands
Fields in commands declared as DrawingModel Modifier and Type Field Description private DrawingModelCmdAddShape. modelprivate DrawingModelCmdBringToBack. modelprivate DrawingModelCmdBringToFront. modelprivate DrawingModelCmdRemoveShape. modelprivate DrawingModelCmdToBack. modelprivate DrawingModelCmdToFront. modelConstructors in commands with parameters of type DrawingModel Constructor Description CmdAddShape(Shape shape, DrawingModel model)CmdBringToBack(DrawingModel model, Shape shape)CmdBringToFront(DrawingModel model, Shape shape, int size)CmdRemoveShape(java.util.ArrayList<Shape> shapes, DrawingModel model)CmdRemoveShape(Shape shape, DrawingModel model)CmdToBack(DrawingModel model, Shape shape)CmdToFront(DrawingModel model, Shape shape) -
Uses of DrawingModel in controller
Fields in controller declared as DrawingModel Modifier and Type Field Description private DrawingModelDrawingController. modelConstructors in controller with parameters of type DrawingModel Constructor Description DrawingController(DrawingModel model, DrawingFrame frame) -
Uses of DrawingModel in strategy
Fields in strategy declared as DrawingModel Modifier and Type Field Description private DrawingModelFileDraw. modelprivate DrawingModelFileLog. modelConstructors in strategy with parameters of type DrawingModel Constructor Description FileDraw(DrawingModel model)FileLog(DrawingFrame frame, DrawingModel model, DrawingController controller) -
Uses of DrawingModel in view
Fields in view declared as DrawingModel Modifier and Type Field Description private DrawingModelDrawingView. modelMethods in view with parameters of type DrawingModel Modifier and Type Method Description voidDrawingView. setModel(DrawingModel model)
-