Uses of Class
org.jungrapht.visualization.util.IconCache.Builder
-
Packages that use IconCache.Builder Package Description org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of IconCache.Builder in org.jungrapht.visualization.util
Methods in org.jungrapht.visualization.util that return IconCache.Builder Modifier and Type Method Description static <V> IconCache.Builder<V>
IconCache. builder(Function<V,String> vertexLabelFunction)
IconCache.Builder<V>
IconCache.Builder. colorFunction(Function<V,Paint> paintFunction)
IconCache.Builder<V>
IconCache.Builder. postDecorator(IconCache.Decorator<V> postDecorator)
IconCache.Builder<V>
IconCache.Builder. preDecorator(IconCache.Decorator<V> preDecorator)
IconCache.Builder<V>
IconCache.Builder. stylist(IconCache.Stylist<V> stylist)
IconCache.Builder<V>
IconCache.Builder. vertexShapeFunction(Function<V,Shape> vertexShapeFunction)
Constructors in org.jungrapht.visualization.util with parameters of type IconCache.Builder Constructor Description IconCache(IconCache.Builder<V> builder)
-