public abstract class AbstractVisualPropertyValue extends Object implements VisualPropertyValue
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>
Constructor and Description |
---|
AbstractVisualPropertyValue(String displayName,
String serializableString)
Constructs an AbstractVisualPropertyValue.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Name of this value type.
|
String |
getSerializableString()
Returns serializable representation of this value.
|
String |
toString() |
public String getDisplayName()
VisualPropertyValue
getDisplayName
in interface VisualPropertyValue
public String getSerializableString()
VisualPropertyValue
getSerializableString
in interface VisualPropertyValue
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.