Interface VertexBoundsFunctionConsumer<V>
-
- All Known Subinterfaces:
RadialTreeLayout<V>
,TreeLayout<V>
- All Known Implementing Classes:
AbstractHierarchicalMinCrossLayoutAlgorithm
,AbstractTreeLayoutAlgorithm
,BalloonLayoutAlgorithm
,BrandesKopfLayoutAlgorithm
,EdgeAwareTreeLayoutAlgorithm
,EiglspergerLayoutAlgorithm
,ForceAtlas2LayoutAlgorithm
,HierarchicalMinCrossLayoutAlgorithm
,LayeredLayoutAlgorithm
,MultiRowEdgeAwareTreeLayoutAlgorithm
,MultiRowTreeLayoutAlgorithm
,RadialEdgeAwareTreeLayoutAlgorithm
,RadialTreeLayoutAlgorithm
,SugiyamaLayoutAlgorithm
,TestEiglspergerLayoutAlgorithm
,TestSugiyamaLayoutAlgorithm
,TidierRadialTreeLayoutAlgorithm
,TidierTreeLayoutAlgorithm
,TreeLayoutAlgorithm
public interface VertexBoundsFunctionConsumer<V> extends Consumer<Function<V,Rectangle>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
accept(Function<V,Rectangle> vertexBoundsFunction)
void
setVertexBoundsFunction(Function<V,Rectangle> vertexBoundsFunction)
-