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 Square
CmdUpdateSquare. newState
private Square
CmdUpdateSquare. oldState
private Square
CmdUpdateSquare. originalState
Constructors 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 void
DrawingController. btnUpdateSquareClicked(Square oldSquare)
Method is called when user want to update some existingSquare
on draw. -
Uses of Square in dialogs
Methods in dialogs with parameters of type Square Modifier and Type Method Description void
DlgSquare. fillUp(Square square, int drawWidth, int drawHeight)
Fill up fields with parameters ofSquare
that user want to update. -
Uses of Square in shapes
Subclasses of Square in shapes Modifier and Type Class Description class
Rectangle
Class that represent rectangle shape.Methods in shapes that return Square Modifier and Type Method Description Square
Square. clone()
Create new instance of this square. -
Uses of Square in strategy
Methods in strategy that return Square Modifier and Type Method Description private Square
FileLog. parseSquare(java.lang.String string)
Method that parseSquare
from log file.
-