Class AbstractVisualPropertyValue

  • All Implemented Interfaces:
    VisualPropertyValue

    public abstract class AbstractVisualPropertyValue
    extends Object
    implements VisualPropertyValue
    Base class for all VisualPropertyValue.

    Module: presentation-api

    To use this in your app, include the following dependency in your POM:

    <dependency>
        <groupId>org.cytoscape</groupId>
        <artifactId>presentation-api</artifactId>
    </dependency>

    Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
    • Constructor Detail

      • AbstractVisualPropertyValue

        public AbstractVisualPropertyValue​(String displayName,
                                           String serializableString)
        Constructs an AbstractVisualPropertyValue.
        Parameters:
        displayName - the display name of the visual property value.
        serializableString - the serialiable string of the visual property value