Package curve.point
Class DPointWithID
java.lang.Object
curve.point.FCoords
curve.point.DPoint
curve.point.DPointWithID
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDPointWithID
(int fx, int fy, int id, Tr t) constructorDPointWithID
(int fx, int fy, Tr t) constructorDPointWithID
(int fx, int fy, String sid, Tr t) constructorDPointWithID
(DPointWithID o, Tr t) constructor -
Method Summary
Modifier and TypeMethodDescriptionget Associated Control Pointint
getID()
get idget Line ListgetSID()
get sidvoid
moveAssociatedControlPoint
(int dx, int dy) move Associated Control Pointvoid
movePoint
(int nfx, int nfy) movePointvoid
movePointBy
(int dx, int dy) move Point BytoString()
-
Field Details
-
zz
zz logging prefix -
debug
private static boolean debugdebug -
nextID
static int nextIDnextID -
sid
sid -
id
protected int idid -
t
Tr tt -
lines
-
-
Constructor Details
-
DPointWithID
-
DPointWithID
constructor- Parameters:
fx
- -fy
- -id
- -t
- -
-
DPointWithID
-
DPointWithID
-
-
Method Details
-
getLineList
-
getID
public int getID()get id- Returns:
- id
-
getSID
-
movePoint
public void movePoint(int nfx, int nfy) movePoint- Parameters:
nfx
- -nfy
- -
-
movePointBy
public void movePointBy(int dx, int dy) move Point By- Parameters:
dx
- -dy
- -
-
moveAssociatedControlPoint
public void moveAssociatedControlPoint(int dx, int dy) move Associated Control Point- Parameters:
dx
- -dy
- -
-
getAssociatedControlPoint
-
toString
-