|
Cytoscape 3.0.0-beta1 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.
| 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.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||