Package curve.point
Class DPointWithID
java.lang.Object
curve.point.FCoords
curve.point.DPoint
curve.point.DPointWithID
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDPointWithID(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 SummaryModifier and TypeMethodDescriptionget Associated Control PointintgetID()get idget Line ListgetSID()get sidvoidmoveAssociatedControlPoint(int dx, int dy) move Associated Control PointvoidmovePoint(int nfx, int nfy) movePointvoidmovePointBy(int dx, int dy) move Point BytoString()
- 
Field Details- 
zzzz logging prefix
- 
debugprivate static boolean debugdebug
- 
nextIDstatic int nextIDnextID
- 
sidsid
- 
idprotected int idid
- 
tTr tt
- 
lines
 
- 
- 
Constructor Details- 
DPointWithID
- 
DPointWithIDconstructor- Parameters:
- fx- -
- fy- -
- id- -
- t- -
 
- 
DPointWithID
- 
DPointWithID
 
- 
- 
Method Details- 
getLineList
- 
getIDpublic int getID()get id- Returns:
- id
 
- 
getSID
- 
movePointpublic void movePoint(int nfx, int nfy) movePoint- Parameters:
- nfx- -
- nfy- -
 
- 
movePointBypublic void movePointBy(int dx, int dy) move Point By- Parameters:
- dx- -
- dy- -
 
- 
moveAssociatedControlPointpublic void moveAssociatedControlPoint(int dx, int dy) move Associated Control Point- Parameters:
- dx- -
- dy- -
 
- 
getAssociatedControlPoint
- 
toString
 
-