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 Line
CmdUpdateLine. newState
private Line
CmdUpdateLine. oldState
private Line
CmdUpdateLine. originalState
Constructors 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 void
DrawingController. btnUpdateLineClicked(Line oldLine)
Method is called when user want to update some existingLine
on draw. -
Uses of Line in dialogs
Methods in dialogs with parameters of type Line Modifier and Type Method Description void
DlgLine. 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 Line
Line. clone()
Create new instance of this line.Line
Rectangle. diagonal()
Calculate diagonal of rectangle.Line
Square. diagonal()
Calculate diagonal of square. -
Uses of Line in strategy
Methods in strategy that return Line Modifier and Type Method Description private Line
FileLog. parseLine(java.lang.String string)
Method that parseLine
from log file.
-