Uses of Interface
org.cytoscape.view.presentation.property.values.ArrowShape
-
Uses of ArrowShape in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionstatic ArrowShape
ArrowShapeVisualProperty.ARROW
Pointy triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.ARROW_SHORT
Shorter pointy triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.CIRCLE
Circle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.CROSS_DELTA
Triangle shaped arrow with a cross hatchstatic ArrowShape
ArrowShapeVisualProperty.CROSS_OPEN_DELTA
Unfilled triangle shaped arrow with a cross hatchstatic ArrowShape
ArrowShapeVisualProperty.DELTA
Triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.DELTA_SHORT_1
Shorter triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.DELTA_SHORT_2
Even shorter triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.DIAMOND
Diamond shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.DIAMOND_SHORT_1
Sorter diamond shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.DIAMOND_SHORT_2
Even shorter diamond shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.HALF_BOTTOM
Bottom Half of a triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.HALF_CIRCLE
Half-Circle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.HALF_TOP
Top Half of a triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.NONE
No arrowstatic ArrowShape
ArrowShapeVisualProperty.OPEN_CIRCLE
Unfilled Circle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.OPEN_DELTA
Unfilled triangle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.OPEN_DIAMOND
Unfilled Diamond shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.OPEN_HALF_CIRCLE
Unfilled Half-Circle shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.OPEN_SQUARE
Unfilled square shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.SQUARE
Square shaped arrowstatic ArrowShape
ArrowShapeVisualProperty.T
T shaped arrowModifier and TypeFieldDescriptionstatic VisualProperty<ArrowShape>
BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPE
The shape of the arrow on the source node end of the edge.static VisualProperty<ArrowShape>
BasicVisualLexicon.EDGE_TARGET_ARROW_SHAPE
The shape of the arrow on the target node end of the edge.Modifier and TypeMethodDescriptionArrowShapeVisualProperty.parseSerializableString(String value)
Modifier and TypeMethodDescriptionstatic boolean
ArrowShapeVisualProperty.isDefaultShape(ArrowShape shape)
ArrowShapeVisualProperty.toSerializableString(ArrowShape value)
ModifierConstructorDescriptionArrowShapeVisualProperty(ArrowShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)
Constructor.