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 final EdgeStackingEdgeStackingVisualProperty.AUTO_BENDstatic final EdgeStackingEdgeStackingVisualProperty.HAYSTACKFields in org.cytoscape.view.presentation.property with type parameters of type EdgeStackingModifier and TypeFieldDescriptionstatic final VisualProperty<EdgeStacking>BasicVisualLexicon.EDGE_STACKINGThe 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)