| Interface | Description |
|---|---|
| VisualMappingFunction<K,V> |
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. |
| VisualMappingFunctionFactory |
Factory for VisualMappingFunctions.
|
| VisualMappingManager |
Manager for VisualStyles.
|
| VisualPropertyDependencyFactory<T> |
TODO: Missing documentation
|
| VisualStyle |
A VisualStyle is a collection of VisualMappingFunctions and default values
that define how a set of attributes is mapped to visual properties of View objects.
|
| VisualStyleFactory |
Factory for VisualStyles.
|
| Class | Description |
|---|---|
| VisualPropertyDependency<T> |
Represents a set of Visual Properties to be set by their parent value if
dependency is enabled.
|
Copyright 2011 Cytoscape Consortium. All rights reserved.