Uses of Interface
org.gephi.io.importer.api.NodeDraft
-
Packages that use NodeDraft Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of NodeDraft in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return NodeDraft Modifier and Type Method Description NodeDraftContainerLoader. getNode(String id)Returns the node with the givenid, or create a new node with this id if not found.NodeDraftEdgeDraft. getSource()Get edge's source.NodeDraftEdgeDraft. getTarget()Get edge's target.NodeDraftElementDraft.Factory. newNodeDraft()Returns an empty node draft instance.NodeDraftElementDraft.Factory. newNodeDraft(String id)Returns an empty node draft instance.Methods in org.gephi.io.importer.api that return types with arguments of type NodeDraft Modifier and Type Method Description Iterable<NodeDraft>ContainerUnloader. getNodes()Methods in org.gephi.io.importer.api with parameters of type NodeDraft Modifier and Type Method Description voidContainerLoader. addNode(NodeDraft nodeDraft)Adds a node to this container.voidEdgeDraft. setSource(NodeDraft nodeSource)Sets this edge's source.voidEdgeDraft. setTarget(NodeDraft nodeTarget)Sets this edge's target.
-