35 $this->line_width = $a_value;
45 string $a_align =
"center",
46 bool $a_horizontal =
false 48 $this->bar_width = (float) str_replace(
",",
".", (
string) $a_width);
49 if (in_array($a_align, array(
"center",
"left"))) {
50 $this->bar_align = $a_align;
52 $this->bar_horizontal = $a_horizontal;
58 if ($width !== null) {
59 $a_options[
"lineWidth"] = $width;
62 if ($this->bar_width) {
65 if ($this->bar_horizontal) {
66 $a_options[
"horizontal"] =
true;
setLineWidth(int $a_value)
setBarOptions(float $a_width, string $a_align="center", bool $a_horizontal=false)
parseDataOptions(array &$a_options)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...