|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Calculator | |
---|---|
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. |
cytoscape.visual.ui.editors.continuous |
Uses of Calculator in cytoscape.visual |
---|
Methods in cytoscape.visual that return Calculator | |
---|---|
Calculator |
CalculatorCatalog.getCalculator(VisualPropertyType type,
String name)
DOCUMENT ME! |
Calculator |
VisualPropertyType.getCurrentCalculator(VisualStyle style)
Gets the current calculator for the visual attribute for this type and the specified visual style. |
Calculator |
CalculatorCatalog.removeCalculator(VisualPropertyType type,
String name)
DOCUMENT ME! |
Methods in cytoscape.visual that return types with arguments of type Calculator | |
---|---|
protected Map<String,Calculator> |
CalculatorCatalog.getCalculatorMap(VisualPropertyType type)
Given a known byte identifier, returns the matching Map structure holding calculators of that type. |
Collection<Calculator> |
CalculatorCatalog.getCalculators()
DOCUMENT ME! |
Collection<Calculator> |
CalculatorCatalog.getCalculators(VisualPropertyType type)
DOCUMENT ME! |
Methods in cytoscape.visual with parameters of type Calculator | |
---|---|
void |
CalculatorCatalog.addCalculator(Calculator dupe)
Add any calculator to the catalog. |
protected void |
CalculatorCatalog.addCalculator(Calculator c,
Map m)
|
Vector |
VisualStyle.checkConflictingCalculator(Calculator c)
Check if contained appearance calculators are using given calculator |
void |
CalculatorCatalog.removeCalculator(Calculator c)
Remove a calculator. |
static void |
CalculatorIO.renameAsNeeded(Calculator c,
CalculatorCatalog catalog)
Given a Calculator of a given type and a CalculatorCatalog, checks for an existing catalog with the same name and type. |
void |
CalculatorCatalog.renameCalculator(Calculator c,
String name)
Renames a calculator. |
void |
VisualPropertyType.setCurrentCalculator(VisualStyle style,
Calculator c)
Sets the current calculator for the visual attribute for this type and the specified visual style. |
Uses of Calculator in cytoscape.visual.calculators |
---|
Classes in cytoscape.visual.calculators that implement Calculator | |
---|---|
class |
AbstractCalculator
|
class |
BasicCalculator
BasicCalculator implements some UI features for calculators lower in the object tree. |
class |
GenericNodeCustomGraphicCalculator
|
Methods in cytoscape.visual.calculators that return Calculator | |
---|---|
static Calculator |
CalculatorFactory.newCalculator(String name,
Properties calcProps,
String baseKey)
Creates a caclculator defined by the type identified by the ".visualPropertyType" property in the calcProps argument. |
Uses of Calculator in cytoscape.visual.ui.editors.continuous |
---|
Fields in cytoscape.visual.ui.editors.continuous declared as Calculator | |
---|---|
protected Calculator |
ContinuousMappingEditorPanel.calculator
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |