|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.visualize.data.layout.GraphLayoutWholeView | +--gumbo.visualize.data.layout.KinkyGraphLayoutWholeView
A base class for whole layout views used for kinky graph layouts.
Constructor Summary | |
KinkyGraphLayoutWholeView(WholeView view)
|
Method Summary | |
protected GraphLayoutEdge |
newLayoutEdge(PartView view)
Used by the system to creates a new layout edge. |
Methods inherited from class gumbo.visualize.data.layout.GraphLayoutWholeView |
addLayoutPart, doRandomEdgeLayout, doRandomLayout, doRandomVertexLayout, getDataView, getEdges, getLayoutParts, getNodes, getPartsGraphicBound, getPartsLayoutBound, getVertices, getWholeGraphicBound, getWholeLayoutBound, initLayoutWhole, newLayoutVertex, removeLayoutPart, validateLayoutDisplay |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KinkyGraphLayoutWholeView(WholeView view)
Method Detail |
protected GraphLayoutEdge newLayoutEdge(PartView view)
GraphLayoutWholeView
newLayoutEdge
in class GraphLayoutWholeView
view
- The associated part view. Never null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |