CLAM-Development
1.1
|
#include <RulerTicks.hxx>
Public Member Functions | |
void | setRange (double min, double max) |
Sets the domain value range. | |
void | setWidth (double width) |
Sets the width in pixels to be mapped the range into. | |
void | setMinGap (double minGap) |
Sets the minimum phisical space in pixels between between marks. | |
double | markOffset () const |
double | markGap () const |
Definition at line 8 of file RulerTicks.hxx.
double CLAM::RulerTicks::markGap | ( | ) | const [inline] |
Definition at line 39 of file RulerTicks.hxx.
Referenced by markOffset().
double CLAM::RulerTicks::markOffset | ( | ) | const [inline] |
Definition at line 32 of file RulerTicks.hxx.
References markGap().
void CLAM::RulerTicks::setMinGap | ( | double | minGap | ) | [inline] |
Sets the minimum phisical space in pixels between between marks.
Definition at line 28 of file RulerTicks.hxx.
void CLAM::RulerTicks::setRange | ( | double | min, |
double | max | ||
) | [inline] |
Sets the domain value range.
Definition at line 17 of file RulerTicks.hxx.
void CLAM::RulerTicks::setWidth | ( | double | width | ) | [inline] |
Sets the width in pixels to be mapped the range into.
Definition at line 23 of file RulerTicks.hxx.