Uses of Interface
org.gephi.io.importer.api.ElementDraft
-
Packages that use ElementDraft Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of ElementDraft in org.gephi.io.importer.api
Subinterfaces of ElementDraft in org.gephi.io.importer.api Modifier and Type Interface Description interface
EdgeDraft
Draft edge, hosted by import containers to represent edges found when importing.interface
NodeDraft
Draft node, hosted by import containers to represent nodes found when importing.
-