|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.engine.value.AbstractValueFactory
org.apache.batik.css.engine.value.AbstractValueManager
org.apache.batik.css.engine.value.IdentifierManager
public abstract class IdentifierManager
This class provides a manager for the property with support for identifier values.
Constructor Summary | |
---|---|
IdentifierManager()
|
Method Summary | |
---|---|
Value |
createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager.createStringValue(short,String,CSSEngine) . |
Value |
createValue(org.w3c.css.sac.LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine) . |
abstract StringMap |
getIdentifiers()
Returns the map that contains the name/value mappings for each possible identifiers. |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager |
---|
computeValue, createFloatValue |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory |
---|
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, getPropertyName, resolveURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.css.engine.value.ValueManager |
---|
getDefaultValue, getPropertyName, getPropertyType, isAdditiveProperty, isAnimatableProperty, isInheritedProperty |
Constructor Detail |
---|
public IdentifierManager()
Method Detail |
---|
public Value createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) throws org.w3c.dom.DOMException
ValueManager.createValue(LexicalUnit,CSSEngine)
.
lu
- The SAC lexical unit used to create the value.engine
- The calling CSSEngine.
org.w3c.dom.DOMException
public Value createStringValue(short type, java.lang.String value, CSSEngine engine) throws org.w3c.dom.DOMException
ValueManager.createStringValue(short,String,CSSEngine)
.
createStringValue
in interface ValueManager
createStringValue
in class AbstractValueManager
type
- A string code as defined in CSSPrimitiveValue. The string
code can only be a string unit type.value
- The new string value.engine
- The CSS engine.
org.w3c.dom.DOMException
public abstract StringMap getIdentifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |