Stateful manager for visual-encoding configuration (P3.1).
Holds an EncodingConfig and provides a toCytoscapeStyle() method
that translates the current config to a Cytoscape stylesheet for
the given UGM and type palette. Lets callers update() the config
incrementally without re-passing the whole config each time.
Stateful manager for visual-encoding configuration (P3.1).
Holds an EncodingConfig and provides a
toCytoscapeStyle()method that translates the current config to a Cytoscape stylesheet for the given UGM and type palette. Lets callersupdate()the config incrementally without re-passing the whole config each time.Example