public class EdgeBuilder extends Object implements ItemBuilder
EDGE_BUILDER, EDGE_LABEL_BUILDER, NODE_BUILDER, NODE_LABEL_BUILDER| Constructor and Description |
|---|
EdgeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Item[] |
getItems(org.gephi.graph.api.Graph graph)
Build items from the
graph. |
String |
getType()
Returns the type of this builder.
|
public Item[] getItems(org.gephi.graph.api.Graph graph)
ItemBuildergraph.getItems in interface ItemBuildergraph - the graph to build items fromItemBuilder.getType()public String getType()
ItemBuilder
The type should always match the type of
Item the builder is building. For instance if the builder is
building
Item.Node type, this method should return
Item.Node.
getType in interface ItemBuilderCopyright © 2007–2017. All rights reserved.