Uses of Class
shapes.Point
-
Packages that use Point Package Description commands controller dialogs shapes strategy -
-
Uses of Point in commands
Fields in commands declared as Point Modifier and Type Field Description private PointCmdUpdatePoint. newStateprivate PointCmdUpdatePoint. oldStateprivate PointCmdUpdatePoint. originalStateConstructors in commands with parameters of type Point Constructor Description CmdUpdatePoint(Point oldState, Point newState) -
Uses of Point in controller
Fields in controller declared as Point Modifier and Type Field Description private PointDrawingController. initialPointOfLineMethods in controller with parameters of type Point Modifier and Type Method Description voidDrawingController. btnUpdatePointClicked(Point oldPoint)Method is called when user want to update some existingPointon draw. -
Uses of Point in dialogs
Methods in dialogs with parameters of type Point Modifier and Type Method Description voidDlgPoint. write(Point point, int drawWidth, int drawHeight){@inheritDoc DlgCircle#write(int, int, int, int)} -
Uses of Point in shapes
Fields in shapes declared as Point Modifier and Type Field Description private PointCircle. centerprivate PointLine. initialprivate PointLine. lastprotected PointSquare. upLeftMethods in shapes that return Point Modifier and Type Method Description PointLine. centerOfLine()Return center of line.PointPoint. clone()Create new instance of this point.PointCircle. getCenter()PointLine. getInitial()PointLine. getLast()PointSquare. getUpLeft()Methods in shapes with parameters of type Point Modifier and Type Method Description doublePoint. distance(Point point)Calculate dinstance between two points.voidCircle. setCenter(Point center)voidLine. setInitial(Point initial)voidLine. setLast(Point last)voidSquare. setUpLeft(Point upLeft)Constructors in shapes with parameters of type Point Constructor Description Circle(Point center, int r, java.awt.Color edgeColor, java.awt.Color interiorColor)Line(Point initial, Point last)Line(Point initial, Point last, java.awt.Color color)Rectangle(Point upLeft, int width, int height, java.awt.Color edgeColor, java.awt.Color interiorColor)Square(Point upLeft, int side)Square(Point upLeft, int side, java.awt.Color edgeColor, java.awt.Color interiorColor) -
Uses of Point in strategy
Methods in strategy that return Point Modifier and Type Method Description private PointFileLog. parsePoint(java.lang.String string)Method that parsePointfrom log file.
-