org.askalon.graph.chart
Interface NormalizeableChart

All Known Subinterfaces:
LinearChart, LineBarChart, RibbonChart

public interface NormalizeableChart

This interface is implemented by all charts which support the normalisation of values.

Author:
Georg Schild and Franz Endstrasser

Method Summary
 boolean isNormalized()
          Determines whether this chart currently normalizes the values.
 void setNormalized(boolean n)
          Activates or disables the normalisation of of values.
 

Method Detail

setNormalized

void setNormalized(boolean n)
Activates or disables the normalisation of of values.

Parameters:
n - true to activate normalizing, false to disable it
See Also:
isNormalized()

isNormalized

boolean isNormalized()
Determines whether this chart currently normalizes the values.

Returns:
true if values are normalized, false otherwise
See Also:
setNormalized(boolean)


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams