casa
$Rev:20696$
|
Overriding QwtScaleDraw in order to provide custom (smaller) fonts for the tick labels on a plot axis. More...
#include <SliceAxisDraw.h>
Public Member Functions | |
SliceAxisDraw () | |
void | setTickFontSize (int size) |
virtual QwtText | label (double tickValue) const |
virtual | ~SliceAxisDraw () |
Private Attributes | |
int | tickFontSize |
Overriding QwtScaleDraw in order to provide custom (smaller) fonts for the tick labels on a plot axis.
Definition at line 39 of file SliceAxisDraw.h.
virtual casa::SliceAxisDraw::~SliceAxisDraw | ( | ) | [virtual] |
virtual QwtText casa::SliceAxisDraw::label | ( | double | tickValue | ) | const [virtual] |
void casa::SliceAxisDraw::setTickFontSize | ( | int | size | ) |
int casa::SliceAxisDraw::tickFontSize [private] |
Definition at line 47 of file SliceAxisDraw.h.