| Modifier and Type | Field and Description |
|---|---|
ElementNode |
elementNode
The tspan element node.
|
javafx.scene.Node |
node
The rendered JavaFX node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value)
Add an attribute to the underlying XML node.
|
String |
getAttributeValue(String name)
Return the value of an attribute from the underlying XML node.
|
boolean |
hasAttribute(String name)
Return true if the underlying XML node has the attribute.
|
public final ElementNode elementNode
public final javafx.scene.Node node
public void addAttribute(String name, String value)
name - the attribute namevalue - the attribute valuepublic String getAttributeValue(String name)
name - the attribute namepublic boolean hasAttribute(String name)
name - the attribute nameCopyright © 2026. All rights reserved.