|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StyleMap in org.apache.batik.css.engine |
|---|
| Fields in org.apache.batik.css.engine declared as StyleMap | |
|---|---|
StyleMap |
CSSEngine.StyleDeclarationDocumentHandler.styleMap
|
StyleMap |
CSSEngine.StyleDeclarationUpdateHandler.styleMap
|
| Methods in org.apache.batik.css.engine that return StyleMap | |
|---|---|
StyleMap |
CSSEngine.getCascadedStyleMap(CSSStylableElement elt,
String pseudo)
Returns the cascaded style of the given element/pseudo-element. |
StyleMap |
CSSStylableElement.getComputedStyleMap(String pseudoElement)
Returns the computed style of this element/pseudo-element. |
StyleMap |
FontFaceRule.getStyleMap()
Returns the StyleMap from the @font-face rule. |
| Methods in org.apache.batik.css.engine with parameters of type StyleMap | |
|---|---|
protected void |
CSSEngine.addRules(Element elt,
String pseudo,
StyleMap sm,
ArrayList rules,
short origin)
Adds the rules contained in the given list to a stylemap. |
protected void |
CSSEngine.inlineStyleAttributeUpdated(CSSStylableElement elt,
StyleMap style,
short attrChange,
String prevValue,
String newValue)
Called when the inline style of the given element has been updated. |
protected void |
CSSEngine.nonCSSPresentationalHintUpdated(CSSStylableElement elt,
StyleMap style,
String property,
short attrChange,
String newValue)
Called when a non-CSS presentational hint has been updated. |
protected void |
CSSEngine.putAuthorProperty(StyleMap dest,
int idx,
Value sval,
boolean imp,
short origin)
Puts an author property from a style-map in another style-map, if possible. |
void |
CSSStylableElement.setComputedStyleMap(String pseudoElement,
StyleMap sm)
Sets the computed style of this element/pseudo-element. |
| Constructors in org.apache.batik.css.engine with parameters of type StyleMap | |
|---|---|
FontFaceRule(StyleMap sm,
ParsedURL purl)
|
|
| Uses of StyleMap in org.apache.batik.css.engine.value |
|---|
| Uses of StyleMap in org.apache.batik.css.engine.value.css2 |
|---|
| Uses of StyleMap in org.apache.batik.css.engine.value.svg |
|---|
| Uses of StyleMap in org.apache.batik.css.engine.value.svg12 |
|---|
| Methods in org.apache.batik.css.engine.value.svg12 with parameters of type StyleMap | |
|---|---|
Value |
LineHeightManager.computeValue(CSSStylableElement elt,
String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value)
Implements ValueManager.computeValue(CSSStylableElement,String,CSSEngine,int,StyleMap,Value). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||