|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleDeclaration | |
---|---|
org.apache.batik.css.dom | |
org.apache.batik.css.engine |
Uses of StyleDeclaration in org.apache.batik.css.dom |
---|
Fields in org.apache.batik.css.dom declared as StyleDeclaration | |
---|---|
protected StyleDeclaration |
CSSOMStoredStyleDeclaration.declaration
The object storing the properties. |
Methods in org.apache.batik.css.dom that return StyleDeclaration | |
---|---|
StyleDeclaration |
CSSOMStoredStyleDeclaration.getStyleDeclaration()
Returns the object storing the properties of this style declaration. |
Methods in org.apache.batik.css.dom with parameters of type StyleDeclaration | |
---|---|
void |
CSSOMStoredStyleDeclaration.setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration. |
Uses of StyleDeclaration in org.apache.batik.css.engine |
---|
Fields in org.apache.batik.css.engine declared as StyleDeclaration | |
---|---|
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. |
Methods in org.apache.batik.css.engine that return StyleDeclaration | |
---|---|
StyleDeclaration |
StyleRule.getStyleDeclaration()
Returns the style declaration. |
StyleDeclaration |
StyleDeclarationProvider.getStyleDeclaration()
Returns the object storing the properties of this style declaration. |
StyleDeclaration |
CSSEngine.parseStyleDeclaration(CSSStylableElement elt,
String value)
Parses and creates a style declaration. |
Methods in org.apache.batik.css.engine with parameters of type StyleDeclaration | |
---|---|
void |
StyleRule.setStyleDeclaration(StyleDeclaration sd)
Sets the style map. |
void |
StyleDeclarationProvider.setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |