Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.calculators
Class BasicCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
All Implemented Interfaces:
Calculator, Cloneable
Direct Known Subclasses:
EdgeCalculator, NodeCalculator

public class BasicCalculator
extends AbstractCalculator

BasicCalculator implements some UI features for calculators lower in the object tree.


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
BasicCalculator(String name, ObjectMapping m, VisualPropertyType type)
          Creates a new BasicCalculator object.
BasicCalculator(String name, Properties props, String baseKey, VisualPropertyType type)
          Creates a new BasicCalculator object.
 
Method Summary
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, apply, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicCalculator

public BasicCalculator(String name,
                       ObjectMapping m,
                       VisualPropertyType type)
Creates a new BasicCalculator object.

Parameters:
name - DOCUMENT ME!
m - DOCUMENT ME!
type - DOCUMENT ME!

BasicCalculator

public BasicCalculator(String name,
                       Properties props,
                       String baseKey,
                       VisualPropertyType type)
Creates a new BasicCalculator object.

Parameters:
name - DOCUMENT ME!
props - DOCUMENT ME!
baseKey - DOCUMENT ME!
parser - DOCUMENT ME!
type - DOCUMENT ME!

www.cytoscape.org