Package | Description |
---|---|
org.cytoscape.view.presentation.property |
Implementations of basic VisualProperty objects and VisualLexicons.
|
org.cytoscape.view.presentation.property.values |
Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape
|
Modifier and Type | Field and Description |
---|---|
static Bend |
EdgeBendVisualProperty.DEFAULT_EDGE_BEND
The default edge bend.
|
Modifier and Type | Method and Description |
---|---|
Bend |
EdgeBendVisualProperty.parseSerializableString(String value) |
Modifier and Type | Method and Description |
---|---|
String |
EdgeBendVisualProperty.toSerializableString(Bend value) |
Constructor and Description |
---|
EdgeBendVisualProperty(Bend defaultValue,
String id,
String displayName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Bend |
BendFactory.createBend()
Creates an instance of edge bend.
|
Bend |
BendFactory.parseSerializableString(String serializedString)
Creates an instance of edge bend from serializable string.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.