Uses of Interface
org.cytoscape.view.presentation.property.values.EdgeStacking
-
Uses of EdgeStacking in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionstatic EdgeStacking
EdgeStackingVisualProperty.AUTO_BEND
static EdgeStacking
EdgeStackingVisualProperty.HAYSTACK
Modifier and TypeFieldDescriptionstatic 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)