|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlternateExpression | |
---|---|
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. |
Uses of AlternateExpression in jpicedt.format.input |
---|
Fields in jpicedt.format.input declared as AlternateExpression | |
---|---|
protected AlternateExpression |
DefaultParser.headExp
holds a reference to each supported grammar |
Uses of AlternateExpression in jpicedt.format.input.eepic |
---|
Subclasses of AlternateExpression in jpicedt.format.input.eepic | |
---|---|
class |
EepicLineThicknessExpression
\thinlines or \thicklines or (eepic) \Thicklines |
class |
EepicParser
Grammar tree for the epic/eepic parser. |
Uses of AlternateExpression in jpicedt.format.input.latex |
---|
Subclasses of AlternateExpression in jpicedt.format.input.latex | |
---|---|
class |
LaTeXParser
Grammar rules for the LaTeX's picture environment parser |
class |
PicBezierExpression
Parser expression for : %Bezier 0|1 0|1 (x1,y1)(xC,yC)(x2,y2) dash=value Any string %End Bezier where dash is optional. |
class |
PicColorExpression
jPicEdt syntax (ie lines starting with a %) color : filled/blacken/whiten/shade |
class |
PicGroupExpression
PicGroup: %Begin group ... |
Uses of AlternateExpression in jpicedt.format.input.pstricks |
---|
Subclasses of AlternateExpression in jpicedt.format.input.pstricks | |
---|---|
class |
EndPsPictureExpression
\end{pspicture} and/or \endpspicture. |
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. |
Uses of AlternateExpression in jpicedt.format.input.util |
---|
Subclasses of AlternateExpression in jpicedt.format.input.util | |
---|---|
class |
RootExpression
This is the super-class for head-expressions that contain grammar rule for a given format. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |