Package org.jungrapht.visualization
Class DefaultRenderContext.ShapeFunctionSupplier<V>
- java.lang.Object
-
- org.jungrapht.visualization.DefaultRenderContext.ShapeFunctionSupplier<V>
-
-
Constructor Summary
Constructors Constructor Description ShapeFunctionSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<V,Shape>
get()
determine Shape and size from properties
-