|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.layout.LayoutControllerImpl
public class LayoutControllerImpl
Constructor Summary | |
---|---|
LayoutControllerImpl()
|
Method Summary | |
---|---|
boolean |
canExecute()
Determine if the current Layout can be executed. |
boolean |
canStop()
Determine if the current Layout execution can be stopped. |
void |
executeLayout()
Executes the current Layout. |
LayoutModel |
getModel()
Returns the model of the currently selected Workspace . |
void |
injectGraph()
|
void |
setLayout(Layout layout)
Sets the Layout to execute. |
void |
stopLayout()
Stop the Layout's execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutControllerImpl()
Method Detail |
---|
public LayoutModel getModel()
LayoutController
Workspace
.
getModel
in interface LayoutController
public void setLayout(Layout layout)
LayoutController
setLayout
in interface LayoutController
layout
- the layous that is to be selectedpublic void executeLayout()
LayoutController
executeLayout
in interface LayoutController
public void injectGraph()
public boolean canExecute()
LayoutController
canExecute
in interface LayoutController
true
if the layout is executable.public boolean canStop()
LayoutController
canStop
in interface LayoutController
true
if the layout can be stopped.public void stopLayout()
LayoutController
stopLayout
in interface LayoutController
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |