Package JavaLineArray
Class POINT2
java.lang.Object
JavaLineArray.POINT2
Class to provide a Point object with a linestyle to facilitate drawing.
- Author:
- Michael Deutch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
style
public int style -
segment
public int segment
-
-
Constructor Details
-
POINT2
public POINT2(double x, double y) -
POINT2
public POINT2(double x, double y, int segment, int style) -
POINT2
public POINT2(double x, double y, int style) -
POINT2
-
POINT2
public POINT2()
-