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 DrawingModel
CmdAddShape. model
private DrawingModel
CmdBringToBack. model
private DrawingModel
CmdBringToFront. model
private DrawingModel
CmdRemoveShape. model
private DrawingModel
CmdToBack. model
private DrawingModel
CmdToFront. model
Constructors 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 DrawingModel
DrawingController. model
Constructors 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 DrawingModel
FileDraw. model
private DrawingModel
FileLog. model
Constructors 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 DrawingModel
DrawingView. model
Methods in view with parameters of type DrawingModel Modifier and Type Method Description void
DrawingView. setModel(DrawingModel model)
-