Lines Matching refs:getConf
37 'margin' => $this->getConf('margin'),
38 'txtsize' => $this->getConf('txtsize'),
39 'titlesize' => $this->getConf('titlesize'),
40 'linespacing' => $this->getConf('linespacing'),
41 'colspacing' => $this->getConf('colspacing'),
42 'strokewidth' => $this->getConf('strokewidth'),
43 'strokecolor' => $this->getConf('strokecolor'),
44 'txtcolor' => $this->getConf('txtcolor'),
45 'bgr' => $this->getConf('bgr'),
47 'cols_minlen' => $this->getConf('cols_minlen'),
48 'cols_height' => $this->getConf('cols_height'),
49 'cols_rectradius' => $this->getConf('cols_rectradius'),
50 'cols_fill' => $this->getConf('cols_fill'),
51 'cols_txtcolor' => $this->getConf('cols_txtcolor'),
53 'note_margin' => $this->getConf('note_margin'),
54 'note_rectradius' => $this->getConf('note_rectradius'),
55 'note_fill' => $this->getConf('note_fill'),
56 'note_align' => $this->getConf('note_align'),
58 'tooltip_txtcolor' => $this->getConf('tooltip_txtcolor'),
59 'tooltip_txtsize' => $this->getConf('tooltip_txtsize'),
60 'tooltip_border' => $this->getConf('tooltip_border'),
61 'tooltip_background' => $this->getConf('tooltip_background')