function line($x1, $y1, $x2, $y2, $color, $width, $style = array()) {
   $this->_pdf->line($x1, $y1, $x2, $y2, $color, $width, $style);
 }