artdaq_node_server
v1_01_01b
|
Go to the source code of this file.
Variables | |
function JSROOT | addDrawFunc |
JSROOT | Painter = {} |
JSROOT Painter | readStyleFromURL |
JSROOT Painter | adoptRootColors |
JSROOT Painter | root_markers |
JSROOT Painter | createAttMarker |
JSROOT Painter | getFontDetails |
JSROOT Painter | HLStoRGB |
JSROOT Painter | translateExp |
JSROOT Painter | symbols_map |
JSROOT Painter | translateLaTeX |
JavaScript ROOT graphics
Definition in file JSRootPainter.js.
function JSROOT addDrawFunc |
Definition at line 27 of file JSRootPainter.js.
JSROOT Painter adoptRootColors |
Definition at line 224 of file JSRootPainter.js.
JSROOT Painter createAttMarker |
Function returns the ready to use marker for drawing
Definition at line 261 of file JSRootPainter.js.
JSROOT Painter HLStoRGB |
Converts an HSL color value to RGB. Conversion formula adapted from http://en.wikipedia.org/wiki/HSL_color_space. Assumes h, s, and l are contained in the set [0, 1] and returns r, g, and b in the set [0, 255].
Number | h The hue |
Number | s The saturation |
Number | l The lightness |
Definition at line 469 of file JSRootPainter.js.
JSROOT Painter root_markers |
Definition at line 252 of file JSRootPainter.js.
JSROOT Painter translateExp |
Definition at line 601 of file JSRootPainter.js.