Package | Description |
---|---|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
org.girod.jgraphml.model.templates |
This package contains the graphml template classes.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphMLDiagram
A graphml diagram.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractGraphMLDiagram |
AbstractGraphMLNode.diagram
The diagram.
|
Modifier and Type | Method and Description |
---|---|
AbstractGraphMLDiagram |
AbstractGraphMLDiagram.clone() |
AbstractGraphMLDiagram |
AbstractGraphMLDiagram.getDiagram()
Return this diagram.
|
AbstractGraphMLDiagram |
AbstractGraphMLNode.getDiagram()
Return the diagram.
|
AbstractGraphMLDiagram |
IGraphMLNode.getDiagram()
Return the node diagram.
|
AbstractGraphMLDiagram |
NodeParent.getDiagram()
Return the diagram.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraphMLNode.repatriate(AbstractGraphMLDiagram diagram)
Repatriate the node to another diagram.
|
void |
IGraphMLNode.repatriate(AbstractGraphMLDiagram diagram)
Repatriate the node to another diagram.
|
void |
AbstractGraphMLNode.repatriate(AbstractGraphMLDiagram diagram,
boolean detach)
Repatriate the node to another diagram.
|
void |
IGraphMLNode.repatriate(AbstractGraphMLDiagram diagram,
boolean detach)
Repatriate the node to another diagram.
|
Constructor and Description |
---|
AbstractGraphMLNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Constructor.
|
GraphMLEdge(AbstractGraphMLDiagram diagram,
java.lang.String id)
Constructor.
|
GraphMLGroupNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Constructor.
|
GraphMLNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GraphMLEdge |
GraphMLEdgeTemplate.createEdge(AbstractGraphMLDiagram diagram,
java.lang.String id)
Create an edge from this template.
|
GraphMLGroupNode |
GraphMLGroupNodeTemplate.createGroupNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Create a node from this template.
|
GraphMLNode |
GraphMLNodeTemplate.createNode(AbstractGraphMLDiagram diagram,
java.lang.String id)
Create a node from this template.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence