Data type Line2D
access this type via: ui.Line2D (uses)
This data type is used to describe a straight line that can be drawn to the screen.
Fields
int sx The x-coordinate of one end of the line.
int sy The y-coordinate of one end of the line.
int ex The x-coordinate of the other end of the line.
int ey The y-coordinate of the other end of the line.
Color color The color of the line.