Package org.cytoscape.view.model
Interface Visualizable
-
public interface Visualizable
Marker interface for data types used by higher-level Visual Properties such as NODE, EDGE, or NETWORK. TODO: What should RenderingEngine do once this visual property is returned as data type?Module:
viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>