|
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.rotate.RotateLayout
public class RotateLayout
Sample layout that simply rotates the graph.
Field Summary |
---|
Fields inherited from class org.gephi.layout.plugin.AbstractLayout |
---|
dynamicModel, graphModel |
Constructor Summary | |
---|---|
RotateLayout(LayoutBuilder layoutBuilder,
double angle)
|
Method Summary | |
---|---|
void |
endAlgo()
Called when the algorithm is finished (canAlgo() returns false). |
java.lang.Double |
getAngle()
|
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). |
void |
resetPropertiesValues()
Resets the properties values to the default values. |
void |
setAngle(java.lang.Double angle)
|
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 |
Constructor Detail |
---|
public RotateLayout(LayoutBuilder layoutBuilder, double angle)
Method Detail |
---|
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 void resetPropertiesValues()
Layout
resetPropertiesValues
in interface Layout
public LayoutProperty[] getProperties()
Layout
getProperties
in interface Layout
public java.lang.Double getAngle()
public void setAngle(java.lang.Double angle)
angle
- the angle to set
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |