public static class BlockStructuredLayouter.NodeParams
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
bottomSimplified |
int |
colorAccumulator |
java.util.Map<prefuse.data.Node,java.util.List<prefuse.data.Node>> |
dummies |
boolean |
dummy |
int |
height |
int |
layer |
int |
rank |
boolean |
simplified |
boolean |
topSimplified |
boolean |
visited |
int |
width |
float |
x |
float |
y |
Constructor and Description |
---|
NodeParams() |
Modifier and Type | Method and Description |
---|---|
void |
addDummy(prefuse.data.Node target,
prefuse.data.Node dummy) |
BlockStructuredLayouter.NodeParams |
clone() |
public int layer
public int rank
public boolean dummy
public float x
public float y
public int width
public int height
public boolean visited
public java.util.Map<prefuse.data.Node,java.util.List<prefuse.data.Node>> dummies
public boolean simplified
public boolean topSimplified
public boolean bottomSimplified
public int colorAccumulator
public BlockStructuredLayouter.NodeParams clone()
clone
in class java.lang.Object
public void addDummy(prefuse.data.Node target, prefuse.data.Node dummy)