Home | Trees | Indices | Help |
|
---|
|
Utility functions used by InvientCharts to write its state to the UIDL stream. The state includes properties of InvientCharts such as InvientChartsConfig, Series, Point and various chart events.
In general, only non-null properties/attributes of a chart are written to the UIDL stream.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Writes configuration attributes common to chart title and subtitle. @param target @param titleBaseOptions @throws PaintException |
Writes configuration attributes of the chart title. @param target @param titleOptions @throws PaintException |
Writes configuration attributes of the chart subtitle. Only those attributes are written who have got non-null values. @param target @param subtitleOptions @throws PaintException |
Writes configuration attributes of the chart subtitle. @param target @param creditOptions @throws PaintException |
Writes configuration attributes of the chart legend. @param target @param legendOptions @throws PaintException |
Writes configuration attributes of the chart tooltip. @param target @param tooltipOptions @throws PaintException |
Writes configuration attributes of the chart itself. @param target @param chartOptions @throws PaintException |
Writes configuration attributes of every series type. The series type can be one of the line, spline, scatter, area, areaspline, bar, column and pie. @param target @param seriesOptions @throws PaintException |
Writes configuration attributes of a single series. @param target @param series
|
Writes configuration attributes common to all types of series. @param target @param seriesOptions @throws PaintException |
Writes configuration attributes of a series hover state. @param target @param seriesState @throws PaintException |
Writes configuration attributes common to all types of series. It takes care of specific data labels in case of pie. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of a series data labels. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of a pie chart's data label. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of an axis data labels. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of an x-axis data labels. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of y-axis data labels. @param target @param dataLabel @raise PaintException |
Writes configuration attributes of a marker. It takes care of handling image or symbol marker. @param target @param markerOptions @raise PaintException |
Writes configuration attributes of a marker states hover and select @param target @param marker @raise PaintException |
Writes configuration attributes of an image marker @param target @param imgMarker @raise PaintException |
Writes configuration attributes of a symbol marker @param target @param symbolMarker @raise PaintException |
Writes configuration attributes of a marker @param target @param markerState @raise PaintException |
Writes configuration attributes common to all lines series such as line, spline and area. @param target @param baseLineOptions @raise PaintException |
Writes configuration attributes of a spline series @param target @param splineOptions @raise PaintException |
Writes configuration attributes of s scatter series @param target @param scatterOptions @raise PaintException |
Writes configuration attributes of a line series @param target @param lineOptions @raise PaintException |
Writes configuration attributes of an area series @param target @param areaOptions @raise PaintException |
Writes configuration attributes of an area-spline @param target @param areaSplineOptions @raise PaintException |
Writes configuration attributes of a pie series @param target @param pieOptions @raise PaintException |
Writes configuration attributes common to columnar series such as bar and column @param target @param baseBarOptions @raise PaintException |
Writes configuration attributes of a bar series @param target @param barOptions @raise PaintException |
Writes configuration attributes of a column series @param target @param columnOptions @raise PaintException |
Writes data of each series of the chart. It transforms data into a form which is usable by the Muntjac terminal class. It also writes configuration attributes specific to each series, if any. @param target @param chartSeriesType @param data @param xAxes @param yAxes @throws PaintException |
Writes point data (x, y) and its configuration attributes, if any. If a point does not have x and y values then the point is skipped. However, for such points empty tags is created without any attributes or children. @param target @param points @throws PaintException |
Writes configuration attributes common to all types of axis. @param target @param axis @param axes @throws PaintException |
Returns an index of an x-axis in a list of x-axis only if the x-axis exists otherwise null @param indexOfXAxis @param xAxes
|
Returns an index of a y-axis in a list of y-axis only if the y-axis exists otherwise null @param indexOfYAxis @param yAxes
|
Returns an index of an axis in a list of axis only if the axis exists otherwise null @param indexOfAxis @param axes
|
Writes configuration attributes of the plotbands associated with an axis. @param target @param plotBands @throws PaintException |
Writes configuration attributes of a plotlabel. @param target @param plotLabel @throws PaintException |
Writes from/to value for a plotband. It considers date and number values separately. @param target @param plotBandRange @throws PaintException |
Writes configuration attributes of the plotlines @param target @param plotLines @throws PaintException |
Writes value of a plotline. It considers date and number value separately. @param target @param plotLineValue @throws PaintException |
Writes configuration attributes of an axis. Depending on type of the argument tick, it either writes attributes for MinorTick or Tick @param target @param tick @raise PaintException |
Writes configuration attributes of an axis. Depending on type of the argument tick, it either writes attributes for MinorGrid or Grid @param target @param grid @raise PaintException |
Iteratively processes each x-axis and writes configuration attributes of each axis based on type of the axis e.g. NumberAxis, DateTimeAxis and CategoryAxis @param target @param axes @raise PaintException |
Returns milliseconds of the date argument dt. If the argument isIncludeTime is false then the returned milliseconds does not include time. |
|
|
Writes information about which series were added, removed or updated. This information is used by Muntjac terminal class to decide whether to add a new series or remove/delete an existing series. Basically, this information helps client to update only a portion of the chart instead of full chart. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:17 2015 | http://epydoc.sourceforge.net |