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 ArrowShapeArrowShapeVisualProperty.ARROWPointy triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.ARROW_SHORTShorter pointy triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.CIRCLECircle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.CROSS_DELTATriangle shaped arrow with a cross hatchstatic ArrowShapeArrowShapeVisualProperty.CROSS_OPEN_DELTAUnfilled triangle shaped arrow with a cross hatchstatic ArrowShapeArrowShapeVisualProperty.DELTATriangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.DELTA_SHORT_1Shorter triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.DELTA_SHORT_2Even shorter triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.DIAMONDDiamond shaped arrowstatic ArrowShapeArrowShapeVisualProperty.DIAMOND_SHORT_1Sorter diamond shaped arrowstatic ArrowShapeArrowShapeVisualProperty.DIAMOND_SHORT_2Even shorter diamond shaped arrowstatic ArrowShapeArrowShapeVisualProperty.HALF_BOTTOMBottom Half of a triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.HALF_CIRCLEHalf-Circle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.HALF_TOPTop Half of a triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.NONENo arrowstatic ArrowShapeArrowShapeVisualProperty.OPEN_CIRCLEUnfilled Circle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.OPEN_DELTAUnfilled triangle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.OPEN_DIAMONDUnfilled Diamond shaped arrowstatic ArrowShapeArrowShapeVisualProperty.OPEN_HALF_CIRCLEUnfilled Half-Circle shaped arrowstatic ArrowShapeArrowShapeVisualProperty.OPEN_SQUAREUnfilled square shaped arrowstatic ArrowShapeArrowShapeVisualProperty.SQUARESquare shaped arrowstatic ArrowShapeArrowShapeVisualProperty.TT shaped arrowFields in org.cytoscape.view.presentation.property with type parameters of type ArrowShapeModifier and TypeFieldDescriptionstatic VisualProperty<ArrowShape>BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPEThe shape of the arrow on the source node end of the edge.static 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 ArrowShapeModifier and TypeMethodDescriptionArrowShapeVisualProperty.parseSerializableString(String value)Methods 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.