From cbbbb974ec4abe79eb00c004b17dcf82e4b79cc1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 1561 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1561 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e979846 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,1561 @@ +Extension [ extension #88 haru version 1.0.4 ] { + + - Classes [9] { + Class [ class HaruException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class HaruDoc ] { + + - Constants [38] { + Constant [ integer CS_DEVICE_GRAY ] { 0 } + Constant [ integer CS_DEVICE_RGB ] { 1 } + Constant [ integer CS_DEVICE_CMYK ] { 2 } + Constant [ integer CS_CAL_GRAY ] { 3 } + Constant [ integer CS_CAL_RGB ] { 4 } + Constant [ integer CS_LAB ] { 5 } + Constant [ integer CS_ICC_BASED ] { 6 } + Constant [ integer CS_SEPARATION ] { 7 } + Constant [ integer CS_DEVICE_N ] { 8 } + Constant [ integer CS_INDEXED ] { 9 } + Constant [ integer CS_PATTERN ] { 10 } + Constant [ integer ENABLE_READ ] { 0 } + Constant [ integer ENABLE_PRINT ] { 4 } + Constant [ integer ENABLE_EDIT_ALL ] { 8 } + Constant [ integer ENABLE_COPY ] { 16 } + Constant [ integer ENABLE_EDIT ] { 32 } + Constant [ integer ENCRYPT_R2 ] { 2 } + Constant [ integer ENCRYPT_R3 ] { 3 } + Constant [ integer INFO_AUTHOR ] { 2 } + Constant [ integer INFO_CREATOR ] { 3 } + Constant [ integer INFO_TITLE ] { 5 } + Constant [ integer INFO_SUBJECT ] { 6 } + Constant [ integer INFO_KEYWORDS ] { 7 } + Constant [ integer INFO_CREATION_DATE ] { 0 } + Constant [ integer INFO_MOD_DATE ] { 1 } + Constant [ integer COMP_NONE ] { 0 } + Constant [ integer COMP_TEXT ] { 1 } + Constant [ integer COMP_IMAGE ] { 2 } + Constant [ integer COMP_METADATA ] { 4 } + Constant [ integer COMP_ALL ] { 15 } + Constant [ integer PAGE_LAYOUT_SINGLE ] { 0 } + Constant [ integer PAGE_LAYOUT_ONE_COLUMN ] { 1 } + Constant [ integer PAGE_LAYOUT_TWO_COLUMN_LEFT ] { 2 } + Constant [ integer PAGE_LAYOUT_TWO_COLUMN_RIGHT ] { 3 } + Constant [ integer PAGE_MODE_USE_NONE ] { 0 } + Constant [ integer PAGE_MODE_USE_OUTLINE ] { 1 } + Constant [ integer PAGE_MODE_USE_THUMBS ] { 2 } + Constant [ integer PAGE_MODE_FULL_SCREEN ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [44] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method resetError ] { + + - Parameters [0] { + } + } + + Method [ public method save ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + + Method [ public method output ] { + + - Parameters [0] { + } + } + + Method [ public method saveToStream ] { + + - Parameters [0] { + } + } + + Method [ public method resetStream ] { + + - Parameters [0] { + } + } + + Method [ public method getStreamSize ] { + + - Parameters [0] { + } + } + + Method [ public method readFromStream ] { + + - Parameters [1] { + Parameter #0 [ $bytes ] + } + } + + Method [ public method addPage ] { + + - Parameters [0] { + } + } + + Method [ public method insertPage ] { + + - Parameters [1] { + Parameter #0 [ $page ] + } + } + + Method [ public method getCurrentPage ] { + + - Parameters [0] { + } + } + + Method [ public method getEncoder ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + + Method [ public method getCurrentEncoder ] { + + - Parameters [0] { + } + } + + Method [ public method setCurrentEncoder ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + + Method [ public method setPageLayout ] { + + - Parameters [1] { + Parameter #0 [ $layout ] + } + } + + Method [ public method getPageLayout ] { + + - Parameters [0] { + } + } + + Method [ public method setPageMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getPageMode ] { + + - Parameters [0] { + } + } + + Method [ public method setInfoAttr ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $info ] + } + } + + Method [ public method setInfoDateAttr ] { + + - Parameters [10] { + Parameter #0 [ $type ] + Parameter #1 [ $year ] + Parameter #2 [ $month ] + Parameter #3 [ $day ] + Parameter #4 [ $hour ] + Parameter #5 [ $min ] + Parameter #6 [ $sec ] + Parameter #7 [ $ind ] + Parameter #8 [ $off_hour ] + Parameter #9 [ $off_min ] + } + } + + Method [ public method getInfoAttr ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ public method getFont ] { + + - Parameters [2] { + Parameter #0 [ $fontname ] + Parameter #1 [ $encoding ] + } + } + + Method [ public method loadTTF ] { + + - Parameters [2] { + Parameter #0 [ $fontfile ] + Parameter #1 [ $embed ] + } + } + + Method [ public method loadTTC ] { + + - Parameters [3] { + Parameter #0 [ $fontfile ] + Parameter #1 [ $index ] + Parameter #2 [ $embed ] + } + } + + Method [ public method loadType1 ] { + + - Parameters [2] { + Parameter #0 [ $afmfile ] + Parameter #1 [ $pfmfile ] + } + } + + Method [ public method loadPNG ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $deferred ] + } + } + + Method [ public method loadJPEG ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method loadRaw ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $color_space ] + } + } + + Method [ public method setPassword ] { + + - Parameters [2] { + Parameter #0 [ $owner_password ] + Parameter #1 [ $user_password ] + } + } + + Method [ public method setPermission ] { + + - Parameters [1] { + Parameter #0 [ $permission ] + } + } + + Method [ public method setEncryptionMode ] { + + - Parameters [2] { + Parameter #0 [ $mode ] + Parameter #1 [ $key_len ] + } + } + + Method [ public method setCompressionMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method setPagesConfiguration ] { + + - Parameters [1] { + Parameter #0 [ $page_per_pages ] + } + } + + Method [ public method setOpenAction ] { + + - Parameters [1] { + Parameter #0 [ $destination ] + } + } + + Method [ public method createOutline ] { + + - Parameters [3] { + Parameter #0 [ $title ] + Parameter #1 [ $parent_outline ] + Parameter #2 [ $encoder ] + } + } + + Method [ public method addPageLabel ] { + + - Parameters [4] { + Parameter #0 [ $first_page ] + Parameter #1 [ $style ] + Parameter #2 [ $first_num ] + Parameter #3 [ $prefix ] + } + } + + Method [ public method useJPFonts ] { + + - Parameters [0] { + } + } + + Method [ public method useJPEncodings ] { + + - Parameters [0] { + } + } + + Method [ public method useKRFonts ] { + + - Parameters [0] { + } + } + + Method [ public method useKREncodings ] { + + - Parameters [0] { + } + } + + Method [ public method useCNSFonts ] { + + - Parameters [0] { + } + } + + Method [ public method useCNSEncodings ] { + + - Parameters [0] { + } + } + + Method [ public method useCNTFonts ] { + + - Parameters [0] { + } + } + + Method [ public method useCNTEncodings ] { + + - Parameters [0] { + } + } + } + } + + Class [ class HaruPage ] { + + - Constants [61] { + Constant [ integer GMODE_PAGE_DESCRIPTION ] { 1 } + Constant [ integer GMODE_TEXT_OBJECT ] { 4 } + Constant [ integer GMODE_PATH_OBJECT ] { 2 } + Constant [ integer GMODE_CLIPPING_PATH ] { 8 } + Constant [ integer GMODE_SHADING ] { 16 } + Constant [ integer GMODE_INLINE_IMAGE ] { 32 } + Constant [ integer GMODE_EXTERNAL_OBJECT ] { 64 } + Constant [ integer BUTT_END ] { 0 } + Constant [ integer ROUND_END ] { 1 } + Constant [ integer PROJECTING_SCUARE_END ] { 2 } + Constant [ integer MITER_JOIN ] { 0 } + Constant [ integer ROUND_JOIN ] { 1 } + Constant [ integer BEVEL_JOIN ] { 2 } + Constant [ integer FILL ] { 0 } + Constant [ integer STROKE ] { 1 } + Constant [ integer FILL_THEN_STROKE ] { 2 } + Constant [ integer INVISIBLE ] { 3 } + Constant [ integer FILL_CLIPPING ] { 4 } + Constant [ integer STROKE_CLIPPING ] { 5 } + Constant [ integer FILL_STROKE_CLIPPING ] { 6 } + Constant [ integer CLIPPING ] { 7 } + Constant [ integer TALIGN_LEFT ] { 0 } + Constant [ integer TALIGN_RIGHT ] { 1 } + Constant [ integer TALIGN_CENTER ] { 2 } + Constant [ integer TALIGN_JUSTIFY ] { 3 } + Constant [ integer SIZE_LETTER ] { 0 } + Constant [ integer SIZE_LEGAL ] { 1 } + Constant [ integer SIZE_A3 ] { 2 } + Constant [ integer SIZE_A4 ] { 3 } + Constant [ integer SIZE_A5 ] { 4 } + Constant [ integer SIZE_B4 ] { 5 } + Constant [ integer SIZE_B5 ] { 6 } + Constant [ integer SIZE_EXECUTIVE ] { 7 } + Constant [ integer SIZE_US4x6 ] { 8 } + Constant [ integer SIZE_US4x8 ] { 9 } + Constant [ integer SIZE_US5x7 ] { 10 } + Constant [ integer SIZE_COMM10 ] { 11 } + Constant [ integer PORTRAIT ] { 0 } + Constant [ integer LANDSCAPE ] { 1 } + Constant [ integer TS_WIPE_LIGHT ] { 0 } + Constant [ integer TS_WIPE_UP ] { 1 } + Constant [ integer TS_WIPE_LEFT ] { 2 } + Constant [ integer TS_WIPE_DOWN ] { 3 } + Constant [ integer TS_BARN_DOORS_HORIZONTAL_OUT ] { 4 } + Constant [ integer TS_BARN_DOORS_HORIZONTAL_IN ] { 5 } + Constant [ integer TS_BARN_DOORS_VERTICAL_OUT ] { 6 } + Constant [ integer TS_BARN_DOORS_VERTICAL_IN ] { 7 } + Constant [ integer TS_BOX_OUT ] { 8 } + Constant [ integer TS_BOX_IN ] { 9 } + Constant [ integer TS_BLINDS_HORIZONTAL ] { 10 } + Constant [ integer TS_BLINDS_VERTICAL ] { 11 } + Constant [ integer TS_DISSOLVE ] { 12 } + Constant [ integer TS_GLITTER_RIGHT ] { 13 } + Constant [ integer TS_GLITTER_DOWN ] { 14 } + Constant [ integer TS_GLITTER_TOP_LEFT_TO_BOTTOM_RIGHT ] { 15 } + Constant [ integer TS_REPLACE ] { 16 } + Constant [ integer NUM_STYLE_DECIMAL ] { 0 } + Constant [ integer NUM_STYLE_UPPER_ROMAN ] { 1 } + Constant [ integer NUM_STYLE_LOWER_ROMAN ] { 2 } + Constant [ integer NUM_STYLE_UPPER_LETTERS ] { 3 } + Constant [ integer NUM_STYLE_LOWER_LETTERS ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [88] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method drawImage ] { + + - Parameters [5] { + Parameter #0 [ $image ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $width ] + Parameter #4 [ $height ] + } + } + + Method [ public method setLineWidth ] { + + - Parameters [1] { + Parameter #0 [ $width ] + } + } + + Method [ public method setLineCap ] { + + - Parameters [1] { + Parameter #0 [ $cap ] + } + } + + Method [ public method setLineJoin ] { + + - Parameters [1] { + Parameter #0 [ $join ] + } + } + + Method [ public method setMiterLimit ] { + + - Parameters [1] { + Parameter #0 [ $limit ] + } + } + + Method [ public method setFlatness ] { + + - Parameters [1] { + Parameter #0 [ $flatness ] + } + } + + Method [ public method setDash ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $phase ] + } + } + + Method [ public method Concat ] { + + - Parameters [6] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $c ] + Parameter #3 [ $d ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method getTransMatrix ] { + + - Parameters [0] { + } + } + + Method [ public method setTextMatrix ] { + + - Parameters [6] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $c ] + Parameter #3 [ $d ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method getTextMatrix ] { + + - Parameters [0] { + } + } + + Method [ public method moveTo ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method stroke ] { + + - Parameters [1] { + Parameter #0 [ $close_path ] + } + } + + Method [ public method fill ] { + + - Parameters [0] { + } + } + + Method [ public method eofill ] { + + - Parameters [0] { + } + } + + Method [ public method lineTo ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method curveTo ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $x3 ] + Parameter #5 [ $y3 ] + } + } + + Method [ public method curveTo2 ] { + + - Parameters [4] { + Parameter #0 [ $x2 ] + Parameter #1 [ $y2 ] + Parameter #2 [ $x3 ] + Parameter #3 [ $y3 ] + } + } + + Method [ public method curveTo3 ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x3 ] + Parameter #3 [ $y3 ] + } + } + + Method [ public method rectangle ] { + + - Parameters [4] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $width ] + Parameter #3 [ $height ] + } + } + + Method [ public method arc ] { + + - Parameters [5] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $ray ] + Parameter #3 [ $ang1 ] + Parameter #4 [ $ang2 ] + } + } + + Method [ public method circle ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $ray ] + } + } + + Method [ public method showText ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + + Method [ public method showTextNextLine ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + + Method [ public method textOut ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $text ] + } + } + + Method [ public method beginText ] { + + - Parameters [0] { + } + } + + Method [ public method endText ] { + + - Parameters [0] { + } + } + + Method [ public method setFontAndSize ] { + + - Parameters [2] { + Parameter #0 [ $font ] + Parameter #1 [ $size ] + } + } + + Method [ public method setCharSpace ] { + + - Parameters [1] { + Parameter #0 [ $char_space ] + } + } + + Method [ public method setWordSpace ] { + + - Parameters [1] { + Parameter #0 [ $word_space ] + } + } + + Method [ public method setHorizontalScaling ] { + + - Parameters [1] { + Parameter #0 [ $scaling ] + } + } + + Method [ public method setTextLeading ] { + + - Parameters [1] { + Parameter #0 [ $text_leading ] + } + } + + Method [ public method setTextRenderingMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method setTextRise ] { + + - Parameters [1] { + Parameter #0 [ $rise ] + } + } + + Method [ public method moveTextPos ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $set_leading ] + } + } + + Method [ public method fillStroke ] { + + - Parameters [1] { + Parameter #0 [ $close_path ] + } + } + + Method [ public method eoFillStroke ] { + + - Parameters [1] { + Parameter #0 [ $close_path ] + } + } + + Method [ public method closePath ] { + + - Parameters [0] { + } + } + + Method [ public method endPath ] { + + - Parameters [0] { + } + } + + Method [ public method ellipse ] { + + - Parameters [4] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $xray ] + Parameter #3 [ $yray ] + } + } + + Method [ public method textRect ] { + + - Parameters [6] { + Parameter #0 [ $left ] + Parameter #1 [ $top ] + Parameter #2 [ $right ] + Parameter #3 [ $bottom ] + Parameter #4 [ $text ] + Parameter #5 [ $align ] + } + } + + Method [ public method moveToNextLine ] { + + - Parameters [0] { + } + } + + Method [ public method setGrayFill ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method setGrayStroke ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method setRGBFill ] { + + - Parameters [3] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + } + } + + Method [ public method setRGBStroke ] { + + - Parameters [3] { + Parameter #0 [ $r ] + Parameter #1 [ $g ] + Parameter #2 [ $b ] + } + } + + Method [ public method setCMYKFill ] { + + - Parameters [4] { + Parameter #0 [ $c ] + Parameter #1 [ $m ] + Parameter #2 [ $y ] + Parameter #3 [ $k ] + } + } + + Method [ public method setCMYKStroke ] { + + - Parameters [4] { + Parameter #0 [ $c ] + Parameter #1 [ $m ] + Parameter #2 [ $y ] + Parameter #3 [ $k ] + } + } + + Method [ public method setWidth ] { + + - Parameters [1] { + Parameter #0 [ $width ] + } + } + + Method [ public method setHeight ] { + + - Parameters [1] { + Parameter #0 [ $height ] + } + } + + Method [ public method setSize ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $direction ] + } + } + + Method [ public method setRotate ] { + + - Parameters [1] { + Parameter #0 [ $angle ] + } + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + } + + Method [ public method createDestination ] { + + - Parameters [0] { + } + } + + Method [ public method createTextAnnotation ] { + + - Parameters [3] { + Parameter #0 [ $rectangle ] + Parameter #1 [ $text ] + Parameter #2 [ $encoder ] + } + } + + Method [ public method createLinkAnnotation ] { + + - Parameters [2] { + Parameter #0 [ $rectangle ] + Parameter #1 [ $destination ] + } + } + + Method [ public method createURLAnnotation ] { + + - Parameters [2] { + Parameter #0 [ $rectangle ] + Parameter #1 [ $url ] + } + } + + Method [ public method getTextWidth ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + + Method [ public method MeasureText ] { + + - Parameters [3] { + Parameter #0 [ $text ] + Parameter #1 [ $width ] + Parameter #2 [ $wordwrap ] + } + } + + Method [ public method getGMode ] { + + - Parameters [0] { + } + } + + Method [ public method getCurrentPos ] { + + - Parameters [0] { + } + } + + Method [ public method getCurrentTextPos ] { + + - Parameters [0] { + } + } + + Method [ public method getCurrentFont ] { + + - Parameters [0] { + } + } + + Method [ public method getCurrentFontSize ] { + + - Parameters [0] { + } + } + + Method [ public method getLineWidth ] { + + - Parameters [0] { + } + } + + Method [ public method getLineCap ] { + + - Parameters [0] { + } + } + + Method [ public method getLineJoin ] { + + - Parameters [0] { + } + } + + Method [ public method getMiterLimit ] { + + - Parameters [0] { + } + } + + Method [ public method getDash ] { + + - Parameters [0] { + } + } + + Method [ public method getFlatness ] { + + - Parameters [0] { + } + } + + Method [ public method getCharSpace ] { + + - Parameters [0] { + } + } + + Method [ public method getWordSpace ] { + + - Parameters [0] { + } + } + + Method [ public method getHorizontalScaling ] { + + - Parameters [0] { + } + } + + Method [ public method getTextLeading ] { + + - Parameters [0] { + } + } + + Method [ public method getTextRenderingMode ] { + + - Parameters [0] { + } + } + + Method [ public method getTextRise ] { + + - Parameters [0] { + } + } + + Method [ public method getRGBFill ] { + + - Parameters [0] { + } + } + + Method [ public method getRGBStroke ] { + + - Parameters [0] { + } + } + + Method [ public method getCMYKFill ] { + + - Parameters [0] { + } + } + + Method [ public method getCMYKStroke ] { + + - Parameters [0] { + } + } + + Method [ public method getGrayFill ] { + + - Parameters [0] { + } + } + + Method [ public method getGrayStroke ] { + + - Parameters [0] { + } + } + + Method [ public method getFillingColorSpace ] { + + - Parameters [0] { + } + } + + Method [ public method getStrokingColorSpace ] { + + - Parameters [0] { + } + } + + Method [ public method setSlideShow ] { + + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $disp_time ] + Parameter #2 [ $trans_time ] + } + } + + Method [ public method setZoom ] { + + - Parameters [1] { + Parameter #0 [ $zoom ] + } + } + } + } + + Class [ class HaruFont ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getFontName ] { + + - Parameters [0] { + } + } + + Method [ public method getEncodingName ] { + + - Parameters [0] { + } + } + + Method [ public method getUnicodeWidth ] { + + - Parameters [1] { + Parameter #0 [ $character ] + } + } + + Method [ public method getAscent ] { + + - Parameters [0] { + } + } + + Method [ public method getDescent ] { + + - Parameters [0] { + } + } + + Method [ public method getXHeight ] { + + - Parameters [0] { + } + } + + Method [ public method getCapHeight ] { + + - Parameters [0] { + } + } + + Method [ public method getTextWidth ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + + Method [ public method MeasureText ] { + + - Parameters [6] { + Parameter #0 [ $text ] + Parameter #1 [ $width ] + Parameter #2 [ $font_size ] + Parameter #3 [ $char_space ] + Parameter #4 [ $word_space ] + Parameter #5 [ $word_wrap ] + } + } + } + } + + Class [ class HaruImage ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + } + + Method [ public method getBitsPerComponent ] { + + - Parameters [0] { + } + } + + Method [ public method getColorSpace ] { + + - Parameters [0] { + } + } + + Method [ public method setColorMask ] { + + - Parameters [6] { + Parameter #0 [ $rmin ] + Parameter #1 [ $rmax ] + Parameter #2 [ $gmin ] + Parameter #3 [ $gmax ] + Parameter #4 [ $bmin ] + Parameter #5 [ $bmax ] + } + } + + Method [ public method setMaskImage ] { + + - Parameters [1] { + Parameter #0 [ $mask_image ] + } + } + + Method [ public method addSMask ] { + + - Parameters [1] { + Parameter #0 [ $smask_image ] + } + } + } + } + + Class [ class HaruDestination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method setXYZ ] { + + - Parameters [3] { + Parameter #0 [ $left ] + Parameter #1 [ $top ] + Parameter #2 [ $zoom ] + } + } + + Method [ public method setFit ] { + + - Parameters [0] { + } + } + + Method [ public method setFitH ] { + + - Parameters [1] { + Parameter #0 [ $top ] + } + } + + Method [ public method setFitV ] { + + - Parameters [1] { + Parameter #0 [ $left ] + } + } + + Method [ public method setFitR ] { + + - Parameters [4] { + Parameter #0 [ $left ] + Parameter #1 [ $bottom ] + Parameter #2 [ $right ] + Parameter #3 [ $top ] + } + } + + Method [ public method setFitB ] { + + - Parameters [0] { + } + } + + Method [ public method setFitBH ] { + + - Parameters [1] { + Parameter #0 [ $top ] + } + } + + Method [ public method setFitBV ] { + + - Parameters [1] { + Parameter #0 [ $left ] + } + } + } + } + + Class [ class HaruAnnotation ] { + + - Constants [11] { + Constant [ integer NO_HIGHLIGHT ] { 0 } + Constant [ integer INVERT_BOX ] { 1 } + Constant [ integer INVERT_BORDER ] { 2 } + Constant [ integer DOWN_APPEARANCE ] { 3 } + Constant [ integer ICON_COMMENT ] { 0 } + Constant [ integer ICON_KEY ] { 1 } + Constant [ integer ICON_NOTE ] { 2 } + Constant [ integer ICON_HELP ] { 3 } + Constant [ integer ICON_NEW_PARAGRAPH ] { 4 } + Constant [ integer ICON_PARAGRAPH ] { 5 } + Constant [ integer ICON_INSERT ] { 6 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method setHighlightMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method setBorderStyle ] { + + - Parameters [3] { + Parameter #0 [ $width ] + Parameter #1 [ $dash_on ] + Parameter #2 [ $dash_off ] + } + } + + Method [ public method setIcon ] { + + - Parameters [1] { + Parameter #0 [ $icon ] + } + } + + Method [ public method setOpened ] { + + - Parameters [1] { + Parameter #0 [ $opened ] + } + } + } + } + + Class [ class HaruEncoder ] { + + - Constants [10] { + Constant [ integer TYPE_SINGLE_BYTE ] { 0 } + Constant [ integer TYPE_DOUBLE_BYTE ] { 1 } + Constant [ integer TYPE_UNINITIALIZED ] { 2 } + Constant [ integer UNKNOWN ] { 3 } + Constant [ integer BYTE_TYPE_SINGLE ] { 0 } + Constant [ integer BYTE_TYPE_LEAD ] { 1 } + Constant [ integer BYTE_TYPE_TRAIL ] { 2 } + Constant [ integer BYTE_TYPE_UNKNOWN ] { 3 } + Constant [ integer WMODE_HORIZONTAL ] { 0 } + Constant [ integer WMODE_VERTICAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method getByteType ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ $index ] + } + } + + Method [ public method getUnicode ] { + + - Parameters [1] { + Parameter #0 [ $character ] + } + } + + Method [ public method getWritingMode ] { + + - Parameters [0] { + } + } + } + } + + Class [ class HaruOutline ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method setOpened ] { + + - Parameters [1] { + Parameter #0 [ $opened ] + } + } + + Method [ public method setDestination ] { + + - Parameters [1] { + Parameter #0 [ $destination ] + } + } + } + } + } +} + -- cgit