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 | Field and Description |
---|---|
static Pool.Key |
LaTeXParser.KEY_ATTRIBUTES
key associated with the shared attribute set (PicAttributeSet)
|
static Pool.Key |
LaTeXPutExpression.KEY_PUT_POINT
key entry in Pool containing the (x,y) parameter
|
static Pool.Key |
LaTeXParser.KEY_UNIT_LENGTH
key associated with unit-length parameter (double)
|
Modifier and Type | Field and Description |
---|---|
static Pool.Key |
PstricksParser.KEY_ATTRIBUTES
key associated with the attribute set which stores PsTricks default graphical parameters (PicAttributeSet)
|
static Pool.Key |
PstricksParser.KEY_NEWPSOBJECTS
\\newpsobject : key associated with the HashMap that associates pairs "macroName -> param_string",
e.g.
|
static Pool.Key |
PstricksParser.KEY_R_UNIT
key associated with \\psrunit register (double)
|
static Pool.Key |
PsRPutExpression.KEY_RPUT_HALIGN
key entry in Pool containing the horizontal alignment parameter
|
static Pool.Key |
PsRPutExpression.KEY_RPUT_POINT
key entry in Pool containing the (x,y) parameter
|
static Pool.Key |
PsRPutExpression.KEY_RPUT_ROTATION
key entry in Pool containing the (x,y) parameter
|
static Pool.Key |
PsRPutExpression.KEY_RPUT_VALIGN
key entry in Pool containing the (x,y) parameter
|
static Pool.Key |
PstricksParser.KEY_USER_COLOURS
user-defined colours (a HashMap which gets filled by UserDefinedColorsExpression, see \\newgray, \\newrgbcolor,...
|
static Pool.Key |
PstricksParser.KEY_X_UNIT
key associated with \\psxunit register (double)
|
static Pool.Key |
PstricksParser.KEY_Y_UNIT
key associated with \\psyunit register (double)
|
Constructor and Description |
---|
PSTAngleParameter(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
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) |
PSTLengthParameter(Pool pl,
java.lang.String tag,
PicAttributeName attributeName,
Pool.Key attributeSetKey) |
PSTLineStyleExpression(Pool pl,
Pool.Key attributeSetKey) |
PSTParametersExpression(Pool pool,
Pool.Key attributeSetKey) |
Modifier and Type | Field and Description |
---|---|
static Pool.Key |
Pool.CURRENT_OBJ_ATTRIBUTES
Key used to fetch the attribute set attached to the current element "currentObj"
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Pool.get(Pool.Key key)
Return the value associated with the given key
|
PicAttributeSet |
Pool.getAttributeSet(Pool.Key key)
Convenience for retrieving a "PicAttributeSet" value ; can be used in conjunction with
static methods defined in jpicedt.graphic.model.StyleConstants to retrieve
attributes values with less burden.
|
double |
Pool.getDouble(Pool.Key key)
Convenience for retrieving a "double" value from the pool's hashmap
|
double |
Pool.put(Pool.Key key,
double d)
Convenience for storing a "double" value into the pool's hashmap
|
java.lang.Object |
Pool.put(Pool.Key key,
java.lang.Object value)
Associates the specified value with the given key in the pool's hashmap
|
void |
Pool.setAttribute(Pool.Key key,
PicAttributeName name,
java.lang.Object value)
Add a name/value attribute pair to the attribute set with the given key, i.e.
|
Submit a bug : syd@jpicedt.org