Class AbstractVisualPropertyValue

java.lang.Object
org.cytoscape.view.presentation.property.values.AbstractVisualPropertyValue
All Implemented Interfaces:
VisualPropertyValue

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

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.

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>
  • Constructor Details

    • 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
  • Method Details