Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
EndPictureExpression
\end{picture}
|
class |
LaTeXInstanciationExpression
instanciates a new Element by cloning the given object, when it finds the given tag,
then adds it to the current PicGroup ; makes use of the PicAttributeSet associated with
the ATTRIBUTES key in LaTeXParser.
|
Modifier and Type | Class and Description |
---|---|
class |
PSTInstanciationExpression
Instanciates a new Element by cloning the given object, when a given tag gets found.
|
class |
StarExpression
Handles (usually optional) "*" after \\psframebox,\\pspolygon,...
|
Modifier and Type | Class and Description |
---|---|
class |
InstanciationExpression
An expression that can instanciate a new Element by cloning the given graphic element when it finds a given
litteral tag, then add it to the current PicGroup in the pool.
|
Submit a bug : syd@jpicedt.org