Class DefaultColorSupplier<V>
java.lang.Object
org.bigraphs.framework.visualization.GraphicalFeatureSupplier<V>
org.bigraphs.framework.visualization.DefaultColorSupplier<V>
- Type Parameters:
V
- the type
- All Implemented Interfaces:
Supplier<V>
- Direct Known Subclasses:
GraphvizColorSupplier
A supplier for the color of a node or edge in a graph.
- Author:
- Dominik Grzelak
-
Field Summary
Fields inherited from class org.bigraphs.framework.visualization.GraphicalFeatureSupplier
delimiterForLabel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bigraphs.framework.visualization.GraphicalFeatureSupplier
get, getNode, with, with
-
Constructor Details
-
DefaultColorSupplier
public DefaultColorSupplier() -
DefaultColorSupplier
-