Method | Description | |
---|---|---|
Line2D ( ) : System |
default constructor
|
|
Line2D ( |
copy constructor
|
|
Line2D ( Point startPoint, Point endPoint ) : System |
constructor
|
public Line2D ( |
||
line2D | /// the line to be copied /// | |
return | System |
public Line2D ( Point startPoint, Point endPoint ) : System | ||
startPoint | Point | /// the start point for the line /// |
endPoint | Point | /// the end point for the line /// |
return | System |