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

public abstract class DefaultColorSupplier<V> extends GraphicalFeatureSupplier<V>
A supplier for the color of a node or edge in a graph.
Author:
Dominik Grzelak
  • Constructor Details

    • DefaultColorSupplier

      public DefaultColorSupplier()
    • DefaultColorSupplier

      public DefaultColorSupplier(BigraphEntity node)