Uses of Interface
org.cytoscape.view.presentation.property.values.Bend
Packages that use Bend
Package
Description
Implementations of basic VisualProperty objects and VisualLexicons.
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 BendModifier and TypeFieldDescriptionstatic Bend
EdgeBendVisualProperty.DEFAULT_EDGE_BEND
The default edge bend.Methods in org.cytoscape.view.presentation.property that return BendMethods in org.cytoscape.view.presentation.property with parameters of type BendConstructors in org.cytoscape.view.presentation.property with parameters of type BendModifierConstructorDescriptionEdgeBendVisualProperty(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 BendModifier and TypeMethodDescriptionBendFactory.createBend()
Creates an instance of edge bend.BendFactory.parseSerializableString(String serializedString)
Creates an instance of edge bend from serializable string.