Line2D
Class Line2D
- java.lang.Object
-
- java.awt.geom.Line2D
- Direct Known Subclasses:
- Line2D-Double, Line2D.Float
public abstract class Line2D extends Object implements Shape, Cloneable
This Line2D
represents a line segment in (x,y)
coordinate space. This class, like all of the Java 2D API, uses a default coordinate system called user space in which the y-axis values increase downward and x-axis values increase