Uses of Class
jpicedt.format.input.util.Pool.Key
-
Packages that use Pool.Key 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. -
-
Uses of Pool.Key in jpicedt.format.input.latex
Fields in jpicedt.format.input.latex declared as Pool.Key Modifier and Type Field Description static Pool.KeyLaTeXParser. KEY_ATTRIBUTESkey associated with the shared attribute set (PicAttributeSet)static Pool.KeyLaTeXPutExpression. KEY_PUT_POINTkey entry in Pool containing the (x,y) parameterstatic Pool.KeyLaTeXParser. KEY_UNIT_LENGTHkey 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 Modifier and Type Field Description static Pool.KeyPstricksParser. KEY_ATTRIBUTESkey associated with the attribute set which stores PsTricks default graphical parameters (PicAttributeSet)static Pool.KeyPstricksParser. KEY_NEWPSOBJECTS\\newpsobject : key associated with the HashMap that associates pairs "macroName -> param_string", e.g.static Pool.KeyPstricksParser. KEY_R_UNITkey associated with \\psrunit register (double)static Pool.KeyPsRPutExpression. KEY_RPUT_HALIGNkey entry in Pool containing the horizontal alignment parameterstatic Pool.KeyPsRPutExpression. KEY_RPUT_POINTkey entry in Pool containing the (x,y) parameterstatic Pool.KeyPsRPutExpression. KEY_RPUT_ROTATIONkey entry in Pool containing the (x,y) parameterstatic Pool.KeyPsRPutExpression. KEY_RPUT_VALIGNkey entry in Pool containing the (x,y) parameterstatic Pool.KeyPstricksParser. KEY_USER_COLOURSuser-defined colours (a HashMap which gets filled by UserDefinedColorsExpression, see \\newgray, \\newrgbcolor,...static Pool.KeyPstricksParser. KEY_X_UNITkey associated with \\psxunit register (double)static Pool.KeyPstricksParser. KEY_Y_UNITkey associated with \\psyunit register (double)Constructors in jpicedt.format.input.pstricks with parameters of type Pool.Key Constructor 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) -
Uses of Pool.Key in jpicedt.format.input.util
Fields in jpicedt.format.input.util declared as Pool.Key Modifier and Type Field Description static Pool.KeyPool. CURRENT_OBJ_ATTRIBUTESKey used to fetch the attribute set attached to the current element "currentObj"Methods in jpicedt.format.input.util with parameters of type Pool.Key Modifier and Type Method Description java.lang.ObjectPool. get(Pool.Key key)Return the value associated with the given keyPicAttributeSetPool. 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.doublePool. getDouble(Pool.Key key)Convenience for retrieving a "double" value from the pool's hashmapdoublePool. put(Pool.Key key, double d)Convenience for storing a "double" value into the pool's hashmapjava.lang.ObjectPool. put(Pool.Key key, java.lang.Object value)Associates the specified value with the given key in the pool's hashmapvoidPool. 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.
-