#include <RulerTicks.hxx>
Definition at line 8 of file 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 |
void CLAM::RulerTicks::setRange | ( | double | min, | |
double | max | |||
) | [inline] |
void CLAM::RulerTicks::setWidth | ( | double | width | ) | [inline] |
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.
double CLAM::RulerTicks::markOffset | ( | ) | const [inline] |
double CLAM::RulerTicks::markGap | ( | ) | const [inline] |