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(org.w3c.css.sac.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.
|
createStringValuecreateDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, resolveURIpublic 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 ValueManagergetPropertyName in class AbstractValueFactorypublic Value getDefaultValue()
ValueManager.getDefaultValue().public Value createValue(org.w3c.css.sac.LexicalUnit lu, CSSEngine engine) throws DOMException
ValueManager.createValue(LexicalUnit,CSSEngine).createValue in interface ValueManagercreateValue in class IdentifierManagerlu - The SAC lexical unit used to create the value.engine - The calling CSSEngine.DOMExceptionpublic Value createFloatValue(short type, float floatValue) throws DOMException
ValueManager.createFloatValue(short,float).createFloatValue in interface ValueManagercreateFloatValue in class AbstractValueManagertype - A unit code as defined above. The unit code can only
be a float unit typefloatValue - The new float value.DOMExceptionpublic Value computeValue(CSSStylableElement elt, String pseudo, CSSEngine engine, int idx, StyleMap sm, Value value)
computeValue in interface ValueManagercomputeValue in class AbstractValueManagerelt - 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 IdentifierManagerCopyright © 2000–2021 Apache Software Foundation. All rights reserved.