![]() |
ROOT
6.06/09
Reference Guide
|
Capture the canvas which is drawn and decide if it should be displayed using jsROOT.
Public Member Functions | |
def | __init__ (self, thePad) |
def | Draw (self) |
Public Attributes | |
thePad | |
Static Public Attributes | |
int | jsUID = 0 |
Private Member Functions | |
def | _getListOfPrimitivesNamesAndTypes (self) |
def | _getUID (self) |
def | _canJsDisplay (self) |
def | _jsDisplay (self) |
def | _pngDisplay (self) |
def | _display (self) |
def ROOTaaS.iPyROOT.utils.CanvasDrawer.__init__ | ( | self, | |
thePad | |||
) |
|
private |
Definition at line 313 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer._display().
|
private |
Definition at line 351 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer.Draw().
|
private |
Get the list of primitives in the pad, recursively descending into histograms and graphs looking for fitted functions.
Definition at line 292 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer._canJsDisplay().
|
private |
Every DIV containing a JavaScript snippet must be unique in the notebook. This methods provides a unique identifier.
Definition at line 305 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer._jsDisplay().
|
private |
Definition at line 324 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer._display().
|
private |
Definition at line 343 of file utils.py.
Referenced by ROOTaaS.iPyROOT.utils.CanvasDrawer._display().