Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Base class for standard scales. More...
#include <ilviews/charts/scaledis.h>
Public Member Functions | |
virtual | ~IlvSingleScaleDisplayer () |
Destructor. More... | |
void | addCursor (IlvAbstractChartCursor *cursor, IlUInt position=IlvLastPositionIndex) |
Adds a cursor to the scale. More... | |
IlBoolean | areMajorTicksVisible () const |
Indicates whether the major ticks are visible. More... | |
IlBoolean | areMinorTicksVisible () const |
Indicates whether the minor ticks are visible. More... | |
IlBoolean | areStepLabelsVisible () const |
Indicates whether the step labels are visible. More... | |
virtual char * | computeStepLabel (IlDouble value) const |
Computes and returns the label associated with a data value. More... | |
virtual IlvAbstractChartCursor * | createCursor (const IlvSingleScaleDisplayer *scaleRef=0) const =0 |
Factory method to create a default cursor. More... | |
virtual IlvAbstractGridDisplayer * | createGridDisplayer (const IlvSingleScaleDisplayer *scaleRef=0) const =0 |
Factory method to create a default grid. More... | |
virtual void | drawLabelOnCrossings (IlBoolean b) |
Indicates whether the labels should be drawn where the axes intersect. More... | |
virtual void | drawOverlappingLabels (IlBoolean b) |
Sets whether overlapping labels are allowed. More... | |
IlvDim | getArrowLength () const |
Returns the arrow length. More... | |
IlvDim | getArrowWidth () const |
Returns the arrow width. More... | |
const char * | getAxisLabel () const |
Returns the label of the axis. More... | |
IlvDim | getAxisLabelOffset () const |
Returns the offset between the scale axis and its label. More... | |
IlvPalette * | getAxisLabelPalette () const |
Returns the palette used to draw the axis label. More... | |
void | getAxisLabelSizes (IlvDim &width, IlvDim &height, IlvDim &descent) const |
Returns the sizes of the axis label. More... | |
IlvPalette * | getAxisPalette () const |
Returns the palette used to draw the axis. More... | |
IlvConstantScaleStepsUpdater * | getConstantStepsUpdater () const |
Returns the constant scale steps updater (if any) used by the current scale. More... | |
virtual IlvCoordinateInfo * | getCoordinateInfo (IlUInt index=0) const |
Deprecated More... | |
virtual IlvCoordinateType | getCoordinateType () const |
Returns the type of the coordinate represented by the current scale. More... | |
IlvAbstractChartCursor * | getCursor (IlUInt index) const |
Returns the cursor at a given index. More... | |
IlvAbstractChartCursor * | getCursorByName (const char *name) const |
Returns a cursor with a given name. More... | |
IlUInt | getCursorsCount () const |
Returns the number of cursors connected to the scale. More... | |
IlvAbstractGridDisplayer * | getGridDisplayer () const |
Deprecated Returns the associated grid. More... | |
LabelLayout | getLabelLayout () const |
Returns the label layout on the scale axis. More... | |
IlvDim | getMajorTickSize () const |
Returns the size of the major ticks. More... | |
IlvDim | getMinorTickSize () const |
Returns the size of the minor ticks. More... | |
IlvDim | getOffset () const |
Returns the offset between the steps and the step labels. More... | |
const char * | getStepLabel (IlUInt iStep) const |
Returns the label of a given step. More... | |
IlDouble | getStepLabelAngle () const |
Returns the angle of the step labels. More... | |
void | getStepLabelBBox (const IlvProjectorArea &dataArea, IlUInt iStep, IlvRect &bbox) const |
Returns the bounding box of a step label. More... | |
const char * | getStepLabelFormat () const |
Returns the format used to draw the step labels. More... | |
const char *const * | getStepLabels (IlUInt &labelsCount) const |
Returns the labels of the major steps. More... | |
IlUInt | getStepLabelsCount () const |
Returns the number of step labels. More... | |
void | getStepLabelSizes (IlUInt iStep, IlvDim &width, IlvDim &height, IlvDim &descent) const |
Returns the sizes of a given step label. More... | |
IlvPalette * | getStepLabelsPalette () const |
Returns the palette used to draw the step labels. More... | |
IlUInt | getStepsCount () const |
Returns the number of major steps. More... | |
void | getStepSubStepValues (IlUInt &stepsCount, const IlDouble *&stepValues, const char *const *&stepLabels, IlUInt &subStepsCount, const IlDouble *&subStepValues) const |
Returns the values and labels associated with the scale steps. More... | |
IlvScaleStepsUpdater * | getStepsUpdater () const |
Returns the scale steps updater used by the current scale. More... | |
IlDouble | getStepUnit () const |
Returns the step unit. More... | |
IlDouble | getStepValue (IlUInt iStep) const |
Returns the value associated with a major step. More... | |
const IlDouble * | getStepValues (IlUInt &count) const |
Returns the values associated with the major steps. More... | |
IlUInt | getSubStepsCount () const |
Returns the number of minor steps between two major steps. More... | |
IlDouble | getSubStepUnit () const |
Returns the substep unit. More... | |
IlDouble | getSubStepValue (IlUInt iSubStep) const |
Returns the value associated with a minor step. More... | |
const IlDouble * | getSubStepValues (IlUInt &count) const |
Returns the values associated with the minor steps. More... | |
TickLayout | getTickLayout () const |
Returns the tick layout on the scale axis. More... | |
IlUInt | getTotalSubStepsCount () const |
Returns the total number of minor steps. More... | |
IlvValueToLabelCB | getValueToLabelCB () const |
Returns the conversion callback between data values and step labels. More... | |
IlAny | getValueToLabelCBData () const |
Returns the information parameter associated with the conversion callback between data values and step labels. More... | |
IlBoolean | hasCursor (const IlvAbstractChartCursor *cursor) const |
Checks whether a given cursor is connected to the scale. More... | |
IlBoolean | isAxisOriented () const |
Indicates whether the axis is oriented. More... | |
IlBoolean | isAxisVisible () const |
Indicates whether the axis is visible. More... | |
IlBoolean | isDrawingLabelOnCrossings () const |
Sets whether the step labels are drawn where the axes intersect. More... | |
IlBoolean | isDrawingOverlappingLabels () const |
Indicates whether overlapping labels should be drawn. More... | |
virtual IlBoolean | isOnAbscissa () const |
Indicates whether the scale is connected to the abscissa coordinate system. More... | |
virtual IlBoolean | isOnOrdinate () const |
Indicates whether the scale is connected to an ordinate coordinate system. More... | |
IlvAbstractChartCursor * | removeCursor (IlvAbstractChartCursor *cursor) |
Removes a cursor from the scale. More... | |
void | removeCursors () |
Removes and deletes all the associated cursors. | |
virtual void | setArrowLength (IlvDim length) |
Sets the arrow length. More... | |
virtual void | setArrowWidth (IlvDim width) |
Sets the arrow width. More... | |
void | setAxisLabel (const char *label) |
Sets the label of the axis. More... | |
virtual void | setAxisLabelOffset (IlvDim offset) |
Sets the offset between the scale axis and its label. More... | |
virtual void | setAxisLabelPalette (IlvPalette *pal) |
Sets the palette used to draw the axis label. More... | |
virtual void | setAxisOriented (IlBoolean o) |
Indicates whether the scale should be oriented. More... | |
virtual void | setAxisPalette (IlvPalette *pal) |
Sets the palette used to draw the axis. More... | |
void | setAxisVisible (IlBoolean visible) |
Sets the visibility of the axis. More... | |
void | setGridDisplayer (IlvAbstractGridDisplayer *grid) |
Deprecated Sets the associated grid. More... | |
virtual void | setGridDrawOrder (IlvDrawOrder drawOrder) |
Sets the drawing order for the associated grid. More... | |
virtual void | setLabelZoomFactor (IlDouble scale) |
Set the scaling (zooming) factor to be applied on labels. | |
virtual void | setMajorTickSize (IlvDim val) |
Sets the size of the major ticks. More... | |
void | setMajorTicksVisible (IlBoolean visible) |
Sets the visibility of the major ticks. More... | |
virtual void | setMinorTickSize (IlvDim val) |
Sets the size of the minor ticks. More... | |
void | setMinorTicksVisible (IlBoolean visible) |
Sets the visibility of the minor ticks. More... | |
virtual void | setOffset (IlvDim dim) |
Sets the offset between the ticks and the step labels. More... | |
virtual void | setStepLabel (IlUInt labelIndex, const char *label) |
Sets the label for a given step by hand. More... | |
virtual void | setStepLabelAngle (IlDouble angle) |
Sets the angle of the step labels. More... | |
virtual void | setStepLabelFormat (const char *format, IlBoolean invalidate=IlTrue) |
Sets the format used to translate data values into step labels. More... | |
virtual void | setStepLabels (IlUInt count, const char *const *labels=0) |
Sets the step labels by hand. More... | |
virtual void | setStepLabelsPalette (IlvPalette *pal) |
Sets the palette used to draw the step labels. More... | |
void | setStepLabelsVisible (IlBoolean visible) |
Sets the visibility of the step labels. More... | |
virtual void | setTickLayout (TickLayout layout) |
Sets the tick layout on the scale axis. More... | |
virtual void | setValueToLabelCB (IlvValueToLabelCB cb, IlAny cbData=0) |
Sets a conversion callback between data values and step labels. More... | |
virtual void | write (IlvOutputFile &) const |
Writes the attributes of the current object in a file. More... | |
Public Member Functions inherited from IlvAbstractScaleDisplayer | |
virtual | ~IlvAbstractScaleDisplayer () |
Destructor. More... | |
virtual IlvAbstractScaleDisplayer * | copy () const =0 |
Virtual copy constructor. More... | |
IlBoolean | getCrossingValue (IlDouble &dataValue) const |
Returns the data value to which the scale is actually fixed. More... | |
IlvDrawOrder | getDrawOrder () const |
Returns the drawing order for the current scale. More... | |
IlvCoordinateInfo * | getInfoForCrossingValue () const |
Returns the coordinate information used to position the scale. More... | |
const char * | getName () const |
Returns the name of the scale. More... | |
IlBoolean | getRelativePosition (IlvAxisPosition &relPos, IlvPos &offset) const |
Returns the relative position to which the scale is fixed. More... | |
IlDouble | getStoredCrossingValue () const |
Returns the stored value to which the scale is fixed. More... | |
IlBoolean | isAlwaysVisible () const |
Indicates whether the current scale must always appear on the screen. More... | |
IlBoolean | isFixedToPosition () const |
Indicates whether the scale is fixed to a position. More... | |
IlBoolean | isInVisibleDataArea () const |
Indicates whether the scale is in the visible data area. More... | |
IlBoolean | isVisible () const |
Indicates whether the scale is visible. More... | |
IlvOutputFile & | save (IlvOutputFile &file) const |
Writes a complete description of the current object in a file. More... | |
virtual void | setAlwaysVisible (IlBoolean b) |
Specifies whether the current scale must always appear on the screen. More... | |
virtual IlBoolean | setCrossingValue (IlDouble dataValue, const IlvSingleScaleDisplayer *ref) |
Sets the data value to which this scale is fixed. More... | |
virtual void | setDrawOrder (IlvDrawOrder drawOrder) |
Sets the drawing order for the current scale. More... | |
virtual void | setLabelLayout (LabelLayout layout)=0 |
Sets the label layout on the scale axis. More... | |
void | setName (const char *name) |
Sets the name of the scale. More... | |
virtual void | setRelativePosition (IlvAxisPosition relPos, IlvPos offset=0) |
Sets the position to which this scale is fixed. More... | |
void | setVisible (IlBoolean visible) |
Sets the visibility of the scale. More... | |
Protected Member Functions | |
IlvSingleScaleDisplayer (IlvCoordinateInfo *coordInfo, IlvPalette *defaultPalette) | |
Constructor. More... | |
IlvSingleScaleDisplayer (IlvCoordinateInfo *coordInfo, IlUInt nbSteps, const char *const *stepLabels, IlUInt nbSubStepsBetween, IlvPalette *defaultPalette) | |
Constructor. More... | |
IlvSingleScaleDisplayer (const IlvSingleScaleDisplayer &src) | |
Constructor. More... | |
IlvSingleScaleDisplayer (IlvInputFile &file) | |
Constructor. More... | |
IlDouble | getStepDataMax () const |
Returns the data value associated with the last step of the scale. More... | |
IlDouble | getStepDataMin () const |
Returns the data value associated with the first step of the scale. More... | |
Protected Member Functions inherited from IlvAbstractScaleDisplayer | |
IlvAbstractScaleDisplayer () | |
Constructor. More... | |
IlvAbstractScaleDisplayer (const IlvAbstractScaleDisplayer &scaleDisplayer) | |
Constructor. More... | |
IlvAbstractScaleDisplayer (IlvInputFile &file) | |
Constructor. More... | |
Friends | |
class | IlvAbstractChartCursor |
class | IlvConstantScaleStepsUpdater |
class | IlvScaleStepsUpdater |
Additional Inherited Members | |
Public Types inherited from IlvAbstractScaleDisplayer | |
Static Public Member Functions inherited from IlvAbstractScaleDisplayer | |
static IlvAbstractScaleDisplayer * | Load (IlvInputFile &file) |
Reads a scale object from a file. More... | |
Base class for standard scales.
Library: ilvcharts
This class is the base class for single scales, that is, scales connected to a single coordinate system.
The computation of the steps and the substeps is performed by a dedicated object that is an instance of a subclass of the IlvScaleStepsUpdater
class.
|
virtual |
Destructor.
The destructor performs the following steps:
|
protected |
Constructor.
Initializes a new IlvSingleScaleDisplayer
object. An instance of the IlvAutoScaleStepsUpdater
class is set on the created scale. Thus the steps, the substeps, and the step labels will be automatically computed.
coordInfo | The coordinate information to which the scale is connected. |
defaultPalette | The default palette used to draw the various parts of the scale (axis, step labels, axis label). Each individual part can be assigned a different palette afterwards. |
|
protected |
Constructor.
Initializes a new IlvSingleScaleDisplayer
object. This constructor allows you to set by hand the step labels to be displayed. An instance of the IlvConstantScaleStepsUpdater
class is set on the created scale.
coordInfo | The coordinate information to which the scale is connected. |
nbSteps | The number of major steps. |
stepLabels | The labels of the major steps. |
nbSubStepsBetween | The number of minor steps between two major steps. |
defaultPalette | The default palette used to draw the various parts of the scale (axis, step labels, axis label). Each individual part can be assigned a different palette afterwards. |
setStepLabels()
.
|
protected |
Constructor.
Initializes a new IlvSingleScaleDisplayer
object as a copy of src.
src | The object used to initialize the current one. |
|
protected |
Constructor.
Initializes a new IlvSingleScaleDisplayer
object from the description read in the input file named file.
file | The file used to initialize the current scale displayer. |
void IlvSingleScaleDisplayer::addCursor | ( | IlvAbstractChartCursor * | cursor, |
IlUInt | position = IlvLastPositionIndex |
||
) |
Adds a cursor to the scale.
cursor | The cursor to add. |
position | The insertion rank of the cursor in the cursor list. |
IlBoolean IlvSingleScaleDisplayer::areMajorTicksVisible | ( | ) | const |
Indicates whether the major ticks are visible.
IlTrue
if the major ticks are visible and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::areMinorTicksVisible | ( | ) | const |
Indicates whether the minor ticks are visible.
IlTrue
if the minor ticks are visible and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::areStepLabelsVisible | ( | ) | const |
Indicates whether the step labels are visible.
IlTrue
if the step labels are visible and IlFalse
otherwise.
|
virtual |
Computes and returns the label associated with a data value.
This method is called to create the label corresponding to a coordinate value. If a scale steps updater is defined, this method simply calls the IlvScaleStepsUpdater::computeStepLabel()
on the defined scale steps updater. Otherwise, it checks whether a conversion callback is defined. If such a function does not exist, the step label format is used to compute the label.
value | The data value for which the associated label is to be computed. |
new
operator. setValueToLabelCB()
, setStepLabelFormat()
.
|
pure virtual |
Factory method to create a default cursor.
This method must return a cursor that can be connected to the current scale.
For example, the cursors that can be connected to a rectangular scale (instance of IlvRectangularScaleDisplayer
) are instances of the IlvRectangularChartCursor
class or of the IlvCircularChartCursor
class. Similarly, the cursors that can be connected to a circular scale (instance of IlvCircularScaleDisplayer
) are only instances of the IlvRadialChartCursor
class.
scaleRef | The scale that can be used as a reference for the created cursor to know where the cursor line must stop. |
Implemented in IlvCircularScaleDisplayer, and IlvRectangularScaleDisplayer.
|
pure virtual |
Factory method to create a default grid.
This method must return a grid that can be associated with the current scale.
For example, the grids that can be associated with a rectangular scale (instance of IlvRectangularScaleDisplayer
) are instances of the IlvRectangularGridDisplayer
class or of the IlvCircularGridDisplayer
class. Similarly, the grids that can be associated with a circular scale (instance of IlvCircularScaleDisplayer
) are only instances of the IlvRadialGridDisplayer
class.
scaleRef | The scale that can be used as a reference for the created grid to indicate where the grid lines must stop. |
Implemented in IlvCircularScaleDisplayer, and IlvRectangularScaleDisplayer.
|
virtual |
Indicates whether the labels should be drawn where the axes intersect.
b | The new value of the Boolean indicating whether the labels should be drawn where the axes intersect. This Boolean is equal<code/code> if the labels should be drawn where the axes intersect and IlFalse otherwise. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets whether overlapping labels are allowed.
If labels are not allowed to overlap (b is equal to IlFalse
), the IlvSingleScaleDisplayer::getNumberOfSkippedSteps()
method will be called to compute the number of steps to skip when drawing the labels.
b | The new value of the Boolean indicating whether the labels can be overlapped. This Boolean is equal to IlTrue if overlapping labels are allowed and IlFalse otherwise. |
Implements IlvAbstractScaleDisplayer.
IlvDim IlvSingleScaleDisplayer::getArrowLength | ( | ) | const |
Returns the arrow length.
IlvDim IlvSingleScaleDisplayer::getArrowWidth | ( | ) | const |
Returns the arrow width.
const char* IlvSingleScaleDisplayer::getAxisLabel | ( | ) | const |
Returns the label of the axis.
IlvDim IlvSingleScaleDisplayer::getAxisLabelOffset | ( | ) | const |
Returns the offset between the scale axis and its label.
IlvPalette* IlvSingleScaleDisplayer::getAxisLabelPalette | ( | ) | const |
Returns the palette used to draw the axis label.
void IlvSingleScaleDisplayer::getAxisLabelSizes | ( | IlvDim & | width, |
IlvDim & | height, | ||
IlvDim & | descent | ||
) | const |
Returns the sizes of the axis label.
width | Returns the width of the label. |
height | Returns the height of the label. |
descent | Returns the descent of the label. |
IlvPalette* IlvSingleScaleDisplayer::getAxisPalette | ( | ) | const |
Returns the palette used to draw the axis.
IlvConstantScaleStepsUpdater* IlvSingleScaleDisplayer::getConstantStepsUpdater | ( | ) | const |
Returns the constant scale steps updater (if any) used by the current scale.
0
otherwise.
|
virtual |
Deprecated
Implements IlvAbstractScaleDisplayer.
|
virtual |
Returns the type of the coordinate represented by the current scale.
IlvAbscissaCoordinate
if the coordinate represented by the current scale is the abscissa coordinate and IlvOrdinateCoordinate
if the coordinate represented by the current scale is an ordinate coordinate. Implements IlvAbstractScaleDisplayer.
IlvAbstractChartCursor* IlvSingleScaleDisplayer::getCursor | ( | IlUInt | index | ) | const |
Returns the cursor at a given index.
index | The index of the cursor. |
0
if the index is invalid. IlvAbstractChartCursor* IlvSingleScaleDisplayer::getCursorByName | ( | const char * | name | ) | const |
Returns a cursor with a given name.
Returns the cursor handled by this scale whose name matches the name parameter.
name | The name of the cursor. |
0
if none was found. IlUInt IlvSingleScaleDisplayer::getCursorsCount | ( | ) | const |
Returns the number of cursors connected to the scale.
IlvAbstractGridDisplayer* IlvSingleScaleDisplayer::getGridDisplayer | ( | ) | const |
Deprecated Returns the associated grid.
0
otherwise.LabelLayout IlvSingleScaleDisplayer::getLabelLayout | ( | ) | const |
Returns the label layout on the scale axis.
IlvDim IlvSingleScaleDisplayer::getMajorTickSize | ( | ) | const |
Returns the size of the major ticks.
IlvDim IlvSingleScaleDisplayer::getMinorTickSize | ( | ) | const |
Returns the size of the minor ticks.
IlvDim IlvSingleScaleDisplayer::getOffset | ( | ) | const |
Returns the offset between the steps and the step labels.
|
protected |
Returns the data value associated with the last step of the scale.
|
protected |
Returns the data value associated with the first step of the scale.
const char* IlvSingleScaleDisplayer::getStepLabel | ( | IlUInt | iStep | ) | const |
Returns the label of a given step.
iStep | The index of the considered step. |
IlDouble IlvSingleScaleDisplayer::getStepLabelAngle | ( | ) | const |
Returns the angle of the step labels.
void IlvSingleScaleDisplayer::getStepLabelBBox | ( | const IlvProjectorArea & | dataArea, |
IlUInt | iStep, | ||
IlvRect & | bbox | ||
) | const |
Returns the bounding box of a step label.
This method computes the bounding box of a step label from a given data area definition. This data area definition can be retrieved with the IlvChartGraphic::getProjectorArea()
method.
dataArea | The data area definition. |
iStep | The index of the step. |
bbox | Returns the computed bounding box. |
const char* IlvSingleScaleDisplayer::getStepLabelFormat | ( | ) | const |
Returns the format used to draw the step labels.
const char* const* IlvSingleScaleDisplayer::getStepLabels | ( | IlUInt & | labelsCount | ) | const |
Returns the labels of the major steps.
labelsCount | Returns the number of labels. |
IlUInt IlvSingleScaleDisplayer::getStepLabelsCount | ( | ) | const |
Returns the number of step labels.
void IlvSingleScaleDisplayer::getStepLabelSizes | ( | IlUInt | iStep, |
IlvDim & | width, | ||
IlvDim & | height, | ||
IlvDim & | descent | ||
) | const |
Returns the sizes of a given step label.
iStep | The index of the considered step. |
width | Returns the width of the label. |
height | Returns the height of the label. |
descent | Returns the descent of the label. |
IlvPalette* IlvSingleScaleDisplayer::getStepLabelsPalette | ( | ) | const |
Returns the palette used to draw the step labels.
IlUInt IlvSingleScaleDisplayer::getStepsCount | ( | ) | const |
Returns the number of major steps.
void IlvSingleScaleDisplayer::getStepSubStepValues | ( | IlUInt & | stepsCount, |
const IlDouble *& | stepValues, | ||
const char *const *& | stepLabels, | ||
IlUInt & | subStepsCount, | ||
const IlDouble *& | subStepValues | ||
) | const |
Returns the values and labels associated with the scale steps.
stepsCount | Returns the number of major steps. |
stepValues | Returns the values associated with the major steps. |
stepLabels | Returns the labels of the major steps. |
subStepsCount | Returns the number of minor steps. |
subStepValues | Returns the values associated with the minor steps. |
IlvScaleStepsUpdater* IlvSingleScaleDisplayer::getStepsUpdater | ( | ) | const |
Returns the scale steps updater used by the current scale.
IlDouble IlvSingleScaleDisplayer::getStepUnit | ( | ) | const |
Returns the step unit.
Returns the value associated with a major step.
iStep | The index of the considered major step. |
Returns the values associated with the major steps.
count | Returns the number of major steps. |
IlUInt IlvSingleScaleDisplayer::getSubStepsCount | ( | ) | const |
Returns the number of minor steps between two major steps.
IlDouble IlvSingleScaleDisplayer::getSubStepUnit | ( | ) | const |
Returns the substep unit.
Returns the value associated with a minor step.
iSubStep | The index of the considered minor step. |
Returns the values associated with the minor steps.
count | Returns the number of minor steps. |
TickLayout IlvSingleScaleDisplayer::getTickLayout | ( | ) | const |
Returns the tick layout on the scale axis.
IlUInt IlvSingleScaleDisplayer::getTotalSubStepsCount | ( | ) | const |
Returns the total number of minor steps.
IlvValueToLabelCB IlvSingleScaleDisplayer::getValueToLabelCB | ( | ) | const |
Returns the conversion callback between data values and step labels.
IlAny IlvSingleScaleDisplayer::getValueToLabelCBData | ( | ) | const |
Returns the information parameter associated with the conversion callback between data values and step labels.
IlBoolean IlvSingleScaleDisplayer::hasCursor | ( | const IlvAbstractChartCursor * | cursor | ) | const |
Checks whether a given cursor is connected to the scale.
cursor | The considered cursor. |
IlTrue
if the cursor cursor is connected to the scale and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::isAxisOriented | ( | ) | const |
Indicates whether the axis is oriented.
IlTrue
if the scale axis is oriented and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::isAxisVisible | ( | ) | const |
Indicates whether the axis is visible.
IlTrue
if the axis is visible and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::isDrawingLabelOnCrossings | ( | ) | const |
Sets whether the step labels are drawn where the axes intersect.
IlTrue
if the labels are drawn where the axes intersect and IlFalse
otherwise. IlBoolean IlvSingleScaleDisplayer::isDrawingOverlappingLabels | ( | ) | const |
Indicates whether overlapping labels should be drawn.
IlTrue
if overlapping labels are drawn and IlFalse
otherwise.
|
virtual |
Indicates whether the scale is connected to the abscissa coordinate system.
IlTrue
if the scale represents the abscissa coordinate and IlFalse
if it represents an ordinate coordinate. Implements IlvAbstractScaleDisplayer.
|
virtual |
Indicates whether the scale is connected to an ordinate coordinate system.
IlTrue
if the scale represents an ordinate coordinate and IlFalse
if it represents the abscissa coordinate. Implements IlvAbstractScaleDisplayer.
IlvAbstractChartCursor* IlvSingleScaleDisplayer::removeCursor | ( | IlvAbstractChartCursor * | cursor | ) |
Removes a cursor from the scale.
The cursor is not deleted. Rather, the removed instance is returned and can be kept for future use.
cursor | The cursor to remove. |
0
otherwise.
|
virtual |
Sets the arrow length.
length | The new length of the arrow. |
setAxisOriented()
. Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the arrow width.
width | The new width of the arrow. |
setAxisOriented()
. Implements IlvAbstractScaleDisplayer.
void IlvSingleScaleDisplayer::setAxisLabel | ( | const char * | label | ) |
Sets the label of the axis.
label | The new label. The new string is copied and the previous one is freed. |
|
virtual |
Sets the offset between the scale axis and its label.
offset | The new offset between the scale axis and its label. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the palette used to draw the axis label.
This method locks the new palette and unlocks the previous one.
pal | The new palette. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Indicates whether the scale should be oriented.
An oriented scale is drawn with an arrow at the end.
oriented | The new value of the Boolean indicating whether the scale should be oriented. |
setArrowWidth()
, setArrowLength()
. Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the palette used to draw the axis.
This method locks the new palette and unlocks the previous one.
pal | The new palette. |
Implements IlvAbstractScaleDisplayer.
void IlvSingleScaleDisplayer::setAxisVisible | ( | IlBoolean | visible | ) |
Sets the visibility of the axis.
visible | The new value of the Boolean indicating whether the axis should be visible (IlTrue ) or hidden (IlFalse ). |
void IlvSingleScaleDisplayer::setGridDisplayer | ( | IlvAbstractGridDisplayer * | grid | ) |
Deprecated Sets the associated grid.
This method deletes the previous grid if it exists.
grid | The new grid. |
|
virtual |
Sets the drawing order for the associated grid.
The drawing order enables the grid to be drawn either above (IlvDrawAbove
) or below (IlvDrawBelow
) other graphical representations. The grid and the scale can have different drawing orders. If no associated grid is defined, this method has no effect.
drawOrder | The new drawing order for the associated grid. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the size of the major ticks.
size | The new size of the major ticks. |
Implements IlvAbstractScaleDisplayer.
void IlvSingleScaleDisplayer::setMajorTicksVisible | ( | IlBoolean | visible | ) |
Sets the visibility of the major ticks.
visible | The new value of the Boolean indicating whether major ticks should be visible (IlTrue ) or hidden (IlFalse ). |
|
virtual |
Sets the size of the minor ticks.
size | The new size of the minor ticks. |
Implements IlvAbstractScaleDisplayer.
void IlvSingleScaleDisplayer::setMinorTicksVisible | ( | IlBoolean | visible | ) |
Sets the visibility of the minor ticks.
visible | The new value of the Boolean indicating whether minor ticks should be visible (IlTrue ) or hidden (IlFalse ). |
|
virtual |
Sets the offset between the ticks and the step labels.
dim | The new offset between the ticks and the step labels. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the label for a given step by hand.
labelIndex | The step index. If the index is invalid, the method does nothing. |
label | The new label for the step. This label is copied before being set and the old one is freed. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the angle of the step labels.
angle | The new angle of the step labels. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the format used to translate data values into step labels.
format | The new format. The format parameter is copied and follows the same convention as the string formats used by the C primitives, such as printf() . |
invalidate | Indicates whether the layout of the scale should be recomputed. |
IlvSingleScaleDisplayer::computeStepLabel()
method. Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the step labels by hand.
The step labels can either be computed from their associated data values or manually specified by this method. The number of steps drawn by the scale is modified to match the count parameter.
count | The number of labels. |
labels | The new labels. Each label of this array is copied before being set. Each label previously defined is freed. |
computeStepLabel()
. Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets the palette used to draw the step labels.
This method locks the new palette and unlocks the previous one.
pal | The new palette. |
Implements IlvAbstractScaleDisplayer.
void IlvSingleScaleDisplayer::setStepLabelsVisible | ( | IlBoolean | visible | ) |
Sets the visibility of the step labels.
visible | The new value of the Boolean indicating whether step labels should be visible (IlTrue ) or hidden (IlFalse ). |
|
virtual |
Sets the tick layout on the scale axis.
This layout applies to both major and minor ticks. The actual result on the screen depends on the projector used and on the position of the axis.
layout | The new layout of the ticks. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Sets a conversion callback between data values and step labels.
This method lets you specify a function that gives for a data value associated with a step the actual label that will be displayed for this step. The conversion callback is used by the IlvSingleScaleDisplayer::computeStepLabel()
method.
cb | The conversion callback. |
cbData | An optional parameter used to pass additional information to the callback. |
Implements IlvAbstractScaleDisplayer.
|
virtual |
Writes the attributes of the current object in a file.
Called by the IlvAbstractScaleDisplayer::save()
method. This method can be overloaded in subclasses that define new attributes. The information written by the write()
method is read by the IO constructor, which takes an IlvInputFile
as its only argument. Both this method and the IO constructor can be automatically declared by using the DeclareScaleDisplayerTypeInfo
macro within the class declaration.
file | The file where the attributes of the current object are written. |
Reimplemented from IlvAbstractScaleDisplayer.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.