org.apache.batik.bridge

Class StyleReference

public class StyleReference extends Object

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.
Constructor Summary
StyleReference(GraphicsNode node, String styleAttribute)
Creates a new StyleReference.
Method Summary
GraphicsNodegetGraphicsNode()
Returns the graphics node.
StringgetStyleAttribute()
Returns the style attribute

Constructor Detail

StyleReference

public StyleReference(GraphicsNode node, String styleAttribute)
Creates a new StyleReference.

Parameters: node the graphics node impacted. styleAttribute the name of the style attribute that is impacted.

Method Detail

getGraphicsNode

public GraphicsNode getGraphicsNode()
Returns the graphics node.

getStyleAttribute

public String getStyleAttribute()
Returns the style attribute
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.