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

cytoscape.visual
Class CalculatorCatalog

java.lang.Object
  extended by cytoscape.visual.CalculatorCatalog

public class CalculatorCatalog
extends Object

Stores various types of Calculators from data attributes to an attribute of a specified type. Also keeps track of available mappings. Notifies interested classes of changes to the underlying datasets.


Constructor Summary
CalculatorCatalog()
          Creates a new CalculatorCatalog object.
CalculatorCatalog(Properties props)
          Creates a new CalculatorCatalog object.
 
Method Summary
 void addCalculator(Calculator dupe)
          Add any calculator to the catalog.
 void addChangeListener(ChangeListener l, byte type)
          Deprecated. 
 void addChangeListener(ChangeListener l, VisualPropertyType type)
          DOCUMENT ME!
 void addEdgeArrowCalculator(EdgeArrowCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeColorCalculator(EdgeColorCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeFontFaceCalculator(EdgeFontFaceCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeFontSizeCalculator(EdgeFontSizeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeLabelCalculator(EdgeLabelCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeLineTypeCalculator(EdgeLineTypeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addEdgeToolTipCalculator(EdgeToolTipCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addMapping(String name, Class m)
          Add a mapping to the database of available mappings.
 void addNodeColorCalculator(NodeColorCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeFontFaceCalculator(NodeFontFaceCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeFontSizeCalculator(NodeFontSizeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeLabelCalculator(NodeLabelCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeLabelColorCalculator(NodeLabelColorCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeLineTypeCalculator(NodeLineTypeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeShapeCalculator(NodeShapeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeSizeCalculator(NodeSizeCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addNodeToolTipCalculator(NodeToolTipCalculator c)
          Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.
 void addVisualStyle(VisualStyle vs)
          DOCUMENT ME!
 String checkCalculatorName(byte type, String name)
          Deprecated. 
 String checkCalculatorName(String calcName, byte calcType)
          Deprecated. 
 String checkCalculatorName(String calcName, VisualPropertyType calcType)
          DOCUMENT ME!
 String checkCalculatorName(VisualPropertyType type, String name)
          DOCUMENT ME!
 String checkEdgeArrowCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeColorCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeFontFaceCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeFontSizeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeLabelCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeLineTypeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkEdgeToolTipCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkMappingName(String name)
          DOCUMENT ME!
 String checkNodeColorCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeFontFaceCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeFontSizeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeLabelCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeLabelColorCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeLineTypeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeShapeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeSizeCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkNodeToolTipCalculatorName(String name)
          Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.
 String checkVisualStyleName(String name)
          DOCUMENT ME!
 void clear()
          DOCUMENT ME!
 void createDefaultVisualStyle()
          DOCUMENT ME!
 Calculator getCalculator(byte type, String name)
          Deprecated. 
 Calculator getCalculator(VisualPropertyType type, String name)
          DOCUMENT ME!
 Collection<Calculator> getCalculators()
          DOCUMENT ME!
 Collection<Calculator> getCalculators(byte type)
          Deprecated. 
 Collection<Calculator> getCalculators(VisualPropertyType type)
          DOCUMENT ME!
 Collection<VisualPropertyType> getCalculatorTypes()
          DOCUMENT ME!
 EdgeArrowCalculator getEdgeArrowCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeArrowCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeColorCalculator getEdgeColorCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeColorCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeFontFaceCalculator getEdgeFontFaceCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeFontFaceCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeFontSizeCalculator getEdgeFontSizeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeFontSizeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeLabelCalculator getEdgeLabelCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeLabelCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeLineTypeCalculator getEdgeLineTypeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeLineTypeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 EdgeToolTipCalculator getEdgeToolTipCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getEdgeToolTipCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 Class getMapping(String name)
          DOCUMENT ME!
 Set getMappingNames()
          Returns the HashMap of mappers
 NodeColorCalculator getNodeColorCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeColorCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeFontFaceCalculator getNodeFontFaceCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeFontFaceCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeFontSizeCalculator getNodeFontSizeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeFontSizeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeLabelCalculator getNodeLabelCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeLabelCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeLabelColorCalculator getNodeLabelColorCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeLabelColorCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeLineTypeCalculator getNodeLineTypeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeLineTypeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeShapeCalculator getNodeShapeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeShapeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeSizeCalculator getNodeSizeCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeSizeCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 NodeToolTipCalculator getNodeToolTipCalculator(String name)
          Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.
 Collection getNodeToolTipCalculators()
          Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.
 byte getType(Calculator c)
          Deprecated. Use calc.getType() instead. Will be removed 10/2007.
 VisualStyle getVisualStyle(String name)
          DOCUMENT ME!
 Set<String> getVisualStyleNames()
          DOCUMENT ME!
 Collection<VisualStyle> getVisualStyles()
          DOCUMENT ME!
 Calculator removeCalculator(byte type, String name)
          Deprecated. 
 void removeCalculator(Calculator c)
          Remove a calculator.
 Calculator removeCalculator(VisualPropertyType type, String name)
          DOCUMENT ME!
 EdgeArrowCalculator removeEdgeArrowCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeColorCalculator removeEdgeColorCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeFontFaceCalculator removeEdgeFontFaceCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeFontSizeCalculator removeEdgeFontSizeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeLabelCalculator removeEdgeLabelCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeLineTypeCalculator removeEdgeLineTypeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 EdgeToolTipCalculator removeEdgeToolTipCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 Class removeMapping(String name)
          DOCUMENT ME!
 NodeColorCalculator removeNodeColorCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeFontFaceCalculator removeNodeFontFaceCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeFontSizeCalculator removeNodeFontSizeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeLabelCalculator removeNodeLabelCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeLabelColorCalculator removeNodeLabelColorCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeLineTypeCalculator removeNodeLineTypeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeShapeCalculator removeNodeShapeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeSizeCalculator removeNodeSizeCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 NodeToolTipCalculator removeNodeToolTipCalculator(String name)
          Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.
 VisualStyle removeVisualStyle(String name)
          DOCUMENT ME!
 void renameCalculator(Calculator c, String name)
          Renames a calculator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculatorCatalog

public CalculatorCatalog()
Creates a new CalculatorCatalog object.


CalculatorCatalog

public CalculatorCatalog(Properties props)
Creates a new CalculatorCatalog object.

Parameters:
props - DOCUMENT ME!
Method Detail

clear

public void clear()
DOCUMENT ME!


addChangeListener

@Deprecated
public void addChangeListener(ChangeListener l,
                                         byte type)
                       throws IllegalArgumentException
Deprecated. 

Add a ChangeListener to the catalog. Depending on the passed-in type, the catalog will add the ChangeListener to the appropriate listener vector for the associated set of calculators. When the catalog's database of calculators changes, the ChangeListener will be notified. This is used in the UI classes to ensure that the UI panes stay consistent with the data held in the catalog.

Parameters:
l - ChangeListener to add
type - type of calculator to add to, one of VizMapUI's constants
Throws:
IllegalArgumentException - if unknown type passed in

addChangeListener

public void addChangeListener(ChangeListener l,
                              VisualPropertyType type)
                       throws IllegalArgumentException
DOCUMENT ME!

Parameters:
l - DOCUMENT ME!
type - DOCUMENT ME!
Throws:
IllegalArgumentException - DOCUMENT ME!

getType

public byte getType(Calculator c)
             throws IllegalArgumentException
Deprecated. Use calc.getType() instead. Will be removed 10/2007.

Given a calculator, returns the matching byte type identifier.

Parameters:
c - the calculator
Returns:
byte the byte identifier
Throws:
IllegalArgumentException

addCalculator

public void addCalculator(Calculator dupe)
                   throws DuplicateCalculatorNameException,
                          IllegalArgumentException
Add any calculator to the catalog. Automatically checks type. Calculator is added according to its name as reported by the toString() method.

Parameters:
dupe - Calculator to add
Throws:
DuplicateCalculatorNameException - if calculator's name is a duplicate with valid name as detail message
IllegalArgumentException - if calculator is of an unknown type

checkCalculatorName

@Deprecated
public String checkCalculatorName(String calcName,
                                             byte calcType)
Deprecated. 

Checks whether a name for a calculator is valid

Parameters:
calcName - Name to check
calcType - Type of calculator VizMapUI
Returns:
a valid name for the calculator. If the given name was not valid, numbers are appended until a valid name is found; this valid name is returned to the caller.

checkCalculatorName

public String checkCalculatorName(String calcName,
                                  VisualPropertyType calcType)
DOCUMENT ME!

Parameters:
calcName - DOCUMENT ME!
calcType - DOCUMENT ME!
Returns:
DOCUMENT ME!

renameCalculator

public void renameCalculator(Calculator c,
                             String name)
                      throws DuplicateCalculatorNameException,
                             IllegalArgumentException
Renames a calculator.

Parameters:
c - Calculator to rename
name - New name for calculator
Throws:
DuplicateCalculatorNameException - if name is a duplicate with valid name as detail message
IllegalArgumentException - if c is of an unknown type

removeCalculator

public void removeCalculator(Calculator c)
                      throws IllegalArgumentException
Remove a calculator.

Parameters:
c - Calculator to remove
Throws:
IllegalArgumentException - if c is of an unknown calculator type

getMappingNames

public Set getMappingNames()
Returns the HashMap of mappers


addMapping

public void addMapping(String name,
                       Class m)
                throws DuplicateCalculatorNameException,
                       IllegalArgumentException
Add a mapping to the database of available mappings. Because mappings are instantiated for each calculator, only class types are stored.

Parameters:
name - Name of the mapping
m - Class of the mapping
Throws:
DuplicateCalculatorNameException - if the given name is already taken
IllegalArgumentException - if the given class is not in the mapping hierarchy

removeMapping

public Class removeMapping(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

getMapping

public Class getMapping(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

checkMappingName

public String checkMappingName(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

getVisualStyleNames

public Set<String> getVisualStyleNames()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getVisualStyles

public Collection<VisualStyle> getVisualStyles()
DOCUMENT ME!

Returns:
DOCUMENT ME!

addVisualStyle

public void addVisualStyle(VisualStyle vs)
DOCUMENT ME!

Parameters:
vs - DOCUMENT ME!

removeVisualStyle

public VisualStyle removeVisualStyle(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

getVisualStyle

public VisualStyle getVisualStyle(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

checkVisualStyleName

public String checkVisualStyleName(String name)
DOCUMENT ME!

Parameters:
name - DOCUMENT ME!
Returns:
DOCUMENT ME!

getCalculators

public Collection<Calculator> getCalculators()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getCalculators

@Deprecated
public Collection<Calculator> getCalculators(byte type)
Deprecated. 

Use public Collection getCalculators(VisualPropertyType type) instead.

Parameters:
type -
Returns:

getCalculators

public Collection<Calculator> getCalculators(VisualPropertyType type)
DOCUMENT ME!

Parameters:
type - DOCUMENT ME!
Returns:
DOCUMENT ME!

getCalculator

@Deprecated
public Calculator getCalculator(byte type,
                                           String name)
Deprecated. 

Use public Calculator getCalculator(VisualPropertyType type, String name) instead.

Parameters:
type -
name -
Returns:

getCalculator

public Calculator getCalculator(VisualPropertyType type,
                                String name)
DOCUMENT ME!

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

checkCalculatorName

@Deprecated
public String checkCalculatorName(byte type,
                                             String name)
Deprecated. 

Use public String checkCalculatorName(VisualPropertyType type, String name) instead.

Parameters:
type -
name -
Returns:

checkCalculatorName

public String checkCalculatorName(VisualPropertyType type,
                                  String name)
DOCUMENT ME!

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

removeCalculator

@Deprecated
public Calculator removeCalculator(byte type,
                                              String name)
Deprecated. 

Use public Calculator removeCalculator(VisualPropertyType type, String name) instead.

Parameters:
type -
name -
Returns:

removeCalculator

public Calculator removeCalculator(VisualPropertyType type,
                                   String name)
DOCUMENT ME!

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

getCalculatorTypes

public Collection<VisualPropertyType> getCalculatorTypes()
DOCUMENT ME!

Returns:
DOCUMENT ME!

createDefaultVisualStyle

public void createDefaultVisualStyle()
DOCUMENT ME!


getNodeColorCalculators

public Collection getNodeColorCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeColorCalculator

public void addNodeColorCalculator(NodeColorCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeColorCalculator

public NodeColorCalculator removeNodeColorCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeColorCalculator

public NodeColorCalculator getNodeColorCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeColorCalculatorName

public String checkNodeColorCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeLineTypeCalculators

public Collection getNodeLineTypeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeLineTypeCalculator

public void addNodeLineTypeCalculator(NodeLineTypeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeLineTypeCalculator

public NodeLineTypeCalculator removeNodeLineTypeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeLineTypeCalculator

public NodeLineTypeCalculator getNodeLineTypeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeLineTypeCalculatorName

public String checkNodeLineTypeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeShapeCalculators

public Collection getNodeShapeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeShapeCalculator

public void addNodeShapeCalculator(NodeShapeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeShapeCalculator

public NodeShapeCalculator removeNodeShapeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeShapeCalculator

public NodeShapeCalculator getNodeShapeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeShapeCalculatorName

public String checkNodeShapeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeSizeCalculators

public Collection getNodeSizeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeSizeCalculator

public void addNodeSizeCalculator(NodeSizeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeSizeCalculator

public NodeSizeCalculator removeNodeSizeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeSizeCalculator

public NodeSizeCalculator getNodeSizeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeSizeCalculatorName

public String checkNodeSizeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeLabelCalculators

public Collection getNodeLabelCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeLabelCalculator

public void addNodeLabelCalculator(NodeLabelCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeLabelCalculator

public NodeLabelCalculator removeNodeLabelCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeLabelCalculator

public NodeLabelCalculator getNodeLabelCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeLabelCalculatorName

public String checkNodeLabelCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeLabelColorCalculators

public Collection getNodeLabelColorCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeLabelColorCalculator

public void addNodeLabelColorCalculator(NodeLabelColorCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeLabelColorCalculator

public NodeLabelColorCalculator removeNodeLabelColorCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeLabelColorCalculator

public NodeLabelColorCalculator getNodeLabelColorCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeLabelColorCalculatorName

public String checkNodeLabelColorCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeToolTipCalculators

public Collection getNodeToolTipCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeToolTipCalculator

public void addNodeToolTipCalculator(NodeToolTipCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeToolTipCalculator

public NodeToolTipCalculator removeNodeToolTipCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeToolTipCalculator

public NodeToolTipCalculator getNodeToolTipCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeToolTipCalculatorName

public String checkNodeToolTipCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeFontFaceCalculators

public Collection getNodeFontFaceCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeFontFaceCalculator

public void addNodeFontFaceCalculator(NodeFontFaceCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeFontFaceCalculator

public NodeFontFaceCalculator removeNodeFontFaceCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeFontFaceCalculator

public NodeFontFaceCalculator getNodeFontFaceCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeFontFaceCalculatorName

public String checkNodeFontFaceCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getNodeFontSizeCalculators

public Collection getNodeFontSizeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addNodeFontSizeCalculator

public void addNodeFontSizeCalculator(NodeFontSizeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeNodeFontSizeCalculator

public NodeFontSizeCalculator removeNodeFontSizeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getNodeFontSizeCalculator

public NodeFontSizeCalculator getNodeFontSizeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkNodeFontSizeCalculatorName

public String checkNodeFontSizeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeColorCalculators

public Collection getEdgeColorCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeColorCalculator

public void addEdgeColorCalculator(EdgeColorCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeColorCalculator

public EdgeColorCalculator removeEdgeColorCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeColorCalculator

public EdgeColorCalculator getEdgeColorCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeColorCalculatorName

public String checkEdgeColorCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeLineTypeCalculators

public Collection getEdgeLineTypeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeLineTypeCalculator

public void addEdgeLineTypeCalculator(EdgeLineTypeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeLineTypeCalculator

public EdgeLineTypeCalculator removeEdgeLineTypeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeLineTypeCalculator

public EdgeLineTypeCalculator getEdgeLineTypeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeLineTypeCalculatorName

public String checkEdgeLineTypeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeArrowCalculators

public Collection getEdgeArrowCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeArrowCalculator

public void addEdgeArrowCalculator(EdgeArrowCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeArrowCalculator

public EdgeArrowCalculator removeEdgeArrowCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeArrowCalculator

public EdgeArrowCalculator getEdgeArrowCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeArrowCalculatorName

public String checkEdgeArrowCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeLabelCalculators

public Collection getEdgeLabelCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeLabelCalculator

public void addEdgeLabelCalculator(EdgeLabelCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeLabelCalculator

public EdgeLabelCalculator removeEdgeLabelCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeLabelCalculator

public EdgeLabelCalculator getEdgeLabelCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeLabelCalculatorName

public String checkEdgeLabelCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeToolTipCalculators

public Collection getEdgeToolTipCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeToolTipCalculator

public void addEdgeToolTipCalculator(EdgeToolTipCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeToolTipCalculator

public EdgeToolTipCalculator removeEdgeToolTipCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeToolTipCalculator

public EdgeToolTipCalculator getEdgeToolTipCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeToolTipCalculatorName

public String checkEdgeToolTipCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeFontFaceCalculators

public Collection getEdgeFontFaceCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeFontFaceCalculator

public void addEdgeFontFaceCalculator(EdgeFontFaceCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeFontFaceCalculator

public EdgeFontFaceCalculator removeEdgeFontFaceCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeFontFaceCalculator

public EdgeFontFaceCalculator getEdgeFontFaceCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeFontFaceCalculatorName

public String checkEdgeFontFaceCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


getEdgeFontSizeCalculators

public Collection getEdgeFontSizeCalculators()
Deprecated. Use getCalculators(type) instead. Will be removed 10/2007.


addEdgeFontSizeCalculator

public void addEdgeFontSizeCalculator(EdgeFontSizeCalculator c)
Deprecated. Use addCalculator(calc) instead. Will be removed 10/2007.


removeEdgeFontSizeCalculator

public EdgeFontSizeCalculator removeEdgeFontSizeCalculator(String name)
Deprecated. Use removeCalculator(type,name) instead. Will be removed 10/2007.


getEdgeFontSizeCalculator

public EdgeFontSizeCalculator getEdgeFontSizeCalculator(String name)
Deprecated. Use getCalculator(type,name) instead. Will be removed 10/2007.


checkEdgeFontSizeCalculatorName

public String checkEdgeFontSizeCalculatorName(String name)
Deprecated. Use checkCalculatorName(type,name) instead. Will be removed 10/2007.


www.cytoscape.org