Package | Description |
---|---|
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)
|
Constructor and Description |
---|
LaTeXPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl) |
Constructor and Description |
---|
PSTPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl) |
Modifier and Type | Class and Description |
---|---|
class |
BasicEditPointConstraint
Default implementation of EditPointConstraint.
|
class |
EditPointConstraintCollator
Collates several constraints together, ensuring there is no duplicate constraints.
|
Modifier and Type | Method and Description |
---|---|
EditPointConstraint |
EditPointConstraintCollator.and(EditPointConstraint c) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
EditPointConstraintCollator(EditPointConstraint c) |
EditPointConstraintCollator(EditPointConstraint c1,
EditPointConstraint c2) |
Constructor and Description |
---|
_MoveControlPointTransform(Element target,
int pointIndex,
EditPointConstraint constraint,
java.lang.String helpMessage,
Grid grid) |
GenericDrawTool(Element prototype,
EditPointConstraint constraint)
The
drawPoints array gets computed
from all available control-points for the given element. |
GenericDrawTool(Element prototype,
EditPointConstraint constraint,
int[][] drawPoints) |
MoveControlPointTransform(Element target,
int pointIndex,
EditPointConstraint constraint,
java.lang.String helpMessage,
Grid grid) |
Submit a bug : syd@jpicedt.org