Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EdgeLabel> |
GraphMLEdge.additionalLabels
The additional labels.
|
Modifier and Type | Method and Description |
---|---|
EdgeLabel |
EdgeLabel.clone() |
EdgeLabel |
GraphMLEdge.createAdditionalLabel()
Create an additional label.
|
EdgeLabel |
GraphMLEdge.createAdditionalLabel(java.lang.String label)
Create an additional label, with a specified ratio.
|
EdgeLabel |
GraphMLEdge.createAdditionalLabel(java.lang.String label,
float ratio)
Create an additional label, with a specified ratio.
|
EdgeLabel |
GraphMLEdge.createLabel(boolean createIfExist)
Create the edge associated label.
|
EdgeLabel |
GraphMLEdge.getLabel()
Return the edge associated label.
|
EdgeLabel |
GraphMLEdge.setLabel(java.lang.String text)
Set the element label text.
|
EdgeLabel |
GraphMLEdge.setLabel(java.lang.String text,
float ratio)
Set the element label text.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EdgeLabel> |
GraphMLEdge.getAdditionalLabels()
Return the list of additional labels.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLEdge.addAdditionalLabel(EdgeLabel label)
Create an additional label.
|
void |
GraphMLEdge.setLabel(EdgeLabel edgeLabel)
Set the edge label.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence