Uses of Interface
org.gephi.io.importer.api.EdgeDraft
-
Packages that use EdgeDraft Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of EdgeDraft in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return EdgeDraft Modifier and Type Method Description EdgeDraft
ContainerLoader. getEdge(String id)
Returns the edge with the givenid
, ornull
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.Methods in org.gephi.io.importer.api that return types with arguments of type EdgeDraft Modifier and Type Method Description Iterable<EdgeDraft>
ContainerUnloader. getEdges()
Methods in org.gephi.io.importer.api with parameters of type EdgeDraft Modifier and Type Method Description void
ContainerLoader. addEdge(EdgeDraft edgeDraft)
Adds an edge to this container.void
ContainerLoader. removeEdge(EdgeDraft edgeDraft)
Removes an edge from this container.
-