public interface GraphGenerator
GraphBuilder
Modifier and Type | Method and Description |
---|---|
Graphable |
add(Object obj)
Adds an object to the graph.
|
Graphable |
get(Object obj)
Retrieves a component of the graph.
|
Graph |
getGraph()
Returns the graph being generated.
|
GraphBuilder |
getGraphBuilder()
Returns the underlying builder.
|
Graphable |
remove(Object obj)
Removes an object from the graph.
|
void |
setGraphBuilder(GraphBuilder builder)
Sets the underlying builder used to physically construct the graph.
|
Graphable add(Object obj)
obj
- The object to be modelled in the graph.Graphable get(Object obj)
obj
- The object modelled by the component.Graphable remove(Object obj)
obj
- The object modelled by the component.void setGraphBuilder(GraphBuilder builder)
builder
- The new underlying GraphBuilder.GraphBuilder getGraphBuilder()
Graph getGraph()
Copyright © 1996–2019 Geotools. All rights reserved.