Stacked Graphs
Geometry & Aesthetics
 All Classes Functions Variables Enumerations
Public Member Functions | List of all members
StreamGraphLayouter Class Reference

Class describes the layouting algorithm used in the streamgraph stacked graph The baseline is calculated by using numeric integration. More...

#include <streamgraphlayouter.h>

Public Member Functions

 StreamGraphLayouter (QObject *parent)
 
QString GetName ()
 Returns a user-presentable name for the object.
 
- Public Member Functions inherited from GraphLayouter
 GraphLayouter (QObject *parent)
 
void Layout (DataSet &dataset, const InterpolationMode interpMode, const double scaleX, const double scaleY)
 Calls calculateBaseLine to get a baseline according to the selected layouting algorithm. More...
 

Additional Inherited Members

- Public Types inherited from GraphLayouter
enum  InterpolationMode { Cubic = 0, Linear, SIZE_OF_ENUM }
 List of interpolation methods.
 
- Static Public Attributes inherited from GraphLayouter
static const char *const interpolationMode_str [InterpolationMode::SIZE_OF_ENUM] = {"Cubic", "Linear"}
 String value of the interpolation methods used to display in the GUI.
 

Detailed Description

Class describes the layouting algorithm used in the streamgraph stacked graph The baseline is calculated by using numeric integration.


The documentation for this class was generated from the following files: