org.askalon.graph.chart
Interface DescriptionModeChart

All Known Subinterfaces:
MultipleSurfaceChart, RibbonChart, SurfaceChart, SurfacesChart

public interface DescriptionModeChart

This interface is implemented by all charts that support different modes for descriptions.

Author:
Georg Schild and Franz Endstrasser

Method Summary
 DescriptionMode getDescriptionMode()
          Gets the description mode.
 void setDescriptionMode(DescriptionMode d)
          Sets the description mode: should the descriptions contain text or the data point postion (x-position)?
 

Method Detail

setDescriptionMode

void setDescriptionMode(DescriptionMode d)
Sets the description mode: should the descriptions contain text or the data point postion (x-position)?

Parameters:
d - the new description mode
See Also:
DescriptionMode, getDescriptionMode()

getDescriptionMode

DescriptionMode getDescriptionMode()
Gets the description mode.

Returns:
the current description mode
See Also:
DescriptionMode, setDescriptionMode(DescriptionMode)


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams