Inheritance Graph
graph BT
StatChart
StatChart --> Object
click StatChart "escript_type_MinSG_StatChart"
click Object "escript_type_Object"
Functions
| |
|
| _constructor(p0, p1, p2) |
[ESMF] MinSG.StatChart new MinSG.StatChart(width,height,timeRange) |
| getBitmap() |
[ESMF] ImagePtr MinSG.StatChart.getBitmap() |
| getColor(p0) |
[ESMF] Color4f MinSG.StatChart.getColor(row) |
| getDescription(p0) |
[ESMF] String MinSG.StatChart.getDescription(row) |
| getHeight() |
[ESMF] number MinSG.StatChart.getHeight() |
| getRange(p0) |
[ESMF] Number MinSG.StatChart.getRange(row) |
| getRowCount() |
[ESMF] Number MinSG.StatChart.getRowCount() |
| getTimeRange() |
[ESMF] Number MinSG.StatChart.getTimeRange() |
| getWidth() |
[ESMF] number MinSG.StatChart.getWidth() |
| setColor(p0, p1) |
[ESMF] self MinSG.StatChart.setColor(row,range) |
| setDescription(p0, p1) |
[ESMF] self MinSG.StatChart.setDescription(row,description) |
| setRange(p0, p1) |
[ESMF] self MinSG.StatChart.setRange(row,range) |
| setTimeRange(p0) |
[ESMF] self MinSG.StatChart.setTimeRange(number) |
| update(p0) |
[ESMF] self MinSG.StatChart.update(Statistics) |