* * @return int */ public function getLegendLineStyle(); /** * Get the line thickness * * @return int */ public function getLegendLineThickness(); /** * Get the color of line * * @return Color */ public function getLegendLineColor(); /** * Get the background color or gradient of an element of the component * * @return Color, Gradient */ public function getLegendBackground(); /** * Get a Mark object * * @return Mark */ public function getLegendMark(); } registerInterface('Legendable');
const BOTTOM = 5; /** * Middle align * * @var int */ const MIDDLE = 6; /** * Change alignment * * @param int $h Horizontal alignment * @param int $v Vertical alignment */ public function setAlign($h = NULL, $v = NULL); } registerInterface('Positionable'); /** * Manage left, right, top and bottom sides * * @package Artichow */ class awSide { /** * Left side * * @var int */ public $left = 0; /** * Right side