Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.view.layout.WeightTypes

Packages that use WeightTypes
org.cytoscape.view.layout This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms. 
 

Uses of WeightTypes in org.cytoscape.view.layout
 

Fields in org.cytoscape.view.layout declared as WeightTypes
 WeightTypes EdgeWeighter.type
           
 

Methods in org.cytoscape.view.layout that return WeightTypes
static WeightTypes WeightTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WeightTypes[] WeightTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cytoscape.view.layout with parameters of type WeightTypes
 void EdgeWeighter.setWeightType(WeightTypes type)
           
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.