EditPointConstraintCollator |
BasicEditPointConstraint.and(EditPointConstraint c) |
Returns a new constraint made of this constraint AND'd with the given constraint.
|
EditPointConstraint |
EditPointConstraintCollator.and(EditPointConstraint c) |
|
boolean |
BasicEditPointConstraint.imposes(EditPointConstraint c) |
|
boolean |
EditPointConstraint.imposes(EditPointConstraint c) |
Returns true if this constraint imposes the given constraint.
|
boolean |
EditPointConstraintCollator.imposes(EditPointConstraint c) |
|
void |
AbstractCurve.setPoint(int index,
PicPoint pt,
EditPointConstraint c) |
Set the coordinates of the Bezier point with the given index to the given location,
but doesn't fire any DrawingEvent.
|
void |
BranchElement.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint c) |
Set the point indexed by "numPoint" to the given value.
|
void |
DefaultLeafElement.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
Set the user-controlled point indexed by "index" to the given value, using the specified geometrical constraint.
|
void |
Drawing.RootElement.setPoint(int numPoint,
PicPoint src,
EditPointConstraint c) |
does nothing
|
void |
Element.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
Set the user-controlled point indexed by "index" to the given value, using the specified geometrical constraint.
|
void |
PicCircleFrom3Points.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint c) |
Set the coordinate of the point indexed by "numPoint" to the given value.
|
void |
PicEllipse.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint constraint) |
Set the coordinate of the point indexed by "numPoint" to the given value.
|
void |
PicGroup.setPoint(int numPoint,
PicPoint ptNew,
EditPointConstraint constraint) |
Set the point numbered by "numPoint" to the "pt" value, and scales inward object accordingly
|
void |
PicMultiCurve.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
Set the coordinates of a Bezier point having the given index to the given location,
possibly moving other control-points according to the given constraint.
|
void |
PicNodeConnection.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
|
void |
PicParallelogram.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint constraint) |
Set the coordinate of the control-point indexed by "numPoint" to the given value.
|
void |
PicPsCurve.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
Set the user-controlled point with the given index to the given value.
|
void |
PicSmoothPolygon.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
Set the user-controlled point with the given index to the given value.
|
void |
PicText.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint) |
|