Package curve.point
Class AreaPoint
java.lang.Object
curve.point.FCoords
curve.point.DPoint
curve.point.DPointWithID
curve.point.AreaPoint
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArea()
get area this point belongs toint
getID()
get idgetSID()
get sid(package private) static void
logging linkvoid
move Pointvoid
movePointBy
(int dx, int dy) move Point Byout()
output to xxx filevoid
set 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:DPointWithID
get id- Overrides:
getID
in classDPointWithID
- Returns:
- id
-
getSID
Description copied from class:DPointWithID
get sid- Overrides:
getSID
in classDPointWithID
- Returns:
- sid
-
setArea
-
getArea
-
movePoint
-
movePointBy
public void movePointBy(int dx, int dy) move Point By
- Overrides:
movePointBy
in classDPointWithID
- Parameters:
dx
- -dy
- -
-
toString
traditional to string code
- Overrides:
toString
in classDPointWithID
- Returns:
- representation of point
-
out
-