HaruPage::getLineWidth

(PECL haru >= 0.0.1) Get the current line width float HaruPage::getLineWidth ( void ) Get the current line width. Returns: Returns the current line width. Exception: Throws a HaruException on error. See also: HaruPage::setLineWidth() -

HaruPage::getLineJoin

(PECL haru >= 0.0.1) Get the current line join style int HaruPage::getLineJoin ( void ) Get the current line join style. Returns: Returns the current line join style. The result value is one of the following: HaruPage::MITER_JOIN HaruPage::ROUND_JOIN HaruPage::BEVEL_JOIN Exception: Throws a HaruException on error. See also:

HaruPage::getLineCap

(PECL haru >= 0.0.1) Get the current line cap style int HaruPage::getLineCap ( void ) Get the current line cap style. Returns: Returns the current line cap style. The result value is one of the following: HaruPage::BUTT_END - the line is squared off at the endpoint of the path. HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the end point of the path. HaruPag

HaruPage::getHorizontalScaling

(PECL haru >= 0.0.1) Get the current value of horizontal scaling float HaruPage::getHorizontalScaling ( void ) Get the current value of the horizontal scaling. Returns: Returns the current value of horizontal scaling. Exception: Throws a HaruException on error. See also: HaruPage::setHorizonta

HaruPage::getHeight

(PECL haru >= 0.0.1) Get the height of the page float HaruPage::getHeight ( void ) Get the height of the page. Returns: Returns the height of the page. Exception: Throws a HaruException on error. See also: HaruPage::setHeight() -

HaruPage::getGrayStroke

(PECL haru >= 0.0.1) Get the current stroking color float HaruPage::getGrayStroke ( void ) Get the current stroking color. Returns: Returns the current stroking color. Exception: Throws a HaruException on error. See also: HaruPage::setGrayStroke() -

HaruPage::getGrayFill

(PECL haru >= 0.0.1) Get the current filling color float HaruPage::getGrayFill ( void ) Get the current filling color. Returns: Returns the current filling color. Exception: Throws a HaruException on error. See also: HaruPage::setGrayFill() -

HaruPage::getGMode

(PECL haru >= 0.0.1) Get the current graphics mode int HaruPage::getGMode ( void ) Get the current graphics mode. Returns: Returns the current graphics mode. The result value is one of the following: HaruPage::GMODE_PAGE_DESCRIPTION HaruPage::GMODE_TEXT_OBJECT HaruPage::GMODE_PATH_OBJECT HaruPage::GMODE_CLIPPING_PATH HaruPage::GMODE_SHADING HaruPage::GMODE_INLINE_IMAGE HaruPage::G

HaruPage::getFlatness

(PECL haru >= 0.0.1) Get the flatness of the page float HaruPage::getFlatness ( void ) Get the flatness of the page. Returns: Returns the flatness of the page. Exception: Throws a HaruException on error. See also: HaruPage::setFlatness() -

HaruPage::getFillingColorSpace

(PECL haru >= 0.0.1) Get the current filling color space int HaruPage::getFillingColorSpace ( void ) Get the current filling color space. Returns: Returns the current filling color space. The result value is one of the following: HaruDoc::CS_DEVICE_GRAY HaruDoc::CS_DEVICE_RGB HaruDoc::CS_DEVICE_CMYK HaruDoc::CS_CAL_GRAY HaruDoc::CS_CAL_RGB HaruDoc::CS_LAB HaruDoc::CS_ICC_BASED H