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