public abstract class GraphLayout extends AbstractLayout
Constructor and Description |
---|
GraphLayout() |
Modifier and Type | Method and Description |
---|---|
protected void |
doLayout(Container container)
Invokes
doLayout(GraphContainer) if the GraphContainer
underlying Graph is not
zero-order, otherwise returns immediately (no actual layout is performed
in this case). |
protected abstract void |
doLayout(GraphContainer graphContainer) |
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
protected void doLayout(Container container)
doLayout(GraphContainer)
if the GraphContainer
underlying Graph
is not
zero-order, otherwise returns immediately (no actual layout is performed
in this case).doLayout
in class AbstractLayout
protected abstract void doLayout(GraphContainer graphContainer)
Copyright © 2017. All rights reserved.