Class describes a naive layouting algorithm with a straight baseline at zero. More...
#include <stackgraphlayouter.h>
Public Member Functions | |
StackGraphLayouter (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. | |
Class describes a naive layouting algorithm with a straight baseline at zero.