Package | Description |
---|---|
org.cytoscape.view.vizmap |
Visual Mapping basic API module.
|
org.cytoscape.view.vizmap.events |
Events for Visual Mappings.
|
org.cytoscape.view.vizmap.mappings |
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
|
Modifier and Type | Method and Description |
---|---|
<K,V> VisualMappingFunction<K,V> |
VisualMappingFunctionFactory.createVisualMappingFunction(String attributeName,
Class<K> attrValueType,
VisualProperty<V> vp)
Create a new VisualMappingFunction.
|
<V> VisualMappingFunction<?,V> |
VisualStyle.getVisualMappingFunction(VisualProperty<V> vp)
Get current VisualMappingFunction for the VisualProperty.
|
Modifier and Type | Method and Description |
---|---|
Collection<VisualMappingFunction<?,?>> |
VisualStyle.getAllVisualMappingFunctions()
Returns all VisualMappingFunctions in this style.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualStyle.addVisualMappingFunction(VisualMappingFunction<?,?> mapping)
Add a new VisualMappingFunction to this VisualStyle.
|
Constructor and Description |
---|
VisualMappingFunctionChangedEvent(VisualMappingFunction source,
Collection<VisualMappingFunctionChangeRecord> payload) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousMapping<K,V>
An interface describing a continuous mapping from attribute value
to visual property.
|
interface |
DiscreteMapping<K,V>
An interface describing a discrete mapping from attribute value
to visual property.
|
interface |
PassthroughMapping<K,V>
An interface describing a passthrough or identity mapping from attribute value
to visual property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVisualMappingFunction<K,V>
A base class for visual mapping functions where all fields are immutable.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.