Uses of Interface
org.cytoscape.view.presentation.property.values.EdgeStacking
Packages that use EdgeStacking
-
Uses of EdgeStacking in org.cytoscape.view.presentation.property
Fields in org.cytoscape.view.presentation.property declared as EdgeStackingModifier and TypeFieldDescriptionstatic EdgeStacking
EdgeStackingVisualProperty.AUTO_BEND
static EdgeStacking
EdgeStackingVisualProperty.HAYSTACK
Fields in org.cytoscape.view.presentation.property with type parameters of type EdgeStackingModifier 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.Methods in org.cytoscape.view.presentation.property that return EdgeStackingModifier and TypeMethodDescriptionEdgeStackingVisualProperty.parseSerializableString(String value)
Methods in org.cytoscape.view.presentation.property with parameters of type EdgeStackingModifier and TypeMethodDescriptionEdgeStackingVisualProperty.toSerializableString(EdgeStacking value)
Constructors in org.cytoscape.view.presentation.property with parameters of type EdgeStackingModifierConstructorDescriptionEdgeStackingVisualProperty(EdgeStacking defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)