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