Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- Line - Class in org.eclipse.gef.geometry.planar
-
Represents the geometric shape of a line (or linear curve).
- Line(double...) - Constructor for class org.eclipse.gef.geometry.planar.Line
-
Constructs a new
Line
from the given coordinate values. - Line(double, double, double, double) - Constructor for class org.eclipse.gef.geometry.planar.Line
- Line(Point...) - Constructor for class org.eclipse.gef.geometry.planar.Line
- Line(Point, Point) - Constructor for class org.eclipse.gef.geometry.planar.Line
- LINE_TO - Static variable in class org.eclipse.gef.geometry.planar.Path.Segment
-
A
Path.Segment.LINE_TO
Path.Segment
represents aLine
from the previous position of aPath
to thePoint
at index 0 associated with thePath.Segment
. - lineTo(double, double) - Method in class org.eclipse.gef.geometry.planar.Path
-
Adds a straight line segment from the current position to the specified end position.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form