46 $all = array(
"ne",
"nw",
"se",
"sw");
47 if (in_array($a_position, $all)) {
48 $this->position = $a_position;
62 $this->columns = $a_value;
75 $this->margin_x = $a_x;
76 $this->margin_y = $a_y;
81 return array(
"x" => $this->margin_x,
"y" => $this->margin_y);
90 $this->background = $a_color;
104 if ($a_value >= 0 && $a_value <= 1) {
105 $this->opacity = $a_value;
117 $this->border = $a_color;
131 $this->container = trim($a_value);
147 $a_options->show =
true;
153 $a_options->margin = array($margin[
"x"], $margin[
"y"]);
156 $a_options->backgroundOpacity = str_replace(
",",
".", (
string) $this->
getOpacity());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isValidColor(string $a_value)
Validate html color code.
parseOptions(stdClass $a_options)
Convert (global) properties to flot config.
setMargin(int $a_x, int $a_y)
setPosition(string $a_position)
getContainer()
Get container id.
setLabelBorder(string $a_color)
setContainer(string $a_value)
Set container id.
getBackground()
Get background color.
getColumns()
Get number of columns.
setColumns(int $a_value)
Set number of columns.
setBackground(string $a_color)
Set background color.
static renderColor(string $a_value, float $a_opacity=1)
Render html color code.
setOpacity(float $a_value)