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 AlternateExpression |
DefaultParser.headExp
holds a reference to each supported grammar
|
Modifier and Type | Class and Description |
---|---|
class |
EepicLineThicknessExpression
\thinlines or \thicklines or (eepic) \Thicklines
|
class |
EepicParser
Grammar tree for the epic/eepic parser.
|
Modifier and Type | Class and Description |
---|---|
class |
LaTeXParser
Grammar rules for the LaTeX's picture environment parser
|
class |
PicBezierExpression
Parser expression for :
|
class |
PicColorExpression
jPicEdt syntax (ie lines starting with a %)
color : filled/blacken/whiten/shade
|
class |
PicGroupExpression
PicGroup:
%Begin group ... %End group |
Modifier and Type | Class and Description |
---|---|
class |
EndPsPictureExpression
\end{pspicture} and/or \endpspicture.
A REParserException.EndOfPicture is thrown when this expression gets successfully parsed, which give a chance to the receiver to end up the parsing process here. |
class |
PstricksParser
Root expression for the Pstricks parser, containing grammar rules for the pstricks format.
|
class |
UserDefinedColorExpression
Parse statement defining user-colours, that is :
\\newgray{user-def colour name}{num} (where num is a gray scale specification b/w 0 and 1)
\\newrgbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1) \\newhsbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1) \\newcmykcolor{user-def-colour-name}{num1 num2 num3 num4} (where num are numbers b/w 0 and 1) Colour names may contain letters and numbers. |
Modifier and Type | Class and Description |
---|---|
class |
RootExpression
This is the super-class for head-expressions that contain grammar rule for a given format.
|
Submit a bug : syd@jpicedt.org