Uses of Class
org.gephi.io.importer.api.EdgeDirection
-
Packages that use EdgeDirection Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of EdgeDirection in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return EdgeDirection Modifier and Type Method Description EdgeDirection
EdgeDraft. getDirection()
Returns this edge's direction setting.static EdgeDirection
EdgeDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static EdgeDirection[]
EdgeDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.io.importer.api with parameters of type EdgeDirection Modifier and Type Method Description void
EdgeDraft. setDirection(EdgeDirection direction)
Sets this edge's direction setting.
-