S
- - The Class of the Mapping to be used as valuespublic class IDAREDependentMapper<S> extends Object implements org.cytoscape.view.vizmap.VisualMappingFunction<String,S>, org.cytoscape.view.vizmap.mappings.DiscreteMapping<String,S>
Constructor and Description |
---|
IDAREDependentMapper(String MappedColumnName,
org.cytoscape.view.model.VisualProperty<S> vp,
NodeManager nm,
S mappedValue)
Standard constructor of the Mapper
|
Modifier and Type | Method and Description |
---|---|
void |
apply(org.cytoscape.model.CyRow arg0,
org.cytoscape.view.model.View<? extends org.cytoscape.model.CyIdentifiable> arg1) |
Map<String,S> |
getAll() |
S |
getMappedValue(org.cytoscape.model.CyRow arg0) |
String |
getMappingColumnName() |
Class<String> |
getMappingColumnType() |
S |
getMapValue(String arg0) |
org.cytoscape.view.model.VisualProperty<S> |
getVisualProperty() |
<T extends S> |
putAll(Map<String,T> arg0) |
<T extends S> |
putMapValue(String arg0,
T arg1) |
public IDAREDependentMapper(String MappedColumnName, org.cytoscape.view.model.VisualProperty<S> vp, NodeManager nm, S mappedValue)
MappedColumnName
- - The column that is mapped fromvp
- - the VisualProperty
mapped to by this mappernm
- The NodeManager to obtain information frommappedValue
- - the Value used for imagenodes.public void apply(org.cytoscape.model.CyRow arg0, org.cytoscape.view.model.View<? extends org.cytoscape.model.CyIdentifiable> arg1)
public S getMappedValue(org.cytoscape.model.CyRow arg0)
public String getMappingColumnName()
Copyright © 2018. All rights reserved.