|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.statistics.StatisticsControllerImpl
public class StatisticsControllerImpl
Constructor Summary | |
---|---|
StatisticsControllerImpl()
|
Method Summary | |
---|---|
void |
execute(Statistics pStatistics,
LongTaskListener listener)
Execute the statistics algorithm. |
StatisticsBuilder |
getBuilder(java.lang.Class<? extends Statistics> statisticsClass)
Finds the builder from the statistics class. |
StatisticsModelImpl |
getModel()
Returns the current StatisticsModel , from the current
workspace |
StatisticsUI[] |
getUI(Statistics statistics)
|
void |
setStatisticsUIVisible(StatisticsUI ui,
boolean visible)
Sets the visible state for a given StatisticsUI . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsControllerImpl()
Method Detail |
---|
public void execute(Statistics pStatistics, LongTaskListener listener)
StatisticsController
statistics
implements
LongTask
, execution is performed in a background thread and
therefore this method returns immedialtely.
execute
in interface StatisticsController
statistics
- public StatisticsUI[] getUI(Statistics statistics)
public StatisticsBuilder getBuilder(java.lang.Class<? extends Statistics> statisticsClass)
StatisticsController
getBuilder
in interface StatisticsController
statisticsClass
- the statistics class
null
if not foundpublic void setStatisticsUIVisible(StatisticsUI ui, boolean visible)
StatisticsController
StatisticsUI
.
setStatisticsUIVisible
in interface StatisticsController
ui
- the UI instancevisible
- true
to display the front-endpublic StatisticsModelImpl getModel()
StatisticsController
StatisticsModel
, from the current
workspace
getModel
in interface StatisticsController
StatisticsModel
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |