Index

A B C D E F G H I L M N O P Q R S T U V W X Y Z 
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
Constructs a new Line, which connects the two Points given indirectly by their coordinates
Line(Point...) - Constructor for class org.eclipse.gef.geometry.planar.Line
Constructs a new Line, which connects the two Points given.
Line(Point, Point) - Constructor for class org.eclipse.gef.geometry.planar.Line
Constructs a new Line which connects the two given Points
LINE_TO - Static variable in class org.eclipse.gef.geometry.planar.Path.Segment
A Path.Segment.LINE_TO Path.Segment represents a Line from the previous position of a Path to the Point at index 0 associated with the Path.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.
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form