Uses of Interface
org.jungrapht.visualization.util.IconCache.Decorator
-
Packages that use IconCache.Decorator Package Description org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of IconCache.Decorator in org.jungrapht.visualization.util
Fields in org.jungrapht.visualization.util declared as IconCache.Decorator Modifier and Type Field Description protected IconCache.Decorator<V>
IconCache. postDecorator
protected IconCache.Decorator<V>
IconCache. preDecorator
Methods in org.jungrapht.visualization.util with parameters of type IconCache.Decorator Modifier and Type Method Description IconCache.Builder<V>
IconCache.Builder. postDecorator(IconCache.Decorator<V> postDecorator)
IconCache.Builder<V>
IconCache.Builder. preDecorator(IconCache.Decorator<V> preDecorator)
-