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 CircleCmdUpdateCircle. newStateprivate CircleCmdUpdateCircle. oldStateprivate CircleCmdUpdateCircle. originalStateConstructors 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 voidDrawingController. btnUpdateCircleClicked(Circle oldCircle)Method is called when user want to update some existingCircleon a draw. -
Uses of Circle in dialogs
Methods in dialogs with parameters of type Circle Modifier and Type Method Description voidDlgCircle. fillUp(Circle circle, int drawWidth, int drawHeight)Fill up fields with parameters ofCirclethat user want to update. -
Uses of Circle in shapes
Methods in shapes that return Circle Modifier and Type Method Description CircleCircle. clone()Create new instance of this circle. -
Uses of Circle in strategy
Methods in strategy that return Circle Modifier and Type Method Description private CircleFileLog. parseCircle(java.lang.String string)Method that parseCirclefrom log file.
-