http://www.jpicedt.org

Uses of Class
jpicedt.format.input.util.Pool.Key

Packages that use Pool.Key
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 Pool.Key in jpicedt.format.input.latex
 

Fields in jpicedt.format.input.latex declared as Pool.Key
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)
 

Uses of Pool.Key in jpicedt.format.input.pstricks
 

Fields in jpicedt.format.input.pstricks declared as Pool.Key
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)
 

Constructors in jpicedt.format.input.pstricks with parameters of type Pool.Key
PSTAngleParameter(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTBooleanExpression(Pool pl, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTColorExpression(Pool pl, 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, String tag, PicAttributeName attributeName, Pool.Key attributeSetKey)
           
PSTLineStyleExpression(Pool pl, Pool.Key attributeSetKey)
           
PSTParametersExpression(Pool pool, Pool.Key attributeSetKey)
           
 

Uses of Pool.Key in jpicedt.format.input.util
 

Fields in jpicedt.format.input.util declared as Pool.Key
static Pool.Key Pool.CURRENT_OBJ_ATTRIBUTES
          Key used to fetch the attribute set attached to the current element "currentObj"
 

Methods in jpicedt.format.input.util with parameters of type Pool.Key
 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
 Object Pool.put(Pool.Key key, Object value)
          Associates the specified value with the given key in the pool's hashmap
 void Pool.setAttribute(Pool.Key key, PicAttributeName name, Object value)
          Add a name/value attribute pair to the attribute set with the given key, i.e.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org