Cytoscape 2.8.0 API

Uses of Interface
cytoscape.visual.mappings.ObjectMapping

Packages that use ObjectMapping
cytoscape.visual.calculators Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. 
cytoscape.visual.mappings The Mappings are used by Calculators to map graph attributes to visual attribute values. 
cytoscape.visual.ui Top-level UI components for the cytoscape.visual package. 
 

Uses of ObjectMapping in cytoscape.visual.calculators
 

Fields in cytoscape.visual.calculators with type parameters of type ObjectMapping
protected  Vector<ObjectMapping> AbstractCalculator.mappings
          Vector of all mappings contained by this calculator.
 

Methods in cytoscape.visual.calculators that return ObjectMapping
 ObjectMapping Calculator.getMapping(int i)
          DOCUMENT ME!
 ObjectMapping AbstractCalculator.getMapping(int i)
          Get the mapping at a specific index in this calculator.
 

Methods in cytoscape.visual.calculators that return types with arguments of type ObjectMapping
 Vector<ObjectMapping> Calculator.getMappings()
          DOCUMENT ME!
 Vector<ObjectMapping> AbstractCalculator.getMappings()
          Get all mappings contained by this calculator.
 

Methods in cytoscape.visual.calculators with parameters of type ObjectMapping
 void AbstractCalculator.addMapping(ObjectMapping m)
          Add a mapping to the mappings contained by the calculator.
 

Constructors in cytoscape.visual.calculators with parameters of type ObjectMapping
AbstractCalculator(String name, ObjectMapping m, VisualPropertyType type)
          Creates a new AbstractCalculator object.
BasicCalculator(String name, ObjectMapping m, VisualPropertyType type)
          Creates a new BasicCalculator object.
GenericNodeCustomGraphicCalculator(String name, ObjectMapping m, VisualPropertyType type)
           
 

Uses of ObjectMapping in cytoscape.visual.mappings
 

Classes in cytoscape.visual.mappings that implement ObjectMapping
 class AbstractMapping
           
 class ContinuousMapping
          Implements an interpolation table mapping data to values of a particular class.
 class DiscreteMapping
          Implements a lookup table mapping data to values of a particular class.
 class PassThroughMapping
          Defines a mapping from a bundle of data attributes to a visual attribute.
 

Methods in cytoscape.visual.mappings that return ObjectMapping
 ObjectMapping MappingManagerImpl.createMapping(byte objectType, Object defObject)
           
 ObjectMapping MappingManager.createMapping(byte objectType, Object defObject)
           
static ObjectMapping MappingFactory.newMapping(Properties props, String baseKey, ValueParser parser, Object defObj, byte mapType)
          Attempt to construct an instance of ObjectMapping as defined by the supplied arguments.
 

Methods in cytoscape.visual.mappings with parameters of type ObjectMapping
static Properties MappingFactory.getProperties(ObjectMapping m, String baseKey)
          Gets a description of the supplied ObjectMapping as properties.
 

Method parameters in cytoscape.visual.mappings with type arguments of type ObjectMapping
 void MappingManagerImpl.register(Class<? extends ObjectMapping> type)
           
 void MappingManager.register(Class<? extends ObjectMapping> type)
           
 

Uses of ObjectMapping in cytoscape.visual.ui
 

Methods in cytoscape.visual.ui with parameters of type ObjectMapping
static Set<Object> MappingKeyFactory.getKeySet(String attrName, CyAttributes attrs, ObjectMapping mapping, boolean isNode)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.