public abstract class KahinaDAGLayouter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Integer,java.lang.Integer> |
xCoord |
protected java.util.Map<java.lang.Integer,java.lang.Integer> |
yCoord |
| Constructor and Description |
|---|
KahinaDAGLayouter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
computeLayout() |
abstract int |
getDisplayHeight() |
abstract int |
getDisplayWidth() |
abstract int |
getNodeAtCoordinates(int x,
int y) |
void |
newDAG(KahinaDAGView view) |
abstract void |
refreshCoordinates() |
protected java.util.Map<java.lang.Integer,java.lang.Integer> xCoord
protected java.util.Map<java.lang.Integer,java.lang.Integer> yCoord
public void newDAG(KahinaDAGView view)
public abstract void refreshCoordinates()
public abstract int getDisplayHeight()
public abstract int getDisplayWidth()
public abstract void computeLayout()
public abstract int getNodeAtCoordinates(int x,
int y)