Uses of Class
shapes.Square
-
Packages that use Square Package Description commands controller dialogs shapes strategy -
-
Uses of Square in commands
Fields in commands declared as Square Modifier and Type Field Description private SquareCmdUpdateSquare. newStateprivate SquareCmdUpdateSquare. oldStateprivate SquareCmdUpdateSquare. originalStateConstructors in commands with parameters of type Square Constructor Description CmdUpdateSquare(Square oldState, Square newState) -
Uses of Square in controller
Methods in controller with parameters of type Square Modifier and Type Method Description voidDrawingController. btnUpdateSquareClicked(Square oldSquare)Method is called when user want to update some existingSquareon draw. -
Uses of Square in dialogs
Methods in dialogs with parameters of type Square Modifier and Type Method Description voidDlgSquare. fillUp(Square square, int drawWidth, int drawHeight)Fill up fields with parameters ofSquarethat user want to update. -
Uses of Square in shapes
Subclasses of Square in shapes Modifier and Type Class Description classRectangleClass that represent rectangle shape.Methods in shapes that return Square Modifier and Type Method Description SquareSquare. clone()Create new instance of this square. -
Uses of Square in strategy
Methods in strategy that return Square Modifier and Type Method Description private SquareFileLog. parseSquare(java.lang.String string)Method that parseSquarefrom log file.
-