Package cytoscape.visual.calculators

Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size.

See:
          Description

Interface Summary
Calculator Calculator specifies a super-interface for all calculator interfaces.
EdgeArrowCalculator  
EdgeColorCalculator  
EdgeFontFaceCalculator  
EdgeFontSizeCalculator  
EdgeLabelCalculator  
EdgeLineTypeCalculator  
EdgeToolTipCalculator  
NodeColorCalculator  
NodeFontFaceCalculator  
NodeFontSizeCalculator  
NodeLabelCalculator  
NodeLabelColorCalculator  
NodeLineTypeCalculator  
NodeShapeCalculator  
NodeSizeCalculator  
NodeToolTipCalculator  
 

Class Summary
AbstractCalculator AbstractCalculator is the top of the tree for the Calculator classes.
CalculatorFactory This class provides a static factory method for constructing an instance of Calculator as specified by a Properties object and other arguments.
EdgeCalculator EdgeCalculator implements some UI features for calculators lower in the object tree.
GenericEdgeArrowCalculator  
GenericEdgeColorCalculator  
GenericEdgeFontFaceCalculator  
GenericEdgeFontSizeCalculator  
GenericEdgeLabelCalculator  
GenericEdgeLineTypeCalculator  
GenericEdgeToolTipCalculator  
GenericNodeColorCalculator  
GenericNodeFontFaceCalculator  
GenericNodeFontSizeCalculator  
GenericNodeLabelCalculator  
GenericNodeLabelColorCalculator  
GenericNodeLineTypeCalculator  
GenericNodeShapeCalculator  
GenericNodeSizeCalculator  
GenericNodeToolTipCalculator  
NodeCalculator NodeCalculator implements some UI features for calculators lower in the object tree.
 

Package cytoscape.visual.calculators Description

Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. These Calculators use Mappings to actually translate graph attributes into visual attributes.