| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl |
| Modifier and Type | Method and Description |
|---|---|
EdgeDirectionDefault |
ContainerUnloader.getEdgeDefault() |
static EdgeDirectionDefault |
EdgeDirectionDefault.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeDirectionDefault[] |
EdgeDirectionDefault.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerLoader.setEdgeDefault(EdgeDirectionDefault edgeDefault)
Set edge default type: DIRECTED, UNDIRECTED or
MIXED.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeDirectionDefault |
ImportContainerImpl.getEdgeDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportContainerImpl.setEdgeDefault(EdgeDirectionDefault edgeDefault) |
Copyright © 2007–2017. All rights reserved.