Cytoscape 2.8.0 API

Uses of Class
cytoscape.visual.Appearance

Packages that use Appearance
cytoscape.visual Framework for generalized mappings from graph attributes to visual attributes. 
cytoscape.visual.calculators Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. 
 

Uses of Appearance in cytoscape.visual
 

Subclasses of Appearance in cytoscape.visual
 class EdgeAppearance
          Objects of this class hold data describing the appearance of an Edge.
 class NodeAppearance
          Objects of this class hold data describing the appearance of a Node.
 

Methods in cytoscape.visual with parameters of type Appearance
 void Appearance.copy(Appearance na)
          Copies the specified Appearance into this Appearance object.
 

Uses of Appearance in cytoscape.visual.calculators
 

Methods in cytoscape.visual.calculators with parameters of type Appearance
 void Calculator.apply(Appearance appr, Edge e, CyNetwork net)
          DOCUMENT ME!
 void AbstractCalculator.apply(Appearance appr, Edge e, CyNetwork net)
          DOCUMENT ME!
 void Calculator.apply(Appearance appr, Node n, CyNetwork net)
          DOCUMENT ME!
 void AbstractCalculator.apply(Appearance appr, Node n, CyNetwork net)
          DOCUMENT ME!
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.