|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.layout.plugin.AbstractLayout
org.gephi.layout.plugin.multilevel.Test.TestLayout
public class Test.TestLayout
Field Summary |
---|
Fields inherited from class org.gephi.layout.plugin.AbstractLayout |
---|
dynamicModel, graphModel |
Method Summary | |
---|---|
boolean |
canAlgo()
Tests if the algorithm can run, called before each pass. |
void |
endAlgo()
Called when the algorithm is finished (canAlgo() returns false). |
AttributeColumn |
getColumnTest()
|
LayoutProperty[] |
getProperties()
The properties for this layout. |
void |
goAlgo()
Run a step in the algorithm, should be called only if canAlgo() returns true. |
void |
initAlgo()
initAlgo() is called to initialize the algorithm (prepare to run). |
java.lang.Boolean |
isRefine()
|
void |
resetPropertiesValues()
Resets the properties values to the default values. |
void |
setColumnTest(AttributeColumn columnTest)
|
void |
setRefine(java.lang.Boolean refine)
|
Methods inherited from class org.gephi.layout.plugin.AbstractLayout |
---|
getBuilder, isConverged, setConverged, setGraphModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.gephi.layout.spi.Layout |
---|
getBuilder, setGraphModel |
Method Detail |
---|
public void initAlgo()
Layout
initAlgo
in interface Layout
public void goAlgo()
Layout
goAlgo
in interface Layout
public boolean canAlgo()
Layout
canAlgo
in interface Layout
canAlgo
in class AbstractLayout
true
if the algorithm can run,
false
otherwisepublic void endAlgo()
Layout
endAlgo
in interface Layout
public LayoutProperty[] getProperties()
Layout
getProperties
in interface Layout
public void resetPropertiesValues()
Layout
resetPropertiesValues
in interface Layout
public java.lang.Boolean isRefine()
public void setRefine(java.lang.Boolean refine)
refine
- the refine to setpublic AttributeColumn getColumnTest()
public void setColumnTest(AttributeColumn columnTest)
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |