Cytoscape 3.0.1 API

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

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

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

Fields in org.cytoscape.view.presentation.property declared as LineType
static LineType LineTypeVisualProperty.DASH_DOT
          Dash space dot space dash, etc.
static LineType LineTypeVisualProperty.DOT
          Dot space dot, etc.
static LineType LineTypeVisualProperty.EQUAL_DASH
          Equal dash and space
static LineType LineTypeVisualProperty.LONG_DASH
          Long dash followed by short space
static LineType LineTypeVisualProperty.SOLID
          Solid line
 

Fields in org.cytoscape.view.presentation.property with type parameters of type LineType
static VisualProperty<LineType> BasicVisualLexicon.EDGE_LINE_TYPE
           
static VisualProperty<LineType> BasicVisualLexicon.NODE_BORDER_LINE_TYPE
           
 

Methods in org.cytoscape.view.presentation.property that return LineType
 LineType LineTypeVisualProperty.parseSerializableString(String value)
           
 

Methods in org.cytoscape.view.presentation.property with parameters of type LineType
 String LineTypeVisualProperty.toSerializableString(LineType value)
           
 

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


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.