|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the context the application must provides to the CSS engine in order to resolve the relative CSS values.
Inner Class Summary | |
static class |
CommonCSSContext.Color
To Store a CSS RGB color. |
Method Summary | |
float |
getBolderFontWeight(float f)
Returns the font weight 'bolder' than the given weight. |
CommonCSSContext.Color |
getDefaultColorValue()
The default color. |
java.util.List |
getDefaultFontFamilyValue()
The default font-family value. |
float |
getLighterFontWeight(float f)
Returns the font weight 'lighter' than the given weight. |
java.lang.String |
getUserStyleSheetURI()
The user style sheet URI. |
Method Detail |
public CommonCSSContext.Color getDefaultColorValue()
public java.util.List getDefaultFontFamilyValue()
public java.lang.String getUserStyleSheetURI()
public float getLighterFontWeight(float f)
public float getBolderFontWeight(float f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |