| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl |
| Modifier and Type | Method and Description |
|---|---|
EdgeDraft |
ContainerLoader.getEdge(String id)
Returns the edge with the given
id, or null if
not found. |
EdgeDraft |
ElementDraft.Factory.newEdgeDraft()
Returns an empty edge draft instance.
|
EdgeDraft |
ElementDraft.Factory.newEdgeDraft(String id)
Returns an empty edge draft instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<EdgeDraft> |
ContainerUnloader.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerLoader.addEdge(EdgeDraft edgeDraft)
Adds an edge to this container.
|
void |
ContainerLoader.removeEdge(EdgeDraft edgeDraft)
Removes an edge from this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeDraftImpl |
| Modifier and Type | Method and Description |
|---|---|
EdgeDraft |
ImportContainerImpl.getEdge(String id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EdgeDraft> |
ImportContainerImpl.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportContainerImpl.addEdge(EdgeDraft edgeDraft) |
void |
ImportContainerImpl.removeEdge(EdgeDraft edgeDraft) |
Copyright © 2007–2017. All rights reserved.