Rogue Wave Views Charts Package API Reference Guide |
Rogue Wave Views Documentation Home |
Abstract base class for data display. More...
#include <ilviews/charts/display.h>
Public Member Functions | |
virtual | ~IlvAbstractChartDisplayer () |
Destructor. More... | |
void | addDataSet (IlvChartDataSet *dataSet) |
Adds a real data set to be displayed by the current displayer. More... | |
virtual IlBoolean | boundingBox (IlvRect &bbox, const IlvTransformer *t=0) const =0 |
Returns the bounding box of the graphical representation of data. More... | |
virtual IlBoolean | canBeProjectedIfOutOfBounds () const |
Indicates whether the graphical representation can be projected when it is out-of-bounds. More... | |
virtual IlvAbstractChartDisplayer * | copy () const =0 |
Virtual copy constructor. More... | |
virtual IlBoolean | dataPointBBox (IlUInt dataPtIdx, IlvRect &bbox, IlBoolean takeInfoIntoAccount=IlTrue, const IlvTransformer *t=0) const =0 |
Returns the bounding box of the graphical representation of the data points at a given index. More... | |
IlBoolean | dataPointToDisplay (const IlvDoublePoint &dataPoint, IlvPoint &point, const IlvTransformer *t=0) const |
Projects a data point into screen coordinates. More... | |
virtual IlBoolean | displayDataSet (const IlvChartDataSet *dataSet) const |
Indicates whether the current displayer displays a data set. More... | |
IlBoolean | displayToDataPoint (const IlvPoint &point, IlvDoublePoint &dataPoint, const IlvTransformer *t=0) const |
Inversely projects a screen point to retrieve the corresponding data point. More... | |
virtual void | draw (IlvPort *dst, const IlvTransformer *t=0, const IlvRegion *clip=0) const =0 |
Draws the graphical representation of data. More... | |
virtual void | drawDataPoint (IlUInt dataPtIdx, IlvPort *dst, const IlvTransformer *t=0, const IlvRegion *clip=0) const =0 |
Draws the graphical representation of the data point(s) at a given index. More... | |
virtual void | drawDataPoints (IlUInt iMin, IlUInt iMax, IlvPort *dst, const IlvTransformer *t=0, const IlvRegion *clip=0) const =0 |
Draws the graphical representation of the data points between a given interval. More... | |
virtual void | drawFill (IlBoolean b)=0 |
Sets the filling mode of the displayer. More... | |
virtual void | drawLegendItem (IlvPort *dst, const IlvRect &legendArea, IlvPalette *itemPal, const IlvRegion *clip, IlAny clientData=0) const =0 |
Draws the graphic part of a legend item associated with the current displayer. More... | |
virtual IlvColor * | getBackground (IlUInt index=0) const =0 |
Returns the background color of a palette used by the current displayer to display data. More... | |
IlvChartGraphic * | getChartGraphic () const |
Returns the chart graphic which uses the current displayer. More... | |
virtual void | getClipArea (IlvRect &area, const IlvTransformer *t) const =0 |
Returns the clipping region that is used for the drawing. More... | |
IlvChartDataSet * | getDataSet (IlUInt index=0) const |
Returns a data set used by the current displayer. More... | |
IlUInt | getDataSetsCount () const |
Returns the number of data sets used by the current displayer. More... | |
virtual IlUInt | getDisplayersCount () const =0 |
Returns the number of displayers. | |
virtual IlUInt | getDisplayItem (IlvChartDataSet *&dataSet, const IlvPoint &viewPoint, const IlvTransformer *t) const =0 |
Returns the item to which a view point corresponds. More... | |
virtual IlBoolean | getDisplayPoint (const IlvChartDataSet *dataSet, IlUInt dataPtIdx, IlvPoint &point, const IlvTransformer *t=0) const =0 |
Returns the corresponding screen point for a data point. More... | |
virtual IlvColor * | getForeground (IlUInt index=0) const =0 |
Returns the foreground color of a palette used by the current displayer to display data. More... | |
virtual const char * | getInternalLegendText (IlUInt index=0) const =0 |
Returns the legend text stored in the current displayer. More... | |
virtual const char * | getLegendText (IlUInt index=0) const =0 |
Returns the text that will be used in a legend for the current displayer. More... | |
IlUInt | getMaxDataSetsCount () const |
Returns the maximum number of real data sets that the current displayer is allowed to display. More... | |
const char * | getName () const |
Returns the name of the current displayer. More... | |
virtual IlUInt | getNearestPoint (IlvChartDataSet *&dataSet, const IlvPoint &viewPoint, IlvDim distance, IlvPoint &point, const IlvTransformer *t=0) const =0 |
Returns the nearest data point. More... | |
IlvCoordinateInfo * | getOrdinateInfo () const |
Deprecated Returns the coordinate information associated with the ordinate scale considered to display data. More... | |
virtual IlvPalette * | getPalette (IlUInt index=0) const =0 |
Returns a palette used by the current displayer to display data. More... | |
const IlvCompositeChartDisplayer * | getParentDisplayer () const |
Returns the parent displayer. More... | |
virtual IlvChartDataPointInfo * | getPointInfo (IlUInt dataPtIdx, const IlvChartDataSet *dataSet=0) const |
Returns the point information associated with a given data point. More... | |
virtual IlvPointInfoCollection * | getPointInfoCollection (const IlvChartDataSet *dataSet) const =0 |
Returns the point information collection defined to be used to display a given data set. More... | |
virtual IlvPalette * | getProjectedPointsPalette () const |
Returns the palette used to display out-of-bounds values. More... | |
IlvChartDataSet * | getRealDataSet (IlUInt index=0) const |
Returns a real data set to be displayed by the current displayer. More... | |
IlUInt | getRealDataSetsCount () const |
Returns the number of real data sets. More... | |
virtual IlvCombinedChartDataSet * | getVirtualDataSet (const IlvChartDataSet *dataSet, IlUInt &index) const |
Returns a virtual data set used by the current displayer. More... | |
virtual IlBoolean | graphicalRepresentationByDataPoint () const |
Indicates whether there is a graphical representation by data point. More... | |
virtual void | insertDataSet (IlvChartDataSet *dataSet, IlUInt index=IlvLastPositionIndex) |
Inserts a real data set to be displayed by the current displayer. More... | |
virtual IlBoolean | isContinuous () const |
Indicates whether the graphical representation is continuous. More... | |
virtual IlBoolean | isFilled () const |
Indicates whether the graphical representation is filled. More... | |
virtual IlBoolean | isViewable () const |
Indicates whether the graphical representation can be viewed. More... | |
IlBoolean | isVisible () const |
Indicates whether the graphical representation is visible. More... | |
virtual void | removeDataSet (IlvChartDataSet *dataSet) |
Removes a real data set from the data sets to be displayed by the current displayer. More... | |
virtual void | removeDataSets () |
Removes all the real data sets to be displayed by the current displayer. | |
void | removePointInfoCollection (const IlvChartDataSet *dataSet) |
Removes the point information collection defined to be used to display a given data set. More... | |
virtual IlBoolean | replaceDataSet (IlvChartDataSet *oldDataSet, IlvChartDataSet *newDataSet) |
Replaces a real data set with another one. More... | |
IlvOutputFile & | save (IlvOutputFile &file) const |
Writes a complete description of the current object in a file. More... | |
virtual void | setBackground (IlvColor *color, IlUInt index=0)=0 |
Sets the background color of a palette used by the current displayer to display data. More... | |
virtual void | setChartGraphic (IlvChartGraphic *chart) |
Sets the chart graphic which uses the current displayer. More... | |
virtual IlBoolean | setDataPoint (IlvChartDataSet *dataSet, IlUInt dataPtIdx, const IlvPoint &point, const IlvTransformer *t=0) const =0 |
Sets the corresponding data point from a screen point. More... | |
virtual void | setDataSet (IlvChartDataSet *dataSet, IlUInt index=0) |
Sets a real data set to be displayed by the current displayer. More... | |
void | setDataSet (IlvChartDataSet *dataSet, IlvPalette *palette, IlUInt index=0) |
Sets a real data set to be displayed by the current displayer. More... | |
virtual void | setDataSets (IlUInt count, IlvChartDataSet *const *dataSets) |
Sets the real data sets to be displayed by the current displayer. More... | |
virtual void | setForeground (IlvColor *color, IlUInt index=0)=0 |
Sets the foreground color of a palette used by the current displayer to display data. More... | |
virtual void | setLegendItems (IlvChartLegend *legend) const =0 |
Sets the legend items associated with the current displayer. More... | |
virtual void | setLegendText (const char *text, IlUInt index=0)=0 |
Sets the text that will be used in a legend for the current displayer. More... | |
virtual void | setMode (IlvDrawMode mode)=0 |
Sets the drawing mode. More... | |
void | setName (const char *name) |
Sets the name of the current displayer. More... | |
virtual void | setOrdinateInfo (IlvCoordinateInfo *ordinateInfo) |
Sets the coordinate information associated with the ordinate scale considered to display data. More... | |
virtual void | setOverwrite (IlBoolean o)=0 |
Sets the overwrite mode. More... | |
virtual void | setPalette (IlvPalette *pal, IlUInt index=0)=0 |
Sets a palette used by the current displayer to display data. More... | |
void | setParentDisplayer (const IlvCompositeChartDisplayer *displayer) |
Sets the parent displayer. More... | |
virtual void | setPointInfoCollection (const IlvChartDataSet *dataSet, IlvPointInfoCollection *ptInfoCollection)=0 |
Sets the point information collection that will be used to display a given data set. More... | |
void | setVirtualDataSet (IlvCombinedChartDataSet *vDataSet, IlUInt index=0) |
Sets a virtual data set used by the current displayer. More... | |
void | setVisible (IlBoolean visible) |
Specifies whether the graphical representation is visible. More... | |
virtual IlBoolean | useVirtualDataSets () const |
Indicates whether the current displayer uses virtual data sets. More... | |
virtual void | write (IlvOutputFile &file) const |
Writes the attributes of the current object in a file. More... | |
Static Public Member Functions | |
static IlvAbstractChartDisplayer * | Load (IlvInputFile &file) |
Reads a displayer object from a file. More... | |
Protected Member Functions | |
IlvAbstractChartDisplayer () | |
Constructor. More... | |
IlvAbstractChartDisplayer (const IlvAbstractChartDisplayer &displayer) | |
Constructor. More... | |
IlvAbstractChartDisplayer (IlvInputFile &file) | |
Constructor. More... | |
virtual void | dataSetAdded (IlUInt position=IlvLastPositionIndex) |
Performs the updates needed when a real data set is added. More... | |
virtual void | dataSetRemoved (IlUInt index) |
Performs the updates needed when a real data set is removed. More... | |
virtual void | update () |
Performs the updates needed when modifications (removing, adding, replacing) are made to the real data sets. | |
virtual void | updateVirtualDataSets () |
Updates the virtual data sets. More... | |
Abstract base class for data display.
Library: ilvcharts
This abstract class defines a given type of graphical representation of data that is used within a chart. For example, data can be represented by markers, by polylines, and so on.
Each type of graphical representation of data is displayed within a chart by an instance of a derived class of IlvAbstractChartDisplayer
. These objects that allow you to represent data in a specific way are commonly called displayers.
The displayers are divided into two categories:
displayers that display data with a single basic rendering shape. For example, these are the displayers representing data with markers, polylines, bars, and so on.
These displayers are all instances of subclasses of the IlvSingleChartDisplayer
class, which is a subclass of IlvAbstractChartDisplayer
.
displayers that display data with a composition of several rendering shapes, thus allowing you to represent more complex graphical representations of data. For example, these displayers represent data with stacked bars or with stock charts. The stacked-bar displayer (see the IlvStackedBarChartDisplayer
class) is composed of several single displayers that represent data with bars (see the IlvBarChartDisplayer
class). The stock-chart displayer (see the IlvHiLoOpenCloseChartDisplayer
class) is composed of a single displayer that represents data with a high-low chart (see the IlvHiLoChartDisplayer
class) and a single displayer that displays data with a high-low bar chart (see the IlvHiLoBarChartDisplayer
class).
These displayers are all instances of subclasses of the IlvCompositeChartDisplayer
class, which is a subclass of IlvAbstractChartDisplayer
. They are defined as a composition of other displayers that can be single or composite displayers.
A displayer can be used to display one or several data sets, depending on the type of the displayer. (See the IlvChartDataSet
class for details about the data sets.) For example, a displayer that displays data with bars displays a unique data set, and a displayer that displays data with a high-low chart displays at least two data sets. For a given displayer, there are two kinds of data sets:
The real data sets are the data sets to be displayed with this displayer and that are set on this displayer. These data sets are stored in the object managing data sets that is set on the chart using this displayer.
The virtual data sets are the data sets constructed just for the needs of the drawing from the real data sets that are to be displayed with the current displayer.
Virtual data sets are not constructed in each displayer. Virtual data sets are constructed only in displayer types that cannot directly display the real data sets to be displayed but that need to put the data into another format before being able to display them. This is the case, for example, for the pie displayer that needs a specific virtual data set to internally transform the data set into a set of angle values that will then be displayed by the pie displayer.
The virtual data sets that are constructed inside the displayers are defined as a combination of the real data sets. (See the IlvCombinedChartDataSet
class for more details.)
If virtual data sets are defined for a given displayer, these data sets, constructed from the real data sets that are set on the displayer, will be displayed by the displayer. Otherwise, the displayer will directly display the real data sets that are set on it.
The current class stores a pointer to the chart graphic that uses it to display data and a pointer to a possible parent displayer. For a given displayer, the parent displayer corresponds to the composite displayer that uses this displayer if the displayer is used by a composite displayer.
|
virtual |
Destructor.
The destructor sets the pointers to the chart graphic that uses the current displayer and to the parent displayer if it is defined to 0
.
|
protected |
Constructor.
Initializes a new IlvAbstractChartDisplayer
instance. By default, the Boolean that indicates the visibility is set to IlTrue
. The name, the pointers to the chart graphic that uses the current displayer, and the pointers to the parent displayer are set to 0
.
|
protected |
Constructor.
Initializes a new IlvAbstractChartDisplayer
instance as a copy of displayer.
displayer | The object used to initialize the current one. |
|
protected |
Constructor.
Initializes a new IlvAbstractChartDisplayer
instance from the description read in the input file named file.
file | The file used to initialize the current displayer. |
void IlvAbstractChartDisplayer::addDataSet | ( | IlvChartDataSet * | dataSet | ) |
Adds a real data set to be displayed by the current displayer.
Adds a data set at the end of the collection of data sets to be displayed by the current displayer.
dataSet | The data set to add. |
|
pure virtual |
Returns the bounding box of the graphical representation of data.
bbox | The bounding box of the graphical representation of data displayed by the current displayer. |
t | The transformer that is applied to the returned bounding box. |
IlTrue
if the bounding box has been successfully computed and IlFalse
otherwise. Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
virtual |
Indicates whether the graphical representation can be projected when it is out-of-bounds.
This method returns IlTrue
if the graphical representation displayed by the current displayer can be projected when it is out-of-bounds and IlFalse
otherwise.
IlFalse
by default. Reimplemented in IlvPolylineChartDisplayer.
|
pure virtual |
Virtual copy constructor.
Creates and returns a copy of the current object. This method must be overloaded in subclasses. It is automatically declared by the DeclareChartDisplayerTypeInfo()
macro. The IlvPredefinedChartDisplayerIOMembers()
macro lets you define a default implementation, which returns an instance initialized with the copy constructor.
|
pure virtual |
Returns the bounding box of the graphical representation of the data points at a given index.
dataPtIdx | The index of the data point(s) for which we want to get the bounding box of their graphical representation. |
bbox | The returned bounding box of the graphical representation of the data point(s). |
takeInfoIntoAccount | A Boolean value indicating whether the point information must be taken into account when the bounding box is computed. |
t | The transformer that is applied to the bounding box. |
IlTrue
if the bounding box has been successfully computed and IlFalse
otherwise. Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
IlBoolean IlvAbstractChartDisplayer::dataPointToDisplay | ( | const IlvDoublePoint & | dataPoint, |
IlvPoint & | point, | ||
const IlvTransformer * | t = 0 |
||
) | const |
Projects a data point into screen coordinates.
dataPoint | The data point to project into screen coordinates. |
point | The corresponding screen point. |
t | The optional transformer that is applied to the computed screen point. |
IlTrue
if the computation has been successfully performed and IlFalse
otherwise.
|
protectedvirtual |
Performs the updates needed when a real data set is added.
position | The index at which the data set is added. |
|
protectedvirtual |
Performs the updates needed when a real data set is removed.
This method just calls the IlvAbstractChartDisplayer::update()
method.
index | The index of the removed data set. |
Reimplemented in IlvStackedChartDisplayer, and IlvSideBySideChartDisplayer.
|
virtual |
Indicates whether the current displayer displays a data set.
This method returns IlTrue
if the data set dataSet is one of the real data sets to be displayed by the current displayer or one of the virtual data sets used by this displayer. Otherwise, it returns IlFalse
.
dataSet | The data set for which we want to know whether it is displayed by the current displayer. |
IlTrue
if the data set dataSet is displayed by the current displayer and IlFalse
otherwise. IlBoolean IlvAbstractChartDisplayer::displayToDataPoint | ( | const IlvPoint & | point, |
IlvDoublePoint & | dataPoint, | ||
const IlvTransformer * | t = 0 |
||
) | const |
Inversely projects a screen point to retrieve the corresponding data point.
dataPoint | The data point retrieved from the screen point point. |
point | The screen point that is inversely projected to retrieve the corresponding data point. |
t | The transformer that has already been applied to point. |
IlTrue
if the computation has been successfully performed and IlFalse
otherwise.
|
pure virtual |
Draws the graphical representation of data.
Draws the graphical representation of data in the given IlvPort
dst using the transformer t and the clipping region clip. In the case of a composite displayer, the draw()
method is called for each child displayer that composes the composite displayer.
dst | The port used for the drawing. |
t | The optional transformer. |
clip | The optional clipping region. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, and IlvStackedChartDisplayer.
|
pure virtual |
Draws the graphical representation of the data point(s) at a given index.
Draws the graphical representation of the data point(s) at the index dataPtIdx in the data set(s) to be displayed by the current displayer. The drawing is performed in the port dst using the transformer t, and the clipping region clip.
dataPtIdx | The index of the data point(s) to draw. |
dst | The port used for the drawing. |
t | The optional transformer. |
clip | The optional clipping region. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Draws the graphical representation of the data points between a given interval.
Draws the graphical representation of the data points between the indexes iMin and iMax in the data set(s) to be displayed by the current displayer. The drawing is performed in the port dst using the transformer t and the clipping region clip.
iMin | The minimum index used to select the data points to draw. |
iMax | The maximum index used to select the data points to draw. |
dst | The port used for the drawing. |
t | The optional transformer. |
clip | The optional clipping region. |
1
and iMax is increased by 1
before selecting the data points whenever possible. This ensures continuity when drawing the chart, especially when polylines are used.IlvAbstractChartDisplayer::drawDataPoint()
method, which works for all cases. Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Sets the filling mode of the displayer.
This method tells the displayer whether the shape to render must be filled (using the background color of the palette) or simply outlined. In the case of a composite displayer, the new mode is propagated to all the child displayers.
b | The new value of the Boolean indicating if the shape is to be filled (IlTrue ) or only outlined (IlFalse ). |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Draws the graphic part of a legend item associated with the current displayer.
The drawing is performed in the port dst using the clipping region clip. It is bounded by the rectangle legendArea.
dst | The port used for the drawing. |
legendArea | The area where the drawing is performed. |
itemPal | The palette of the legend item associated with the current displayer. |
clip | The optional clipping region. |
clientData | The client data defined for the legend item associated with the current displayer. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, IlvStairChartDisplayer, IlvFixedStepChartDisplayer, IlvHiLoBarChartDisplayer, IlvPieChartDisplayer, IlvStepChartDisplayer, IlvPolygonChartDisplayer, IlvHiLoChartDisplayer, IlvBubbleChartDisplayer, IlvPolylineChartDisplayer, and IlvScatterChartDisplayer.
Returns the background color of a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just returns the background color of the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method returns the background color of the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
IlvChartGraphic* IlvAbstractChartDisplayer::getChartGraphic | ( | ) | const |
Returns the chart graphic which uses the current displayer.
|
pure virtual |
Returns the clipping region that is used for the drawing.
area | The clipping region that is used to clip the graphical representation of data drawn by the current displayer. |
t | The transformer that is applied to the returned clipping region. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, IlvFixedStepChartDisplayer, IlvPieChartDisplayer, Ilv3dBarChartDisplayer, IlvHiLoChartDisplayer, IlvBubbleChartDisplayer, IlvBarChartDisplayer, and IlvScatterChartDisplayer.
IlvChartDataSet* IlvAbstractChartDisplayer::getDataSet | ( | IlUInt | index = 0 | ) | const |
Returns a data set used by the current displayer.
The returned data set corresponds to the data set at the index index among the virtual data sets if the current displayer uses virtual data sets. (See the IlvAbstractChartDisplayer::useVirtualDataSets()
method.) Otherwise, it corresponds to the data set at the index index among the real data sets to be displayed by the current displayer.
index | The index of the returned data set. |
IlUInt IlvAbstractChartDisplayer::getDataSetsCount | ( | ) | const |
Returns the number of data sets used by the current displayer.
This number of data sets corresponds to the number of virtual data sets if the current displayer uses virtual data sets. (See the IlvAbstractChartDisplayer::useVirtualDataSets()
method.) Otherwise, it corresponds to the number of real data sets to be displayed by the current displayer.
|
pure virtual |
Returns the item to which a view point corresponds.
Returns the index of the data point in the data set dataSet displayed by the current displayer that has its corresponding representation colliding with the point viewPoint. The returned index is equal to IlvBadIndex
if no data point has been found. If the data set dataSet passed as a parameter is equal to 0
, the nearest data point is searched for in all the data sets displayed by the current displayer. Otherwise, it is searched for in the data set dataSet. At the end, dataSet references the data set in which the data point has been found or 0
if no data set has been found. If no point has been found in a data set, dataSet is also equal to 0
.
dataSet | The data set from which a data point is retrieved. |
viewPoint | The point in screen coordinates for which we want to get the nearest displayed data point. |
t | The optional transformer. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Returns the corresponding screen point for a data point.
Returns in point the point in screen coordinates corresponding to the data point at the index dataPtIdx in the data set data set to be displayed by the current displayer.
dataSet | The data set to which the considered data point belongs. |
dataPtIdx | The index of the considered data point in the data set dataSet. |
point | The screen point corresponding to the considered data point. |
t | The transformer that is applied to the returned screen point. |
IlTrue
if the corresponding screen point has been successfully computed and IlFalse
otherwise. Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
Returns the foreground color of a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just returns the foreground color of the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method returns the foreground color of the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Returns the legend text stored in the current displayer.
This text, if it is defined, is used in a legend as comments for the data represented by the current displayer. (See the IlvAbstractChartDisplayer::getLegendText()
method.) If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just returns the legend text stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method returns the legend text stored for the displayer at the index index in the collection of displayers that compose the current displayer.
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Returns the text that will be used in a legend for the current displayer.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just returns the legend text stored inside the displayer if it is defined. Otherwise, the method returns the name of the data set obtained by the IlvAbstractChartDisplayer::getRealDataSet()
method. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method returns the text that will be used in a legend for the displayer at the index index in the collection of displayers that compose the current displayer.
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, and IlvHiLoChartDisplayer.
IlUInt IlvAbstractChartDisplayer::getMaxDataSetsCount | ( | ) | const |
Returns the maximum number of real data sets that the current displayer is allowed to display.
|
virtual |
Returns the name of the current displayer.
Reimplemented from IlvValueInterface.
|
pure virtual |
Returns the nearest data point.
Returns the index of the data point in the data set dataSet displayed by the current displayer that has its corresponding point in screen coordinates nearest to the point viewPoint. The returned index is equal to IlvBadIndex
if no data point has been found. If the data set dataSet passed as a parameter is equal to 0
, the nearest data point is searched for in all the data sets displayed by the current displayer. Otherwise, it is searched for in the data set dataSet. At the end, dataSet references the data set in which the data point has been found or 0
if no data set has been found. If no point has been found in a data set, dataSet is also equal to 0
.
dataSet | The data set from which a data point is retrieved. |
viewPoint | The point in screen coordinates for which we want to get the nearest displayed data point. |
distance | The maximum distance allowed between viewPoint and the screen point corresponding to the returned data point. |
point | The screen point corresponding to the nearest data point that has been found. |
t | The optional transformer. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
IlvCoordinateInfo* IlvAbstractChartDisplayer::getOrdinateInfo | ( | ) | const |
Deprecated Returns the coordinate information associated with the ordinate scale considered to display data.
|
pure virtual |
Returns a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just returns the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method returns the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers composing the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
const IlvCompositeChartDisplayer* IlvAbstractChartDisplayer::getParentDisplayer | ( | ) | const |
Returns the parent displayer.
This method is appropriate when the current displayer is used by a composite displayer.
0
.
|
virtual |
Returns the point information associated with a given data point.
Returns the point information associated with the data point at the index index in the data set dataSet if dataSet is different from 0
. dataSet must be a real data set displayed by the current displayer.
If dataSet is equal to 0
, this method returns the point information associated with the data point at the index index in the data set returned by the IlvAbstractChartDisplayer::getRealDataSet()
method.
If a point information collection has been defined to be used by the current displayer to display the considered data set, this method returns the point information that is managed by this point information collection. If no such point information collection has been defined, this method returns the point information that is managed by the point information collection that has directly been set on the considered data set (by using the IlvChartDataSet::setPointInfoCollection()
method) if this point information collection exists.
dataPtIdx | The index of the data point for which we want to get the point information. |
dataSet | The data set to which the data point belongs. |
Reimplemented in IlvHiLoChartDisplayer.
|
pure virtual |
Returns the point information collection defined to be used to display a given data set.
dataSet | The data set that will be displayed by the current displayer. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
virtual |
Returns the palette used to display out-of-bounds values.
The current implementation of the method returns a pointer to the palette object that has been set to display out-of-bounds data points in the chart object that uses the current displayer.
Reimplemented in IlvPolylineChartDisplayer.
IlvChartDataSet* IlvAbstractChartDisplayer::getRealDataSet | ( | IlUInt | index = 0 | ) | const |
Returns a real data set to be displayed by the current displayer.
index | The index of the real data set that is returned. |
IlUInt IlvAbstractChartDisplayer::getRealDataSetsCount | ( | ) | const |
Returns the number of real data sets.
|
virtual |
Returns a virtual data set used by the current displayer.
The default implementation returns the first virtual data set among the virtual data sets used by the current displayer for which the data set dataSet is one of the real data sets used to construct this virtual data set.
dataSet | The real data set for which we want to get the first virtual data set that uses it. |
index | The index of the virtual data set that is returned. |
Reimplemented in IlvStackedChartDisplayer.
|
virtual |
Indicates whether there is a graphical representation by data point.
There is a graphical representation by data point for displayers displaying markers, bars, and so on. But there is not a graphical representation by data point for some displayers (such as polyline displayers, step displayers, and so on) that display continuous graphical representations linking several data points together.
This method returns IlTrue
if there is a graphical representation by data point for the current displayer and IlFalse
otherwise.
IlTrue
by default. Reimplemented in IlvCompositeChartDisplayer, IlvStepChartDisplayer, and IlvPolylineChartDisplayer.
|
virtual |
Inserts a real data set to be displayed by the current displayer.
dataSet | The data set to insert. |
index | The index at which the data set must be inserted. |
|
virtual |
Indicates whether the graphical representation is continuous.
The graphical representation of data displayed by a displayer is continuous if the graphical representation displayed for a given data point extends to and relies on another data point. So it is continuous if a given data point is not sufficient to display the graphical representation for this data point. For example, the graphical representation of data by a polyline is continuous since it requires the given data point and the following data point to be able to draw the graphical representation for a given data point. On the other hand, the graphical representation of data by markers is not continuous.
This method returns IlTrue
if the current displayer is continuous and IlFalse
otherwise.
IlFalse
by default. Reimplemented in IlvCompositeChartDisplayer, IlvStepChartDisplayer, IlvPieChartDisplayer, IlvHiLoChartDisplayer, and IlvPolylineChartDisplayer.
|
virtual |
Indicates whether the graphical representation is filled.
A graphical representation is filled for a given data point if it is not only located around this data point but also if it extends towards the origin. This is the case, for example, for displayers representing data with bars. A bar begins at the data point position and is drawn to the abscissa scale in Cartesian charts and to the center of the data display area in polar charts.
This method returns IlTrue
if the graphical representation displayed by the current displayer is filled and IlFalse
otherwise.
IlFalse
by default. Reimplemented in IlvCompositeChartDisplayer, IlvStairChartDisplayer, IlvPolygonChartDisplayer, IlvBarChartDisplayer, and IlvHiLoChartDisplayer.
|
virtual |
Indicates whether the graphical representation can be viewed.
The graphical representation displayed by the current displayer can be viewed if and only if all the elements required to be able to display this graphical representation are verified. By default, it can be viewed if the graphical representation is visible, if the number of data sets to display is greater than 0
, and if the coordinate information associated with the ordinate scale considered to display the data is defined.
IlTrue
if the graphical representation displayed by the current displayer can be viewed, IlFalse
otherwise. Reimplemented in IlvCompositeChartDisplayer, IlvBubbleChartDisplayer, and IlvHiLoChartDisplayer.
IlBoolean IlvAbstractChartDisplayer::isVisible | ( | ) | const |
Indicates whether the graphical representation is visible.
IlTrue
if the graphical representation displayed by the current displayer is visible and IlFalse
otherwise.
|
static |
Reads a displayer object from a file.
Creates a displayer instance from the description stored in the file file. The object description must have been written with the IlvAbstractChartDisplayer::save()
method.
file | The file where the object description is stored. |
|
virtual |
Removes a real data set from the data sets to be displayed by the current displayer.
dataSet | The data set that is to be removed from the collection of data sets to be displayed by the current displayer. |
getRealDataSet()
function if the displayer uses composite data sets like the IlvStackedChartDisplayer
. void IlvAbstractChartDisplayer::removePointInfoCollection | ( | const IlvChartDataSet * | dataSet | ) |
Removes the point information collection defined to be used to display a given data set.
dataSet | The data set for which we want to remove the defined point information collection. |
|
virtual |
Replaces a real data set with another one.
oldDataSet | The data set that is to be replaced in the collection of data sets to be displayed by the current displayer. |
newDataSet | The data set that will replace oldDataSet. |
IlTrue
if the data set replacement has been successfully performed and IlFalse
otherwise. IlvOutputFile& IlvAbstractChartDisplayer::save | ( | IlvOutputFile & | file | ) | const |
Writes a complete description of the current object in a file.
Writes the complete object description in a file. This description contains all the information necessary to read back this object with the IlvAbstractChartDisplayer::Load()
member function. This method first writes information regarding the type of the object and calls the IlvAbstractChartDisplayer::write()
method.
file | The file where the complete object description is written. |
|
pure virtual |
Sets the background color of a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just sets the background color of the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method sets the background color of the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
color | The background color to be set. |
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
virtual |
Sets the chart graphic which uses the current displayer.
chart | The chart graphic which uses the current displayer. |
Reimplemented in IlvCompositeChartDisplayer, and IlvPieChartDisplayer.
|
pure virtual |
Sets the corresponding data point from a screen point.
Computes from the point in screen coordinates point the corresponding data point and sets this data point at the index dataPtIdx in the data set dataSet that is displayed by the current displayer.
dataSet | The data set for which we want to set a data point. |
dataPtIdx | The index of the data point to be set. |
point | The point in screen coordinates that is considered to be already transformed by t. |
t | The transformer that has already been applied to point. |
IlTrue
if the data point has been successfully set and IlFalse
otherwise. Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
virtual |
Sets a real data set to be displayed by the current displayer.
If a data set already exists at the index index, it is replaced by the new one. Otherwise, the new data set is added at the end.
dataSet | The new real data set to be displayed by the current displayer. |
index | The index at which the new data set is set. |
void IlvAbstractChartDisplayer::setDataSet | ( | IlvChartDataSet * | dataSet, |
IlvPalette * | palette, | ||
IlUInt | index = 0 |
||
) |
Sets a real data set to be displayed by the current displayer.
If a data set already exists at the index index, it is replaced by the new one. Otherwise, the new data set is added at the end.
dataSet | The new real data set to be displayed by the current displayer. |
palette | A pointer to the palette that will be used to display the data set dataSet. |
index | The index at which the new data set is set. |
|
virtual |
Sets the real data sets to be displayed by the current displayer.
count | The number of data sets contained in the array dataSets. |
dataSets | The new array of real data sets to be displayed by the current displayer. |
|
pure virtual |
Sets the foreground color of a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just sets the foreground color of the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method sets the foreground color of the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
color | The foreground color to be set. |
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Sets the legend items associated with the current displayer.
Sets the legend items associated with the current displayer on the legend legend. This is done by calling the IlvChartLegend::addLegendItem()
method for each legend item associated with the current displayer.
legend | The legend that will display the legend items associated with the current displayer. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, IlvPieChartDisplayer, and IlvMarkedPolylineChartDisplayer.
|
pure virtual |
Sets the text that will be used in a legend for the current displayer.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just sets the legend text stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method sets the legend text defined for the displayer at the index index in the collection of displayers that compose the current displayer.
text | The text that will be used in a legend for the current displayer. The text passed as a parameter is copied. |
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers that compose the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
|
pure virtual |
Sets the drawing mode.
Sets the drawing mode for the current object. The information is passed to all the palettes used by the current displayer to display data.
mode | The new drawing mode for the current object. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, IlvPieChartDisplayer, Ilv3dBarChartDisplayer, and IlvHiLoChartDisplayer.
void IlvAbstractChartDisplayer::setName | ( | const char * | name | ) |
Sets the name of the current displayer.
name | The new name of the current displayer. The name passed as a parameter is copied. |
|
virtual |
Sets the coordinate information associated with the ordinate scale considered to display data.
This method allows you to specify the ordinate scale that will be considered to display data for the current displayer. The coordinate information associated with this ordinate scale is set in the current displayer. In the case of a composite displayer, the coordinate information is propagated to all the child displayers.
ordinateInfo | The new coordinate information associated with the ordinate scale that will be considered to display the data for the current displayer. |
IlvChartGraphic::addDisplayer()
method.) Therefore, the coordinate information does not need to be set by hand. Reimplemented in IlvCompositeChartDisplayer.
|
pure virtual |
Sets the overwrite mode.
Modifies the way the drawing member functions of the current object operate when drawing on the root port. If the o parameter is set to IlFalse
, the drawing operations are hidden by the windows stored on the top window. If the parameter is set to IlTrue
, the drawing operations are performed on top of every window present on the screen, just as if the windows were part of the root window. The information is passed to all the palettes used by the current displayer to display data.
o | The new value of the Boolean indicating the way the drawing member functions operate. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, IlvPieChartDisplayer, Ilv3dBarChartDisplayer, and IlvHiLoChartDisplayer.
|
pure virtual |
Sets a palette used by the current displayer to display data.
If the current displayer is a single displayer (that is, an object inherited from the IlvSingleChartDisplayer
class), this method just sets the palette stored inside the displayer. If the current displayer is a composite displayer (that is, an object inherited from the IlvCompositeChartDisplayer
class), this method sets the palette used by the displayer at the index index in the collection of displayers that compose the current displayer.
pal | The palette to be set. |
index | If the current displayer is a composite displayer, this parameter indicates the index of the displayer within the displayers composing the current displayer. Otherwise, this parameter can be omitted. |
Implemented in IlvCompositeChartDisplayer, IlvSingleChartDisplayer, and Ilv3dBarChartDisplayer.
void IlvAbstractChartDisplayer::setParentDisplayer | ( | const IlvCompositeChartDisplayer * | displayer | ) |
Sets the parent displayer.
This method is appropriate when the current displayer is used by a composite displayer.
displayer | The pointer to the composite displayer that uses the current displayer. |
|
pure virtual |
Sets the point information collection that will be used to display a given data set.
This new point information collection has priority. It is the one that will be considered to display the data set dataSet, even if a point information collection has already been defined for the data set dataSet by using the IlvChartDataSet::setPointInfoCollection()
method.
dataSet | The data set that will be displayed by the current displayer. |
ptInfoCollection | The point information collection that will be used to display the data set dataSet. |
Implemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
void IlvAbstractChartDisplayer::setVirtualDataSet | ( | IlvCombinedChartDataSet * | vDataSet, |
IlUInt | index = 0 |
||
) |
Sets a virtual data set used by the current displayer.
If a data set already exists at the index index, it is replaced by the new one. Otherwise, the new data set is added at the end.
vDataSet | The new virtual data set. |
index | The index at which the new data set is set. |
void IlvAbstractChartDisplayer::setVisible | ( | IlBoolean | visible | ) |
Specifies whether the graphical representation is visible.
visible | The new value of the Boolean indicating whether the graphical representation displayed by the current displayer is visible. |
|
protectedvirtual |
Updates the virtual data sets.
This method does nothing at this level of the class hierarchy.
IlvAbstractChartDisplayer::update()
method to update the virtual data sets when the real data sets have been modified. Reimplemented in IlvPieChartDisplayer, IlvHiLoChartDisplayer, and IlvStackedChartDisplayer.
|
virtual |
Indicates whether the current displayer uses virtual data sets.
IlTrue
if the current displayer uses virtual data sets and IlFalse
otherwise. Reimplemented in IlvHiLoOpenCloseChartDisplayer, IlvPieChartDisplayer, IlvStackedChartDisplayer, and IlvHiLoChartDisplayer.
|
virtual |
Writes the attributes of the current object in a file.
Called by the IlvAbstractChartDisplayer::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 DeclareChartDisplayerTypeInfo()
macro within the class declaration.
file | The file where the attributes of the current object are written. |
Reimplemented in IlvCompositeChartDisplayer, and IlvSingleChartDisplayer.
© 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.