org.apache.batik.css.engine.value.css2

Class FontFamilyManager

public class FontFamilyManager extends AbstractValueManager

This class provides a factory for the 'font-family' property values.
Field Summary
protected static ListValueDEFAULT_VALUE
The default value.
protected static StringMapvalues
The identifier values.
Method Summary
ValuecomputeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.
ValuecreateValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.
ValuegetDefaultValue()
Implements getDefaultValue.
StringgetPropertyName()
Implements getPropertyName.
intgetPropertyType()
Implements getPropertyType.
booleanisAdditiveProperty()
Implements isAdditiveProperty.
booleanisAnimatableProperty()
booleanisInheritedProperty()
Implements isInheritedProperty.

Field Detail

DEFAULT_VALUE

protected static final ListValue DEFAULT_VALUE
The default value.

values

protected static final StringMap values
The identifier values.

Method Detail

computeValue

public Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
Implements ValueManager.

createValue

public Value createValue(LexicalUnit lu, CSSEngine engine)
Implements createValue.

getDefaultValue

public Value getDefaultValue()
Implements getDefaultValue.

getPropertyName

public String getPropertyName()
Implements getPropertyName.

getPropertyType

public int getPropertyType()
Implements getPropertyType.

isAdditiveProperty

public boolean isAdditiveProperty()
Implements isAdditiveProperty.

isAnimatableProperty

public boolean isAnimatableProperty()
Implements isAnimatableProperty.

isInheritedProperty

public boolean isInheritedProperty()
Implements isInheritedProperty.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.