Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.view.presentation.property.values.ArrowShape

Packages that use ArrowShape
org.cytoscape.view.presentation.property Implementations of basic VisualProperty objects and VisualLexicons. 
 

Uses of ArrowShape in org.cytoscape.view.presentation.property
 

Fields in org.cytoscape.view.presentation.property declared as ArrowShape
static ArrowShape ArrowShapeVisualProperty.ARROW
          Pointy triangle shaped arrow
static ArrowShape ArrowShapeVisualProperty.CIRCLE
          Circle shaped arrow
static ArrowShape ArrowShapeVisualProperty.DELTA
          Triangle shaped arrow
static ArrowShape ArrowShapeVisualProperty.DIAMOND
          Diamond shaped arrow
static ArrowShape ArrowShapeVisualProperty.HALF_BOTTOM
          Bottom Half of a triangle shaped arrow
static ArrowShape ArrowShapeVisualProperty.HALF_TOP
          Top Half of a triangle shaped arrow
static ArrowShape ArrowShapeVisualProperty.NONE
          No arrow
static ArrowShape ArrowShapeVisualProperty.T
          T shaped arrow
 

Fields in org.cytoscape.view.presentation.property with type parameters of type ArrowShape
static VisualProperty<ArrowShape> BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPE
           
static VisualProperty<ArrowShape> BasicVisualLexicon.EDGE_TARGET_ARROW_SHAPE
           
 

Methods in org.cytoscape.view.presentation.property that return ArrowShape
 ArrowShape ArrowShapeVisualProperty.parseSerializableString(String value)
           
 

Methods in org.cytoscape.view.presentation.property with parameters of type ArrowShape
static boolean ArrowShapeVisualProperty.isDefaultShape(ArrowShape shape)
           
 String ArrowShapeVisualProperty.toSerializableString(ArrowShape value)
           
 

Constructors in org.cytoscape.view.presentation.property with parameters of type ArrowShape
ArrowShapeVisualProperty(ArrowShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)
          Constructor.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.