Package org.apache.batik.bridge
Class StyleReference
java.lang.Object
org.apache.batik.bridge.StyleReference
A style reference represents a graphics node, CSS property pair. It
describes which GraphicsNode and which property of this
GraphicsNode should be updated when a style element (for example a
filter) changes due to a modification of the DOM.
- Version:
- $Id: StyleReference.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStyleReference
(GraphicsNode node, String styleAttribute) Creates a newStyleReference
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the graphics node.Returns the style attribute
-
Field Details
-
node
-
styleAttribute
-
-
Constructor Details
-
StyleReference
Creates a newStyleReference
.- Parameters:
node
- the graphics node impacted.styleAttribute
- the name of the style attribute that is impacted.
-
-
Method Details
-
getGraphicsNode
Returns the graphics node. -
getStyleAttribute
Returns the style attribute
-