public class StyleReference extends Object
| Constructor and Description |
|---|
StyleReference(GraphicsNode node,
String styleAttribute)
Creates a new
StyleReference. |
| Modifier and Type | Method and Description |
|---|---|
GraphicsNode |
getGraphicsNode()
Returns the graphics node.
|
String |
getStyleAttribute()
Returns the style attribute
|
public StyleReference(GraphicsNode node, String styleAttribute)
StyleReference.node - the graphics node impacted.styleAttribute - the name of the style attribute that is impacted.public GraphicsNode getGraphicsNode()
public String getStyleAttribute()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.