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 StyleDeclarationCSSOMStoredStyleDeclaration.declarationThe 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 TypeMethodDescriptionvoidCSSOMStoredStyleDeclaration.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 StyleDeclarationCSSEngine.CSSNavigableDocumentHandler.declarationThe StyleDeclaration to use from the MainPropertyReceiver.CSSEngine.StyleDeclarationBuilder.styleDeclarationprotected StyleDeclarationCSSEngine.StyleSheetDocumentHandler.styleDeclarationprotected StyleDeclarationStyleRule.styleDeclarationThe 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 TypeMethodDescriptionvoidStyleDeclarationProvider.setStyleDeclaration(StyleDeclaration sd) Sets the object storing the properties of this style declaration.voidStyleRule.setStyleDeclaration(StyleDeclaration sd) Sets the style map.