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 BendEdgeBendVisualProperty. DEFAULT_EDGE_BENDThe default edge bend.Methods in org.cytoscape.view.presentation.property that return Bend Modifier and Type Method Description BendEdgeBendVisualProperty. parseSerializableString(String value)Methods in org.cytoscape.view.presentation.property with parameters of type Bend Modifier and Type Method Description StringEdgeBendVisualProperty. 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 BendBendFactory. createBend()Creates an instance of edge bend.BendBendFactory. parseSerializableString(String serializedString)Creates an instance of edge bend from serializable string.
-