public class SpanGroup.TSpan
extends java.lang.Object
| 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(java.lang.String name,
java.lang.String value)
Add an attribute to the underlying XML node.
|
java.lang.String |
getAttributeValue(java.lang.String name)
Return the value of an attribute from the underlying XML node.
|
boolean |
hasAttribute(java.lang.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(java.lang.String name,
java.lang.String value)
name - the attribute namevalue - the attribute valuepublic java.lang.String getAttributeValue(java.lang.String name)
name - the attribute namepublic boolean hasAttribute(java.lang.String name)
name - the attribute nameCopyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence