Package org.cytoscape.view.vizmap
package org.cytoscape.view.vizmap
Visual Mapping basic API module.
-
ClassDescriptionManager for
VisualStyle
s applied to table columns.This class defines how an attribute gets mapped to a visual property.
It takes two values: Attribute value: node name(Strings), expression values(Numbers), ... Visual Property: node size(Numbers), edge color(Color), node shape(NodeShape), ... This provides the mapping function from converting the attribute to the visual property.Factory for VisualMappingFunctions.Manager for VisualStyles.Represents a set of Visual Properties to be set by their parent value if dependency is enabled.TODO: Missing documentationA VisualStyle is a collection of VisualMappingFunctions and default values that define how a set of attributes is mapped to visual properties of View objects.Factory for VisualStyles.