|
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.labelAdjust.LabelAdjust
public class LabelAdjust
Field Summary | |
---|---|
protected Graph |
graph
|
Fields inherited from class org.gephi.layout.plugin.AbstractLayout |
---|
dynamicModel, graphModel |
Constructor Summary | |
---|---|
LabelAdjust(LayoutBuilder layoutBuilder)
|
Method Summary | |
---|---|
void |
endAlgo()
Called when the algorithm is finished (canAlgo() returns false). |
LayoutProperty[] |
getProperties()
The properties for this layout. |
java.lang.Double |
getSpeed()
|
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). |
void |
resetPropertiesValues()
Resets the properties values to the default values. |
void |
setSpeed(java.lang.Double speed)
|
Methods inherited from class org.gephi.layout.plugin.AbstractLayout |
---|
canAlgo, 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 |
---|
canAlgo, getBuilder, setGraphModel |
Field Detail |
---|
protected Graph graph
Constructor Detail |
---|
public LabelAdjust(LayoutBuilder layoutBuilder)
Method Detail |
---|
public void resetPropertiesValues()
Layout
resetPropertiesValues
in interface Layout
public void initAlgo()
Layout
initAlgo
in interface Layout
public void goAlgo()
Layout
goAlgo
in interface Layout
public void endAlgo()
Layout
endAlgo
in interface Layout
public LayoutProperty[] getProperties()
Layout
getProperties
in interface Layout
public java.lang.Double getSpeed()
public void setSpeed(java.lang.Double speed)
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |