| Package | Description |
|---|---|
| net.dontdrinkandroot.visualization.placement | |
| net.dontdrinkandroot.visualization.placement.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemPlacement.place(Collection<VisualItem> items) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelaunayOverlapRemovalPlacement.place(Collection<VisualItem> items) |
void |
ForceOverlapRemovalPlacement.place(Collection<VisualItem> items) |
void |
FactorOverlapRemovalPlacement.place(Collection<VisualItem> items) |
void |
FRPlacement2.place(edu.uci.ics.jung.graph.Graph<V,E> g,
Map<V,VisualItem> vertexMap) |
void |
FRPlacement.place(edu.uci.ics.jung.graph.Graph<V,E> g,
Map<V,VisualItem> vertexMap) |
void |
VertexPlacement.place(edu.uci.ics.jung.graph.Graph<V,E> g,
Map<V,VisualItem> vertexMap) |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.