Package curve.point
Class AreaPoint
java.lang.Object
curve.point.FCoords
curve.point.DPoint
curve.point.DPointWithID
curve.point.AreaPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()get area this point belongs tointgetID()get idgetSID()get sid(package private) static voidlogging linkvoidmove PointvoidmovePointBy(int dx, int dy) move Point Byout()output to xxx filevoidset this point's areatoString()traditional to string codeMethods inherited from class curve.point.DPointWithID
getAssociatedControlPoint, getLineList, moveAssociatedControlPoint, movePoint
-
Field Details
-
zz
zz helps logging -
btype
int btypesymmetrical,smooth, independent -
area
any number of curves or lines can connect to this point
but how do we track if first or last??
maybe by checking inside each curve?
-
-
Constructor Details
-
AreaPoint
-
AreaPoint
-
AreaPoint
-
AreaPoint
-
-
Method Details
-
log
-
getID
public int getID()Description copied from class:DPointWithIDget id- Overrides:
getIDin classDPointWithID- Returns:
- id
-
getSID
Description copied from class:DPointWithIDget sid- Overrides:
getSIDin classDPointWithID- Returns:
- sid
-
setArea
-
getArea
-
movePoint
-
movePointBy
public void movePointBy(int dx, int dy) move Point By
- Overrides:
movePointByin classDPointWithID- Parameters:
dx- -dy- -
-
toString
traditional to string code
- Overrides:
toStringin classDPointWithID- Returns:
- representation of point
-
out
-