be.ac.ulg.montefiore.run.totem.visualtopo.graph
Interface LinkColorShower

All Known Implementing Classes:
LoadColorShower, ReservedBandwidthColorShower, TotalReservedBandwidthColorShower, UpDownLinkColorShower

public interface LinkColorShower

The objects that implements LinkColorShower associate a float value to a specific link a the domain. The color corresponding to the float value can be obtained via an object that implements the ColorLegend interface.

Creation date: 15 mars 2006

Author:
Gaêl Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
ColorLegend

Method Summary
 float getColorValue(Link lnk)
          Returns a float value associated to the link.
 

Method Detail

getColorValue

float getColorValue(Link lnk)
Returns a float value associated to the link.

Parameters:
lnk -
Returns:
A float value.


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.