16 class CBGraphicsParameters;
49 void draw(
const int & numberOfContourLevels,
85 bool colourBarLabelOnRight;
87 int colourBarRelativeAngle;
90 int colourBarNumberOfIntervals;
91 int colourBarMaximumNumberOfLabels;
93 int colourBarThickLineInterval;
99 bool horizontalLabels;
105 int numberOfIntervals;
106 int numberOfContourLevels;
126 enum LabelOrientation {labelHorizontal=0, labelVertical, labelCustomOrientation};
127 LabelOrientation labelOrientation;
134 void setupDraw(
const int & numberOfContourLevels_,
RealArray & contourLevels_,
142 void setLabelOrientation(
int labelOrientation_ );
143 int getLabelOrientation(
int &labelOrientation_ );
149 computeBarLabelOffset(
const int & numberOfContourLevels,