public class SimpleLayout<V,E> extends AbstractLayout<edu.uci.ics.jung.graph.Graph<V,E>>
desiredBounds, layouted| Constructor and Description |
|---|
SimpleLayout(edu.uci.ics.jung.graph.Graph<V,E> g,
org.apache.commons.collections15.Transformer<V,VisualItem> itemTransformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
layout() |
void |
render(Graphics2D g2d) |
getBounds, isLayouted, setlayoutedpublic SimpleLayout(edu.uci.ics.jung.graph.Graph<V,E> g, org.apache.commons.collections15.Transformer<V,VisualItem> itemTransformer)
public void layout()
throws LayoutException
LayoutExceptionpublic void render(Graphics2D g2d)
Copyright © 2013 dontdrinkandroot. All Rights Reserved.