public class StyleReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private GraphicsNode |
node |
private java.lang.String |
styleAttribute |
| Constructor and Description |
|---|
StyleReference(GraphicsNode node,
java.lang.String styleAttribute)
Creates a new
StyleReference. |
| Modifier and Type | Method and Description |
|---|---|
GraphicsNode |
getGraphicsNode()
Returns the graphics node.
|
java.lang.String |
getStyleAttribute()
Returns the style attribute
|
private GraphicsNode node
private java.lang.String styleAttribute
public StyleReference(GraphicsNode node, java.lang.String styleAttribute)
StyleReference.node - the graphics node impacted.styleAttribute - the name of the style attribute that is impacted.public GraphicsNode getGraphicsNode()
public java.lang.String getStyleAttribute()