public interface Statistics
StatisticsBuilder| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.gephi.graph.api.GraphModel graphModel)
Executes the statistics algorithm.
|
String |
getReport()
Returns an HTML string that displays the statistics result.
|
void execute(org.gephi.graph.api.GraphModel graphModel)
It is preferable to work on visible graphs, to be synchronized with the visualization.
graphModel - The graph modelString getReport()
Copyright © 2007–2017. All rights reserved.