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 EdgeDirectionEdgeDraft. getDirection()Returns this edge's direction setting.static EdgeDirectionEdgeDirection. 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 voidEdgeDraft. setDirection(EdgeDirection direction)Sets this edge's direction setting.
-