Package | Description |
---|---|
jpicedt.format.input | |
jpicedt.format.input.eepic |
Parser grammar for the eepic format.
|
jpicedt.format.input.latex |
Parser grammar for the LaTeX picture environment format.
|
jpicedt.format.input.pstricks |
Pstricks grammar tree.
|
jpicedt.format.input.util |
This package contains helper classes for building a parser based on the well-known RegExp scheme,
yet with a strong object-oriented approach in mind.
|
Modifier and Type | Field and Description |
---|---|
protected Pool |
DefaultParser.pool
a pool of primitive types and objects that may be shared by sub-expressions
|
Modifier and Type | Method and Description |
---|---|
Pool |
DefaultParser.getPool()
Return the pool containing variables shared across the grammar tree
|
Constructor and Description |
---|
EepicDrawlineCommand(Pool pl) |
EepicLineThicknessExpression(Pool pl) |
EepicParser(Pool pool)
Creates a new grammar tree for the Eepic format
|
EepicPathCommand(Pool pl) |
Constructor and Description |
---|
LaTeXBox(Pool pl) |
LaTeXCircle(Pool pl) |
LaTeXInstanciationExpression(java.lang.String tag,
Element prototype,
Pool pl) |
LaTeXLine(Pool pl) |
LaTeXOval(Pool pl) |
LaTeXParser(Pool pool)
Creates a new LaTeXParser, and build grammar rules
|
LaTeXPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl) |
LaTeXPicPointExpression(int ptNumber,
Pool pl) |
LaTeXPutExpression(Pool pl) |
LineThicknessExpression(Pool pl) |
PicArrowTypeExpression(Pool pl) |
PicBezierExpression(Pool pl) |
PicColorExpression(Pool pl) |
PicDashStatement(Pool pl) |
PicEllipseExpression(Pool pl) |
PicGroupExpression(Pool pl) |
PicLineExpression(Pool pool) |
PicPolygonExpression(Pool pl) |
PicRectangleExpression(Pool pool) |
UnitLengthExpression(Pool pl) |
Constructor and Description |
---|
PsArcExpression(Pool pl,
java.lang.String type) |
PsArcExpression(Pool pl,
java.lang.String type,
java.lang.String tag) |
PsBezierExpression(Pool pl)
tag = \\psbezier and proto = new PicBezierCubic.
|
PsBezierExpression(Pool pl,
java.lang.String tag)
Constructor allowing to set a non-standard tag.
|
PsBox(Pool pl,
java.lang.String type) |
PsCircleExpression(Pool pl)
Uses default tag.
|
PsCircleExpression(Pool pl,
java.lang.String tag) |
PsEllipseExpression(Pool pl)
Uses default tag
|
PsEllipseExpression(Pool pl,
java.lang.String tag) |
PsFrameExpression(Pool pl)
Uses default tag.
|
PsFrameExpression(Pool pl,
java.lang.String tag) |
PsObjectExpression(PstricksParser p,
Pool pl) |
PsPolygonExpression(Pool pl,
java.lang.String type)
Uses the given type as the default tag
|
PsPolygonExpression(Pool pl,
java.lang.String shape,
java.lang.String tag) |
PsQDiskExpression(Pool pl)
Uses default tag.
|
PsQDiskExpression(Pool pl,
java.lang.String tag) |
PsQLineExpression(Pool pl) |
PsRPutExpression(Pool pl) |
PSTAngleParameter(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
PSTArrowExpression(Pool pl)
Constructor for the PSTArrowExpression object
|
PSTBooleanExpression(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
PSTColorExpression(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
PSTDashExpression(Pool pl,
Pool.Key attributeSetKey) |
PSTDotStyleExpression(Pool pl,
Pool.Key attributeSetKey) |
PSTFillStyleExpression(Pool pl,
Pool.Key attributeSetKey) |
PSTInstanciationExpression(java.lang.String tag,
Element prototype,
Pool pl) |
PSTLengthParameter(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
PSTLineStyleExpression(Pool pl,
Pool.Key attributeSetKey) |
PSTParametersExpression(Pool pool,
Pool.Key attributeSetKey) |
PSTPicPointExpression(int ptNumber,
EditPointConstraint constraint,
Pool pl) |
PSTPicPointExpression(int ptNumber,
Pool pl)
Initializes this expression with a "null" EditPointConstraint (= default constraint)
|
PstricksParser(Pool pool)
Creates a new PstricksParser, and build grammar rules
|
PsUnitLengthExpression(Pool pl,
java.lang.String type)
unit actually sets the following three parameters : xunit, yunit, and runit.
|
StarExpression(Pool pl) |
UserDefinedColorExpression(Pool pl)
Constructor for the UserDefinedColorExpression object
|
Constructor and Description |
---|
InstanciationExpression(java.lang.String tag,
Element prototype,
PicAttributeSet attributes,
Pool pl) |
NotParsableExpression(Pool pl) |
Submit a bug : syd@jpicedt.org