Uses of Interface
org.cytoscape.view.presentation.property.values.EdgeStacking
-
Uses of EdgeStacking in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionstatic final EdgeStacking
EdgeStackingVisualProperty.AUTO_BEND
static final EdgeStacking
EdgeStackingVisualProperty.HAYSTACK
Modifier and TypeFieldDescriptionstatic final VisualProperty<EdgeStacking>
BasicVisualLexicon.EDGE_STACKING
The strategy to use to render edges when there are more than one edge between a pair of nodes.Modifier and TypeMethodDescriptionEdgeStackingVisualProperty.parseSerializableString
(String value) Modifier and TypeMethodDescriptionEdgeStackingVisualProperty.toSerializableString
(EdgeStacking value) ModifierConstructorDescriptionEdgeStackingVisualProperty
(EdgeStacking defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)