|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.view.presentation.property.values.AbstractVisualPropertyValue
public abstract class AbstractVisualPropertyValue
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>| Constructor Summary | |
|---|---|
AbstractVisualPropertyValue(String displayName,
String serializableString)
Constructs an AbstractVisualPropertyValue. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Name of this value type. |
String |
getSerializableString()
Returns serializable representation of this value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVisualPropertyValue(String displayName,
String serializableString)
displayName - the display name of the visual property value.serializableString - #ASKMIKE| Method Detail |
|---|
public String getDisplayName()
VisualPropertyValue
getDisplayName in interface VisualPropertyValuepublic String getSerializableString()
VisualPropertyValue
getSerializableString in interface VisualPropertyValuepublic String toString()
toString in class Object
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||