Uses of Class
shapes.Rectangle
-
Packages that use Rectangle Package Description commands controller dialogs shapes strategy -
-
Uses of Rectangle in commands
Fields in commands declared as Rectangle Modifier and Type Field Description private Rectangle
CmdUpdateRectangle. newState
private Rectangle
CmdUpdateRectangle. oldState
private Rectangle
CmdUpdateRectangle. originalState
Constructors in commands with parameters of type Rectangle Constructor Description CmdUpdateRectangle(Rectangle oldState, Rectangle newState)
-
Uses of Rectangle in controller
Methods in controller with parameters of type Rectangle Modifier and Type Method Description void
DrawingController. btnUpdateRectangleClicked(Rectangle oldRectangle)
Method is called when user want to update some existingRectangle
on draw. -
Uses of Rectangle in dialogs
Methods in dialogs with parameters of type Rectangle Modifier and Type Method Description void
DlgRectangle. fillUp(Rectangle rectangle, int drawWidth, int drawHeight)
Fill up fields with parameters ofRectangle
that user want to update. -
Uses of Rectangle in shapes
Methods in shapes that return Rectangle Modifier and Type Method Description Rectangle
Rectangle. clone()
Create new instance of this rectangle. -
Uses of Rectangle in strategy
Methods in strategy that return Rectangle Modifier and Type Method Description private Rectangle
FileLog. parseRectangle(java.lang.String string)
Method that parseRectangle
from log file.
-