public class StyleReference
extends java.lang.Object
| Constructor | Description |
|---|---|
StyleReference(GraphicsNode node,
java.lang.String styleAttribute) |
Creates a new
StyleReference. |
| Modifier and Type | Method | Description |
|---|---|---|
GraphicsNode |
getGraphicsNode() |
Returns the graphics node.
|
java.lang.String |
getStyleAttribute() |
Returns the style attribute
|
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()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.