Uses of Class
shapes.Circle
-
Packages that use Circle Package Description commands controller dialogs shapes strategy -
-
Uses of Circle in commands
Fields in commands declared as Circle Modifier and Type Field Description private Circle
CmdUpdateCircle. newState
private Circle
CmdUpdateCircle. oldState
private Circle
CmdUpdateCircle. originalState
Constructors in commands with parameters of type Circle Constructor Description CmdUpdateCircle(Circle oldState, Circle newState)
-
Uses of Circle in controller
Methods in controller with parameters of type Circle Modifier and Type Method Description void
DrawingController. btnUpdateCircleClicked(Circle oldCircle)
Method is called when user want to update some existingCircle
on a draw. -
Uses of Circle in dialogs
Methods in dialogs with parameters of type Circle Modifier and Type Method Description void
DlgCircle. fillUp(Circle circle, int drawWidth, int drawHeight)
Fill up fields with parameters ofCircle
that user want to update. -
Uses of Circle in shapes
Methods in shapes that return Circle Modifier and Type Method Description Circle
Circle. clone()
Create new instance of this circle. -
Uses of Circle in strategy
Methods in strategy that return Circle Modifier and Type Method Description private Circle
FileLog. parseCircle(java.lang.String string)
Method that parseCircle
from log file.
-