|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisualPropertyValue
Object used as a Visual Property value. In most cases, Visual Property uses basic objects such as Number or Color. If developers want to use custom objects as a Visual Property value, they should implement this.
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>| Method Summary | |
|---|---|
String |
getDisplayName()
Name of this value type. |
String |
getSerializableString()
Returns serializable representation of this value. |
| Method Detail |
|---|
String getDisplayName()
String getSerializableString()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||