|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.value.AbstractValueFactory | +--org.apache.batik.css.engine.value.AbstractValueManager | +--org.apache.batik.css.engine.value.css2.FontFamilyManager
This class provides a factory for the 'font-family' property values.
Field Summary | |
protected static ListValue |
DEFAULT_VALUE
The default value. |
protected static StringMap |
values
The identifier values. |
Constructor Summary | |
FontFamilyManager()
|
Method Summary | |
Value |
computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value) . |
Value |
createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager#createValue(LexicalUnit,CSSEngine) . |
Value |
getDefaultValue()
Implements ValueManager#getDefaultValue() . |
java.lang.String |
getPropertyName()
Implements ValueManager#getPropertyName() . |
boolean |
isInheritedProperty()
Implements ValueManager#isInheritedProperty() . |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager |
createFloatValue, createStringValue |
Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory |
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final ListValue DEFAULT_VALUE
protected static final StringMap values
Constructor Detail |
public FontFamilyManager()
Method Detail |
public boolean isInheritedProperty()
ValueManager#isInheritedProperty()
.
public java.lang.String getPropertyName()
ValueManager#getPropertyName()
.
getPropertyName
in interface ValueManager
getPropertyName
in class AbstractValueFactory
public Value getDefaultValue()
ValueManager#getDefaultValue()
.
public Value createValue(LexicalUnit lu, CSSEngine engine) throws DOMException
ValueManager#createValue(LexicalUnit,CSSEngine)
.
lu
- The SAC lexical unit used to create the value.engine
- The calling CSSEngine.
DOMException
public Value computeValue(CSSStylableElement elt, java.lang.String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
ValueManager#computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value)
.
computeValue
in interface ValueManager
computeValue
in class AbstractValueManager
elt
- The owner of the value.pseudo
- The pseudo element.engine
- The CSSEngine.idx
- The property index in the engine.sm
- The computed style map.value
- The value to compute.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |