Uses of Class
shapes.Line
-
Packages that use Line Package Description commands controller dialogs shapes strategy -
-
Uses of Line in commands
Fields in commands declared as Line Modifier and Type Field Description private LineCmdUpdateLine. newStateprivate LineCmdUpdateLine. oldStateprivate LineCmdUpdateLine. originalStateConstructors in commands with parameters of type Line Constructor Description CmdUpdateLine(Line oldState, Line newState) -
Uses of Line in controller
Methods in controller with parameters of type Line Modifier and Type Method Description voidDrawingController. btnUpdateLineClicked(Line oldLine)Method is called when user want to update some existingLineon draw. -
Uses of Line in dialogs
Methods in dialogs with parameters of type Line Modifier and Type Method Description voidDlgLine. write(Line line){@inheritDoc DlgCircle#write(int, int, int, int)} -
Uses of Line in shapes
Methods in shapes that return Line Modifier and Type Method Description LineLine. clone()Create new instance of this line.LineRectangle. diagonal()Calculate diagonal of rectangle.LineSquare. diagonal()Calculate diagonal of square. -
Uses of Line in strategy
Methods in strategy that return Line Modifier and Type Method Description private LineFileLog. parseLine(java.lang.String string)Method that parseLinefrom log file.
-