|
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.model.AbstractVisualProperty<Bend>
org.cytoscape.view.presentation.property.EdgeBendVisualProperty
public class EdgeBendVisualProperty
Visual Property for Edge Bend values.
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>| 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, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||