public class FontWeightManager extends IdentifierManager
Type | Property and Description |
---|---|
boolean |
isAdditive
Gets the value of the property additiveProperty.
|
boolean |
isAnimatable
Gets the value of the property animatableProperty.
|
boolean |
isInherited
Gets the value of the property inheritedProperty.
|
Modifier and Type | Field and Description |
---|---|
protected static StringMap |
values
The identifier values.
|
Constructor and Description |
---|
FontWeightManager() |
Modifier and Type | Method and Description |
---|---|
Value |
computeValue(CSSStylableElement elt,
String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
|
Value |
createFloatValue(short type,
float floatValue)
Implements
ValueManager.createFloatValue(short,float) . |
protected Value |
createFontWeight(float f)
Returns the CSS value associated with the given font-weight.
|
Value |
createValue(LexicalUnit lu,
CSSEngine engine)
Implements
ValueManager.createValue(LexicalUnit,CSSEngine) . |
Value |
getDefaultValue()
Implements
ValueManager.getDefaultValue() . |
StringMap |
getIdentifiers()
Implements
IdentifierManager.getIdentifiers() . |
String |
getPropertyName()
Implements
ValueManager.getPropertyName() . |
int |
getPropertyType()
Implements
ValueManager.getPropertyType() . |
boolean |
isAdditiveProperty()
Gets the value of the property additiveProperty.
|
boolean |
isAnimatableProperty()
Gets the value of the property animatableProperty.
|
boolean |
isInheritedProperty()
Gets the value of the property inheritedProperty.
|
createStringValue
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURI
public boolean isInheritedProperty
public boolean isAnimatableProperty
public boolean isAdditiveProperty
protected static final StringMap values
public boolean isInheritedProperty()
public boolean isAnimatableProperty()
public boolean isAdditiveProperty()
public int getPropertyType()
ValueManager.getPropertyType()
.public 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)
.createValue
in interface ValueManager
createValue
in class IdentifierManager
lu
- The SAC lexical unit used to create the value.engine
- The calling CSSEngine.DOMException
public Value createFloatValue(short type, float floatValue) throws DOMException
ValueManager.createFloatValue(short,float)
.createFloatValue
in interface ValueManager
createFloatValue
in class AbstractValueManager
type
- A unit code as defined above. The unit code can only
be a float unit typefloatValue
- The new float value.DOMException
public Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value 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.protected Value createFontWeight(float f)
public StringMap getIdentifiers()
IdentifierManager.getIdentifiers()
.getIdentifiers
in class IdentifierManager
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.