|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisualMappingFunctionFactory
Factory for VisualMappingFunctions. Implementation of this will be provided as an service. One mapping type should have one factory.
| Method Summary | ||
|---|---|---|
|
createVisualMappingFunction(String attributeName,
Class<K> attrValueType,
CyTable table,
VisualProperty<V> vp)
Create a new VisualMappingFunction. |
|
Class<?> |
getMappingFunctionType()
Returns the type of this VisualMappingFunctionFactory. |
|
| Method Detail |
|---|
<K,V> VisualMappingFunction<K,V> createVisualMappingFunction(String attributeName,
Class<K> attrValueType,
CyTable table,
VisualProperty<V> vp)
K - Data type of controlling attribute.V - Data type of VisualProperty, such as Double, String, etc.attributeName - Controlling attribute name. This is a name of the column in a data table.attrValueType - Data type of controlling attribute.vp - VisualProperty used in the new mapping
Class<?> getMappingFunctionType()
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||