Uses of Class
org.apache.batik.css.engine.StyleDeclaration
-
Packages that use StyleDeclaration Package Description 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 Modifier and Type Field Description protected StyleDeclarationCSSOMStoredStyleDeclaration. declarationThe object storing the properties.Methods in org.apache.batik.css.dom that return StyleDeclaration Modifier and Type Method Description StyleDeclarationCSSOMStoredStyleDeclaration. getStyleDeclaration()Returns the object storing the properties of this style declaration.Methods in org.apache.batik.css.dom with parameters of type StyleDeclaration Modifier and Type Method Description voidCSSOMStoredStyleDeclaration. 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 Modifier and Type Field Description protected StyleDeclarationCSSEngine.CSSNavigableDocumentHandler. declarationThe StyleDeclaration to use from the MainPropertyReceiver.StyleDeclarationCSSEngine.StyleDeclarationBuilder. styleDeclarationprotected StyleDeclarationCSSEngine.StyleSheetDocumentHandler. styleDeclarationprotected StyleDeclarationStyleRule. styleDeclarationThe style declaration.Methods in org.apache.batik.css.engine that return StyleDeclaration Modifier and Type Method Description StyleDeclarationStyleDeclarationProvider. getStyleDeclaration()Returns the object storing the properties of this style declaration.StyleDeclarationStyleRule. getStyleDeclaration()Returns the style declaration.StyleDeclarationCSSEngine. parseStyleDeclaration(CSSStylableElement elt, java.lang.String value)Parses and creates a style declaration.Methods in org.apache.batik.css.engine with parameters of type StyleDeclaration Modifier and Type Method Description voidStyleDeclarationProvider. setStyleDeclaration(StyleDeclaration sd)Sets the object storing the properties of this style declaration.voidStyleRule. setStyleDeclaration(StyleDeclaration sd)Sets the style map.
-