|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditPointConstraint | |
jpicedt.format.input.latex | Parser grammar for the LaTeX picture environment format. |
jpicedt.format.input.pstricks | Pstricks grammar tree. |
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.toolkit | Controller (document editing through UI actions) |
Uses of EditPointConstraint in jpicedt.format.input.latex |
Constructors in jpicedt.format.input.latex with parameters of type EditPointConstraint | |
LaTeXPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl)
|
Uses of EditPointConstraint in jpicedt.format.input.pstricks |
Constructors in jpicedt.format.input.pstricks with parameters of type EditPointConstraint | |
PSTPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl)
|
Uses of EditPointConstraint in jpicedt.graphic.model |
Classes in jpicedt.graphic.model that implement EditPointConstraint | |
class |
BasicEditPointConstraint
Default implementation of EditPointConstraint. |
class |
EditPointConstraintCollator
Collates several constraints together, ensuring there is no duplicate constraints. |
Methods in jpicedt.graphic.model that return EditPointConstraint | |
EditPointConstraint |
EditPointConstraintCollator.and(EditPointConstraint c)
|
Methods in jpicedt.graphic.model with parameters of type EditPointConstraint | |
void |
PicText.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint)
|
void |
PicSmoothPolygon.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint)
Set the user-controlled point with the given index 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 |
PicParallelogram.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint constraint)
Set the coordinate of the control-point indexed by "numPoint" to the given value. |
void |
PicNodeConnection.setPoint(int index,
PicPoint pt,
EditPointConstraint constraint)
|
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 |
PicGroup.setPoint(int numPoint,
PicPoint ptNew,
EditPointConstraint constraint)
Set the point numbered by "numPoint" to the "pt" value, and scales inward object accordingly |
void |
PicEllipse.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint constraint)
Set the coordinate of the point indexed by "numPoint" to the given value. |
void |
PicCircleFrom3Points.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint c)
Set the coordinate of the point indexed by "numPoint" to the given value. |
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. |
EditPointConstraint |
EditPointConstraintCollator.and(EditPointConstraint c)
|
boolean |
EditPointConstraintCollator.imposes(EditPointConstraint c)
|
boolean |
EditPointConstraint.imposes(EditPointConstraint c)
Returns true if this constraint imposes the given constraint. |
void |
Drawing.RootElement.setPoint(int numPoint,
PicPoint src,
EditPointConstraint c)
does nothing |
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 |
BranchElement.setPoint(int numPoint,
PicPoint pt,
EditPointConstraint c)
Set the point indexed by "numPoint" to the given value. |
EditPointConstraintCollator |
BasicEditPointConstraint.and(EditPointConstraint c)
Returns a new constraint made of this constraint AND'd with the given constraint. |
boolean |
BasicEditPointConstraint.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. |
Constructors in jpicedt.graphic.model with parameters of type EditPointConstraint | |
EditPointConstraintCollator(EditPointConstraint c)
|
|
EditPointConstraintCollator(EditPointConstraint c1,
EditPointConstraint c2)
|
Uses of EditPointConstraint in jpicedt.graphic.toolkit |
Constructors in jpicedt.graphic.toolkit with parameters of type EditPointConstraint | |
EditElementMouseTransformFactory._MoveControlPointTransform(Element target,
int pointIndex,
EditPointConstraint constraint,
String helpMessage,
Grid grid)
|
|
EditElementMouseTransformFactory.MoveControlPointTransform(Element target,
int pointIndex,
EditPointConstraint constraint,
String helpMessage,
Grid grid)
|
|
DrawToolFactory.GenericDrawTool(Element prototype,
EditPointConstraint constraint,
int[][] drawPoints)
|
|
DrawToolFactory.GenericDrawTool(Element prototype,
EditPointConstraint constraint)
The drawPoints array gets computed
from all available control-points for the given element. |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |