Uses of Class
org.apache.batik.css.engine.StyleDeclaration
Packages that use StyleDeclaration
-
Uses of StyleDeclaration in org.apache.batik.css.dom
Fields in org.apache.batik.css.dom declared as StyleDeclarationModifier and TypeFieldDescriptionprotected StyleDeclaration
CSSOMStoredStyleDeclaration.declaration
The object storing the properties.Methods in org.apache.batik.css.dom that return StyleDeclarationModifier and TypeMethodDescriptionCSSOMStoredStyleDeclaration.getStyleDeclaration()
Returns the object storing the properties of this style declaration.Methods in org.apache.batik.css.dom with parameters of type StyleDeclarationModifier and TypeMethodDescriptionvoid
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 StyleDeclarationModifier and TypeFieldDescriptionprotected StyleDeclaration
CSSEngine.CSSNavigableDocumentHandler.declaration
The StyleDeclaration to use from the MainPropertyReceiver.CSSEngine.StyleDeclarationBuilder.styleDeclaration
protected StyleDeclaration
CSSEngine.StyleSheetDocumentHandler.styleDeclaration
protected StyleDeclaration
StyleRule.styleDeclaration
The style declaration.Methods in org.apache.batik.css.engine that return StyleDeclarationModifier and TypeMethodDescriptionStyleDeclarationProvider.getStyleDeclaration()
Returns the object storing the properties of this style declaration.StyleRule.getStyleDeclaration()
Returns the style declaration.CSSEngine.parseStyleDeclaration
(CSSStylableElement elt, String value) Parses and creates a style declaration.Methods in org.apache.batik.css.engine with parameters of type StyleDeclarationModifier and TypeMethodDescriptionvoid
StyleDeclarationProvider.setStyleDeclaration
(StyleDeclaration sd) Sets the object storing the properties of this style declaration.void
StyleRule.setStyleDeclaration
(StyleDeclaration sd) Sets the style map.