Class GraphicalFeatureSupplier<V>

java.lang.Object
org.bigraphs.framework.visualization.GraphicalFeatureSupplier<V>
Type Parameters:
V - attribute type of a style element
All Implemented Interfaces:
Supplier<V>
Direct Known Subclasses:
DefaultColorSupplier, DefaultLabelSupplier, DefaultShapeSupplier

public abstract class GraphicalFeatureSupplier<V> extends Object implements Supplier<V>
Base abstract supplier class for all graphical attributes of a Graphviz graph.