|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.bridge.StyleReference
A style reference 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,
java.lang.String styleAttribute)
Creates a style reference. |
Method Summary | |
GraphicsNode |
getGraphicsNode()
Returns the graphics node. |
java.lang.String |
getStyleAttribute()
Returns the style attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StyleReference(GraphicsNode node, java.lang.String styleAttribute)
node
- the graphics node inpacted.styleAttribute
- the name of the style attribute that is
impacted.Method Detail |
public GraphicsNode getGraphicsNode()
public java.lang.String getStyleAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |