public class UnmovingIterableLayout extends UpdatableIterableLayout
| Modifier and Type | Field and Description |
|---|---|
protected static UnmovingIterableLayout |
instance |
currentLayout, returnableLayout| Constructor and Description |
|---|
UnmovingIterableLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculate()
Transforms currentLayout according to current layout algorithm.
|
static UnmovingIterableLayout |
getInstance() |
boolean |
isFinite()
Says whether this algorthms' iterations will ever end.
|
boolean |
iterationsAreDone()
Gives the outlining algorithm a sense of how long to run.
|
addVisEdge, addVisVertex, cleanupReferences, getSymmetricDifference, removeEdge, removeVertex, updateGraph, updateGraphToMatchadvance, emit, getScreenSize, getVisEdge, getVisVertex, initializeLocationsFromLayoutprotected static UnmovingIterableLayout instance
protected void calculate()
IterableLayoutcalculate in class IterableLayoutIterableLayout.calculate()public boolean iterationsAreDone()
IterableLayoutiterationsAreDone in class IterableLayoutIterableLayout.iterationsAreDone()public boolean isFinite()
IterableLayoutisFinite in class IterableLayoutIterableLayout.isFinite()public static UnmovingIterableLayout getInstance()