Uses of Interface
org.cytoscape.view.presentation.property.values.ArrowShape
Packages that use ArrowShape
-
Uses of ArrowShape in org.cytoscape.view.presentation.property
Fields in org.cytoscape.view.presentation.property declared as ArrowShapeModifier and TypeFieldDescriptionstatic final ArrowShapeArrowShapeVisualProperty.ARROWPointy triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.ARROW_SHORTShorter pointy triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.CIRCLECircle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.CROSS_DELTATriangle shaped arrow with a cross hatchstatic final ArrowShapeArrowShapeVisualProperty.CROSS_OPEN_DELTAUnfilled triangle shaped arrow with a cross hatchstatic final ArrowShapeArrowShapeVisualProperty.DELTATriangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.DELTA_SHORT_1Shorter triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.DELTA_SHORT_2Even shorter triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.DIAMONDDiamond shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.DIAMOND_SHORT_1Sorter diamond shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.DIAMOND_SHORT_2Even shorter diamond shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.HALF_BOTTOMBottom Half of a triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.HALF_CIRCLEHalf-Circle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.HALF_TOPTop Half of a triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.NONENo arrowstatic final ArrowShapeArrowShapeVisualProperty.OPEN_CIRCLEUnfilled Circle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.OPEN_DELTAUnfilled triangle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.OPEN_DIAMONDUnfilled Diamond shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.OPEN_HALF_CIRCLEUnfilled Half-Circle shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.OPEN_SQUAREUnfilled square shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.SQUARESquare shaped arrowstatic final ArrowShapeArrowShapeVisualProperty.TT shaped arrowFields in org.cytoscape.view.presentation.property with type parameters of type ArrowShapeModifier and TypeFieldDescriptionstatic final VisualProperty<ArrowShape>BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPEThe shape of the arrow on the source node end of the edge.static final VisualProperty<ArrowShape>BasicVisualLexicon.EDGE_TARGET_ARROW_SHAPEThe shape of the arrow on the target node end of the edge.Methods in org.cytoscape.view.presentation.property that return ArrowShapeMethods in org.cytoscape.view.presentation.property with parameters of type ArrowShapeModifier and TypeMethodDescriptionstatic booleanArrowShapeVisualProperty.isDefaultShape(ArrowShape shape) ArrowShapeVisualProperty.toSerializableString(ArrowShape value) Constructors in org.cytoscape.view.presentation.property with parameters of type ArrowShapeModifierConstructorDescriptionArrowShapeVisualProperty(ArrowShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.