| Package | Description |
|---|---|
| org.apache.batik.css.dom | |
| org.apache.batik.css.engine |
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleDeclaration |
CSSOMStoredStyleDeclaration.declaration |
The object storing the properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleDeclaration |
CSSOMStoredStyleDeclaration.getStyleDeclaration() |
Returns the object storing the properties of this style declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CSSOMStoredStyleDeclaration.setStyleDeclaration(StyleDeclaration sd) |
Sets the object storing the properties of this style declaration.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleDeclaration |
CSSEngine.CSSNavigableDocumentHandler.declaration |
The StyleDeclaration to use from the MainPropertyReceiver.
|
StyleDeclaration |
CSSEngine.StyleDeclarationBuilder.styleDeclaration |
|
protected StyleDeclaration |
CSSEngine.StyleSheetDocumentHandler.styleDeclaration |
|
protected StyleDeclaration |
StyleRule.styleDeclaration |
The style declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleDeclaration |
StyleDeclarationProvider.getStyleDeclaration() |
Returns the object storing the properties of this style declaration.
|
StyleDeclaration |
StyleRule.getStyleDeclaration() |
Returns the style declaration.
|
StyleDeclaration |
CSSEngine.parseStyleDeclaration(CSSStylableElement elt,
java.lang.String value) |
Parses and creates a style declaration.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
StyleDeclarationProvider.setStyleDeclaration(StyleDeclaration sd) |
Sets the object storing the properties of this style declaration.
|
void |
StyleRule.setStyleDeclaration(StyleDeclaration sd) |
Sets the style map.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.