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 StyleDeclaration
CSSOMStoredStyleDeclaration. declaration
The object storing the properties.Methods in org.apache.batik.css.dom that return StyleDeclaration Modifier and Type Method Description 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 Modifier and Type Method Description 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 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.Methods in org.apache.batik.css.engine that return StyleDeclaration 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.Methods in org.apache.batik.css.engine with parameters of type StyleDeclaration 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.
-