Uses of Interface
org.cytoscape.view.presentation.property.values.Bend
-
Packages that use Bend 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 -
-
Uses of Bend in org.cytoscape.view.presentation.property
Fields in org.cytoscape.view.presentation.property declared as Bend Modifier and Type Field Description static Bend
EdgeBendVisualProperty. DEFAULT_EDGE_BEND
The default edge bend.Methods in org.cytoscape.view.presentation.property that return Bend Modifier and Type Method Description Bend
EdgeBendVisualProperty. parseSerializableString(String value)
Methods in org.cytoscape.view.presentation.property with parameters of type Bend Modifier and Type Method Description String
EdgeBendVisualProperty. toSerializableString(Bend value)
Constructors in org.cytoscape.view.presentation.property with parameters of type Bend Constructor Description EdgeBendVisualProperty(Bend defaultValue, String id, String displayName)
Constructor. -
Uses of Bend in org.cytoscape.view.presentation.property.values
Methods in org.cytoscape.view.presentation.property.values that return Bend Modifier and Type Method Description Bend
BendFactory. createBend()
Creates an instance of edge bend.Bend
BendFactory. parseSerializableString(String serializedString)
Creates an instance of edge bend from serializable string.
-