de.kupzog.ktable.renderers
Interface IPercentage


public interface IPercentage

Interface that provides access to a percentage value. This is currently only used for the BarDiagramCellRenderer to determine the length of the bar to render.

Author:
Lorenz Maierhofer

Method Summary
 float getAbsoluteValue()
           
 float getPercentage()
           
 

Method Detail

getPercentage

float getPercentage()
Returns:
Returns a percentage value between 0 and 1.

getAbsoluteValue

float getAbsoluteValue()
Returns:
Returns the absolute value that was responsible for the percentage value.