| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.css.engine | |
| org.apache.batik.css.engine.value | |
| org.apache.batik.css.engine.value.css2 | |
| org.apache.batik.css.engine.value.svg | |
| org.apache.batik.css.engine.value.svg12 | |
| org.apache.batik.extension |
This package contains Batik's extensions to standard SVG (custom elements,
additional bridges...).
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleMap |
SVGStylableElement.computedStyleMap |
The computed style map.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleMap |
SVGStylableElement.getComputedStyleMap(java.lang.String pseudoElement) |
Returns the computed style of this element/pseudo-element.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SVGStylableElement.setComputedStyleMap(java.lang.String pseudoElement,
StyleMap sm) |
Sets the computed style of this element/pseudo-element.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleMap |
SVGAnimationEngine.dummyStyleMap |
A StyleMap used by the
SVGAnimationEngine.Factorys when computing CSS values. |
| Modifier and Type | Method | Description |
|---|---|---|
static float |
CSSFontFace.getFloatProp(StyleMap sm,
CSSEngine eng,
int pidx) |
|
static java.lang.String |
CSSFontFace.getStringProp(StyleMap sm,
CSSEngine eng,
int pidx) |
| Modifier and Type | Field | Description |
|---|---|---|
StyleMap |
CSSEngine.StyleDeclarationDocumentHandler.styleMap |
|
StyleMap |
CSSEngine.StyleDeclarationUpdateHandler.styleMap |
| Modifier and Type | Method | Description |
|---|---|---|
StyleMap |
CSSEngine.getCascadedStyleMap(CSSStylableElement elt,
java.lang.String pseudo) |
Returns the cascaded style of the given element/pseudo-element.
|
StyleMap |
CSSStylableElement.getComputedStyleMap(java.lang.String pseudoElement) |
Returns the computed style of this element/pseudo-element.
|
StyleMap |
FontFaceRule.getStyleMap() |
Returns the StyleMap from the @font-face rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
CSSEngine.addRules(org.w3c.dom.Element elt,
java.lang.String pseudo,
StyleMap sm,
java.util.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,
java.lang.String prevValue,
java.lang.String newValue) |
Called when the inline style of the given element has been updated.
|
protected void |
CSSEngine.nonCSSPresentationalHintUpdated(CSSStylableElement elt,
StyleMap style,
java.lang.String property,
short attrChange,
java.lang.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(java.lang.String pseudoElement,
StyleMap sm) |
Sets the computed style of this element/pseudo-element.
|
| Constructor | Description |
|---|---|
FontFaceRule(StyleMap sm,
ParsedURL purl) |
| Modifier and Type | Method | Description |
|---|---|---|
Value |
AbstractColorManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
AbstractValueManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
LengthManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
RectManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
ValueManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
Computes the given value.
|
| Modifier and Type | Method | Description |
|---|---|---|
Value |
CursorManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
FontFamilyManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
FontSizeManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
FontStretchManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
FontWeightManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
| Modifier and Type | Method | Description |
|---|---|---|
Value |
BaselineShiftManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
EnableBackgroundManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
StrokeDasharrayManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
SVGColorManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
|
Value |
SVGPaintManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
| Modifier and Type | Method | Description |
|---|---|---|
Value |
LineHeightManager.computeValue(CSSStylableElement elt,
java.lang.String pseudo,
CSSEngine engine,
int idx,
StyleMap sm,
Value value) |
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleMap |
StylableExtensionElement.computedStyleMap |
The computed style map.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleMap |
StylableExtensionElement.getComputedStyleMap(java.lang.String pseudoElement) |
Returns the computed style of this element/pseudo-element.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
StylableExtensionElement.setComputedStyleMap(java.lang.String pseudoElement,
StyleMap sm) |
Sets the computed style of this element/pseudo-element.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.