Cytoscape 2.8.0 API

cytoscape.visual.mappings
Interface RangeValueCalculator<T>

All Known Implementing Classes:
ColorRangeValueCalculator, CustomGraphicsRangeValueCalculator, DoubleRangeValueCalculator, FloatRangeValueCalculator, NodeShapeRangeValueCalculator, StringRangeValueCalculator

public interface RangeValueCalculator<T>


Method Summary
 T getRange(Object attrValue)
           
 boolean isCompatible(Class<?> type)
           
 

Method Detail

getRange

T getRange(Object attrValue)

isCompatible

boolean isCompatible(Class<?> type)

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.