public final class NullVisualProperty extends AbstractVisualProperty<NullDataType>
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>
shouldIgnoreDefault
Constructor and Description |
---|
NullVisualProperty(String id,
String displayName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
NullDataType |
parseSerializableString(String text)
Returns an object of type T given a string serialized from the getSerializableString(T value)
method.
|
String |
toSerializableString(NullDataType value)
Returns a string of the specified value suitable for serializing to XML
other text output.
|
getDefault, getDisplayName, getIdString, getRange, getTargetDataType, shouldIgnoreDefault, toString
public String toSerializableString(NullDataType value)
VisualProperty
value
- the specified value.public NullDataType parseSerializableString(String text)
VisualProperty
text
- a string serialized from the getSerializableString(T value) method.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.