|
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.model.AbstractVisualProperty<Bend>
org.cytoscape.view.presentation.property.EdgeBendVisualProperty
public class EdgeBendVisualProperty
Visual Property for Edge Bend
values.
Field Summary | |
---|---|
static Bend |
DEFAULT_EDGE_BEND
The default edge bend. |
Fields inherited from class org.cytoscape.view.model.AbstractVisualProperty |
---|
shouldIgnoreDefault |
Constructor Summary | |
---|---|
EdgeBendVisualProperty(Bend defaultValue,
String id,
String displayName)
Constructor. |
Method Summary | |
---|---|
Bend |
parseSerializableString(String value)
Returns an object of type T given a string serialized from the getSerializableString(T value) method. |
void |
setBendFactory(BendFactory bendFactory)
Sets the bend factory that is used behind the scenes to create bend objects. |
String |
toSerializableString(Bend value)
Returns a string of the specified value suitable for serializing to XML other text output. |
Methods inherited from class org.cytoscape.view.model.AbstractVisualProperty |
---|
getDefault, getDisplayName, getIdString, getRange, getTargetDataType, shouldIgnoreDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Bend DEFAULT_EDGE_BEND
Constructor Detail |
---|
public EdgeBendVisualProperty(Bend defaultValue, String id, String displayName)
defaultValue
- The default bend to use.id
- A machine readable string identifying this visual property used for XML serialization.displayName
- A human readable string used for displays and user interfaces.Method Detail |
---|
public void setBendFactory(BendFactory bendFactory)
bendFactory
- The bend factory to use for this instance.public String toSerializableString(Bend value)
VisualProperty
value
- the specified value.
public Bend parseSerializableString(String value)
VisualProperty
value
- a string serialized from the getSerializableString(T value) method.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |