Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Method and Description |
---|---|
NodeLabel |
NodeLabel.clone() |
NodeLabel |
GraphMLNode.createLabel(boolean createIfExist)
Create the node associated label.
|
NodeLabel |
GraphMLNode.getLabel()
Return the node associated label.
|
NodeLabel |
ShapeNode.getLabel()
Return the label.
|
NodeLabel |
GraphMLGroupNode.setLabel(java.lang.String text)
Set the node group label text for both the states.
|
NodeLabel |
GraphMLNode.setLabel(java.lang.String text)
Set the element label text.
|
NodeLabel |
IGraphMLNode.setLabel(java.lang.String text)
Set the node label.
|
NodeLabel |
ShapeNode.setLabel(java.lang.String text)
Set the element label text.
|
NodeLabel |
ShapeType.setLabel(java.lang.String text)
Set the node group label text.
|
NodeLabel |
GraphMLGroupNode.setLabel(java.lang.String text,
boolean stateValue)
Set the node group label text for one state.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLGroupNode.setLabel(NodeLabel nodeLabel)
Set the label.
|
void |
GraphMLNode.setLabel(NodeLabel nodeLabel)
Set the label.
|
void |
ShapeNode.setLabel(NodeLabel nodeLabel)
Set the label.
|
void |
ShapeType.setLabel(NodeLabel nodeLabel)
Set the label.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence