Interface ShapeFunctionAware<V>
-
- Type Parameters:
V
- vertex type
public interface ShapeFunctionAware<V>
an interface forLayoutAlgorithm
with a settable Shape Function for vertices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setVertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
-