Package muntjac :: Package addon :: Package invient :: Package demo :: Module invient_demo_win :: Class InvientChartsDemoWin
[hide private]
[frames] | no frames]

Class InvientChartsDemoWin

source code

api.Window --+
             |
            InvientChartsDemoWin

Instance Methods [hide private]
 
__init__(self) source code
 
attach(self) source code
 
isAppRunningOnGAE(self) source code
 
getInvientChartsDemoApp(self) source code
 
showChart(self, demoSeriesTypeName, chartNameString) source code
 
showMasterDetail(self) source code
 
getDetailChart(self, masterChart) source code
 
getMasterChart(self) source code
 
showLine(self) source code
 
showClickToAddPoint(self) source code
 
showLineWithDataLabels(self) source code
 
showBarStacked(self) source code
 
showBarBasic(self) source code
 
showBarWithNegStack(self) source code
 
showColumnBasic(self) source code
 
showColumnWithNegValues(self) source code
 
showColumnStacked(self) source code
 
showColumnStackedAndGrouped(self) source code
 
showColumnStackedPercent(self) source code
 
showColumnWithRotatedLabels(self) source code
 
showAreaWithNegValues(self) source code
 
showAreaInvertedAxes(self) source code
 
showAreaWithMissingPoints(self) source code
 
showAreaStacked(self) source code
 
showAreaPercent(self) source code
 
showAreaBasic(self) source code
 
addNullPoints(self, points, series, howManyNullPoints) source code
 
showAreaSpline(self) source code
 
showPieWithLegend(self) source code
 
showDonut(self) source code
 
getPointWithColor(self, series, name, y, color) source code
 
showPie(self) source code
 
showScatter(self) source code
 
showCombinationScatterWithRegressionLine(self) source code
 
showSpline(self) source code
 
showSplineWithSymbol(self) source code
 
showSplineUpdatingEachSecond(self) source code
 
stopSplineSelfUpdateThread(self) source code
 
showSplineWithPlotBands(self) source code
 
showCombination(self) source code
 
showCombinationMultipleAxes(self) source code
 
showTimeSeriesZoomable(self) source code
 
addChart(self, chart, isPrepend=False, isRegisterEvents=True, isRegisterSVGEvent=True, isSetHeight=True) source code
 
registerSVGAndPrintEvent(self, chart) source code
 
registerEvents(self, chart) source code
 
getDateTimePoints(self, series, values) source code
 
getChartName(self, chartNameString) source code
 
getDemoSeriesType(self, demoSeriesTypeName) source code
 
createChartsTree(self) source code
 
showChartInstancesForSeriesType(self, demoSeriesTypeName) source code
 
getContainer(self) source code
 
addChartNamesForSeriesType(self, container, parentId, demoSeriesType) source code
 
getDemoCharts(self, demoSeriesType) source code
 
logEventInfo(self, *args) source code
 
logStringEventInfo(self, eventName, seriesName, category, x, y, mouseX, mouseY) source code
 
emptyEventLog(self) source code
 
getScatterFemalePoints(self, series) source code
 
getScatterMalePoints(self, series) source code
 
getDateTimeSeriesPoints(self, series) source code
 
getMasterDetailData(self, series) source code
Class Methods [hide private]
 
getUpdatedDate(cls, dt, seconds) source code
 
getPointStartDate(cls, year, month, day) source code
 
getDateZeroTime(cls, year, month, day) source code
 
getPoints(cls, series, values) source code
 
getFormattedTimestamp(cls, dt) source code
 
getCurrFormattedTimestamp(cls) source code
Class Variables [hide private]
  _TREE_ITEM_CAPTION_PROP_ID = 'ChartType'
  _SEPARATOR = '|'