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 EdgeDraftContainerLoader. getEdge(String id)Returns the edge with the givenid, ornullif not found.EdgeDraftElementDraft.Factory. newEdgeDraft()Returns an empty edge draft instance.EdgeDraftElementDraft.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 voidContainerLoader. addEdge(EdgeDraft edgeDraft)Adds an edge to this container.voidContainerLoader. removeEdge(EdgeDraft edgeDraft)Removes an edge from this container.
-