From c3fbc2901f5678af159bafa6af5bbb9265b2cfaf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Aug 2017 14:36:53 +0200 Subject: switch --- REFLECTION | 1207 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 1000 insertions(+), 207 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 46bead1..d0537e4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #25 gmagick version 1.1.7RC3 ] { +Extension [ extension #62 gmagick version 2.0.4RC1 ] { - Classes [5] { - Class [ class GmagickException extends Exception ] { + Class [ final class GmagickException extends Exception implements Throwable ] { - Constants [0] { } @@ -19,7 +19,7 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Property [ protected $line ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -29,33 +29,36 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class GmagickPixelException extends Exception ] { + Class [ final class GmagickPixelException extends Exception implements Throwable ] { - Constants [0] { } @@ -73,7 +76,7 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Property [ protected $line ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -83,35 +86,38 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { } - Method [ final public method getCode ] { + Method [ final public method getMessage ] { } - Method [ final public method getFile ] { + Method [ final public method getCode ] { } - Method [ final public method getLine ] { + Method [ final public method getFile ] { } - Method [ final public method getTrace ] { + Method [ final public method getLine ] { } - Method [ final public method getPrevious ] { + Method [ final public method getTrace ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getPrevious ] { } - Method [ public method __toString ] { + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } Class [ class Gmagick ] { - - Constants [247] { + - Constants [249] { Constant [ integer COLOR_BLACK ] { 11 } Constant [ integer COLOR_BLUE ] { 12 } Constant [ integer COLOR_CYAN ] { 13 } @@ -208,6 +214,12 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Constant [ integer COMPRESSION_LZW ] { 7 } Constant [ integer COMPRESSION_RLE ] { 8 } Constant [ integer COMPRESSION_ZIP ] { 9 } + Constant [ integer INTERLACE_UNDEFINED ] { 0 } + Constant [ integer INTERLACE_NO ] { 1 } + Constant [ integer INTERLACE_NONE ] { 1 } + Constant [ integer INTERLACE_LINE ] { 2 } + Constant [ integer INTERLACE_PLANE ] { 3 } + Constant [ integer INTERLACE_PARTITION ] { 4 } Constant [ integer PAINT_POINT ] { 0 } Constant [ integer PAINT_REPLACE ] { 1 } Constant [ integer PAINT_FLOODFILL ] { 2 } @@ -326,11 +338,6 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Constant [ integer RENDERINGINTENT_PERCEPTUAL ] { 2 } Constant [ integer RENDERINGINTENT_ABSOLUTE ] { 3 } Constant [ integer RENDERINGINTENT_RELATIVE ] { 4 } - Constant [ integer INTERLACE_UNDEFINED ] { 0 } - Constant [ integer INTERLACE_NO ] { 1 } - Constant [ integer INTERLACE_LINE ] { 2 } - Constant [ integer INTERLACE_PLANE ] { 3 } - Constant [ integer INTERLACE_PARTITION ] { 4 } Constant [ integer FILLRULE_UNDEFINED ] { 0 } Constant [ integer FILLRULE_EVENODD ] { 1 } Constant [ integer FILLRULE_NONZERO ] { 2 } @@ -356,9 +363,10 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Constant [ integer DISPOSE_BACKGROUND ] { 2 } Constant [ integer DISPOSE_PREVIOUS ] { 3 } Constant [ integer QUANTUM_DEPTH ] { 16 } - Constant [ string VERSION_TXT ] { 1.3.20 } - Constant [ integer VERSION_LIB ] { 1380864 } - Constant [ integer VERSION_NUM ] { 1003020 } + Constant [ integer QUANTUM ] { 131071 } + Constant [ string VERSION_TXT ] { 1.3.24 } + Constant [ integer VERSION_LIB ] { 1578240 } + Constant [ integer VERSION_NUM ] { 1003024 } } - Static properties [0] { @@ -370,7 +378,7 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { - Properties [0] { } - - Methods [163] { + - Methods [209] { Method [ public method __construct ] { - Parameters [1] { @@ -547,9 +555,11 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Method [ public method cropthumbnailimage ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] + Parameter #2 [ $fit ] + Parameter #3 [ $legacy ] } } @@ -1025,6 +1035,14 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { } } + Method [ public method setresolution ] { + + - Parameters [2] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + } + } + Method [ public method setimagescene ] { - Parameters [1] { @@ -1525,377 +1543,349 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Parameter #0 [ $filename ] } } - } - } - - Class [ class GmagickDraw ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [49] { - Method [ public method setstrokecolor ] { - - - Parameters [1] { - Parameter #0 [ $color ] - } - } - Method [ public method setstrokewidth ] { + Method [ public method adaptivethresholdimage ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $offset ] } } - Method [ public method setfillcolor ] { + Method [ public method affinetransformimage ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ GmagickDraw $GmagickDraw ] } } - Method [ public method setgravity ] { + Method [ public method averageimages ] { - - Parameters [1] { - Parameter #0 [ $gravity ] + - Parameters [0] { } } - Method [ public method ellipse ] { + Method [ public method blackthresholdimage ] { - - Parameters [6] { - Parameter #0 [ $ox ] - Parameter #1 [ $oy ] - Parameter #2 [ $px ] - Parameter #3 [ $py ] - Parameter #4 [ $start ] - Parameter #5 [ $end ] + - Parameters [1] { + Parameter #0 [ $color ] } } - Method [ public method affine ] { + Method [ public method colordecisionlist ] { - Parameters [1] { - Parameter #0 [ $affineMatrix ] + Parameter #0 [ $antialias ] } } - Method [ public method annotate ] { + Method [ public method clipimage ] { - - Parameters [3] { - Parameter #0 [ $x ] - Parameter #1 [ $y ] - Parameter #2 [ $text ] + - Parameters [0] { } } - Method [ public method arc ] { + Method [ public method clippathimage ] { - - Parameters [6] { - Parameter #0 [ $sx ] - Parameter #1 [ $sy ] - Parameter #2 [ $ex ] - Parameter #3 [ $ey ] - Parameter #4 [ $sd ] - Parameter #5 [ $ed ] + - Parameters [2] { + Parameter #0 [ $pathname ] + Parameter #1 [ $inside ] } } - Method [ public method bezier ] { + Method [ public method colorfloodfillimage ] { - - Parameters [1] { - Parameter #0 [ $coordinate_array ] + - Parameters [5] { + Parameter #0 [ $fill_color ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $border_color ] + Parameter #3 [ $y ] + Parameter #4 [ $x ] } } - Method [ public method getfillcolor ] { + Method [ public method colorizeimage ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $colorize_color ] + Parameter #1 [ $opacity ] } } - Method [ public method getgravity ] { + Method [ public method compareimagechannels ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Gmagick $Gmagick ] + Parameter #1 [ $channel ] + Parameter #2 [ $metric ] } } - Method [ public method getfillopacity ] { + Method [ public method compareimages ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Gmagick $Gmagick ] + Parameter #1 [ $metric ] } } - Method [ public method getfont ] { + Method [ public method contrastimage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $sharpen ] } } - Method [ public method getfontsize ] { + Method [ public method convolveimage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $kernel ] } } - Method [ public method getfontstyle ] { + Method [ public method extentimage ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] } } - Method [ public method getfontweight ] { + Method [ public method getimageattribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } } - Method [ public method getstrokeopacity ] { + Method [ public method getimagechannelextrema ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $channel ] } } - Method [ public method getstrokecolor ] { + Method [ public method getimagechannelmean ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $channel ] } } - Method [ public method getstrokewidth ] { + Method [ public method getimagecolormapcolor ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $index ] } } - Method [ public method gettextdecoration ] { + Method [ public method getimagegravity ] { - Parameters [0] { } } - Method [ public method gettextencoding ] { + Method [ public method getimagevirtualpixelmethod ] { - Parameters [0] { } } - Method [ public method line ] { - - - Parameters [4] { - Parameter #0 [ $sx ] - Parameter #1 [ $sy ] - Parameter #2 [ $ex ] - Parameter #3 [ $ey ] - } - } - - Method [ public method point ] { - - - Parameters [2] { - Parameter #0 [ $x ] - Parameter #1 [ $y ] - } - } - - Method [ public method polygon ] { + Method [ public method haldclutimage ] { - Parameters [1] { - Parameter #0 [ $coordinates ] + Parameter #0 [ Gmagick $Gmagick ] } } - Method [ public method polyline ] { + Method [ public method mattefloodfillimage ] { - - Parameters [1] { - Parameter #0 [ $coordinate_array ] + - Parameters [5] { + Parameter #0 [ $alpha ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $color ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] } } - Method [ public method rectangle ] { + Method [ public method montageimage ] { - - Parameters [4] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] - Parameter #2 [ $x2 ] - Parameter #3 [ $y2 ] + - Parameters [5] { + Parameter #0 [ GmagickDraw $GmagickDraw ] + Parameter #1 [ $tile_geometry ] + Parameter #2 [ $thumbnail_geometry ] + Parameter #3 [ $montageMode ] + Parameter #4 [ $frame ] } } - Method [ public method rotate ] { + Method [ public method morphimages ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ $frames ] } } - Method [ public method roundrectangle ] { + Method [ public method mosaicimages ] { - - Parameters [6] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] - Parameter #2 [ $x2 ] - Parameter #3 [ $y2 ] - Parameter #4 [ $rx ] - Parameter #5 [ $ry ] + - Parameters [0] { } } - Method [ public method scale ] { + Method [ public method setimageattribute ] { - Parameters [2] { - Parameter #0 [ $x ] - Parameter #1 [ $y ] + Parameter #0 [ $key ] + Parameter #1 [ $value ] } } - Method [ public method setfillopacity ] { + Method [ public method setimagecolormapcolor ] { - - Parameters [1] { - Parameter #0 [ $fill_opacity ] + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $color ] } } - Method [ public method setfont ] { + Method [ public method setimagegravity ] { - Parameters [1] { - Parameter #0 [ $font ] + Parameter #0 [ $gravity ] } } - Method [ public method setfontsize ] { + Method [ public method setimagemattecolor ] { - Parameters [1] { - Parameter #0 [ $pointsize ] + Parameter #0 [ $color ] } } - Method [ public method setfontstyle ] { + Method [ public method setimagevirtualpixelmethod ] { - Parameters [1] { - Parameter #0 [ $STYLE ] + Parameter #0 [ $virtual_pixel_method ] } } - Method [ public method setfontweight ] { + Method [ public method shaveimage ] { - - Parameters [1] { - Parameter #0 [ $weight ] + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] } } - Method [ public method setstrokeopacity ] { + Method [ public method steganoimage ] { - - Parameters [1] { - Parameter #0 [ $stroke_opacity ] + - Parameters [2] { + Parameter #0 [ Gmagick $Gmagick ] + Parameter #1 [ $offset ] } } - Method [ public method settextdecoration ] { + Method [ public method stereoimage ] { - Parameters [1] { - Parameter #0 [ $DECORATION ] + Parameter #0 [ Gmagick $Gmagick ] } } - Method [ public method settextencoding ] { + Method [ public method waveimage ] { - - Parameters [1] { - Parameter #0 [ $encoding ] + - Parameters [2] { + Parameter #0 [ $amplitude ] + Parameter #1 [ $waveLength ] } } - Method [ public method setstrokeantialias ] { + Method [ public method whitethresholdimage ] { - Parameters [1] { - Parameter #0 [ $antialias ] + Parameter #0 [ $color ] } } - Method [ public method setstrokedashoffset ] { + Method [ public method getimageboundingbox ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $fuzz ] } } - Method [ public method setstrokelinecap ] { + Method [ public method getimagefuzz ] { - - Parameters [1] { - Parameter #0 [ $LINECAP ] + - Parameters [0] { } } - Method [ public method setstrokelinejoin ] { + Method [ public method getimagesavedtype ] { - - Parameters [1] { - Parameter #0 [ $LINEJOIN ] + - Parameters [0] { } } - Method [ public method setstrokemiterlimit ] { + Method [ public method setdepth ] { - Parameters [1] { - Parameter #0 [ $miterLimit ] - } - } - - Method [ public method getstrokeantialias ] { - - - Parameters [0] { + Parameter #0 [ $depth ] } } - Method [ public method getstrokedashoffset ] { + Method [ public method setformat ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $format ] } } - Method [ public method getstrokelinecap ] { + Method [ public method setimagefuzz ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $fuzz ] } } - Method [ public method getstrokelinejoin ] { + Method [ public method setimageoption ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $key ] + Parameter #2 [ $value ] } } - Method [ public method getstrokemiterlimit ] { + Method [ public method setimagesavedtype ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $type ] } } - Method [ public method getstrokedasharray ] { + Method [ public method setresolutionunits ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $x_resolution ] + Parameter #1 [ $y_resolution ] } } - Method [ public method setstrokedasharray ] { + Method [ public method writeimagefile ] { - - Parameters [1] { - Parameter #0 [ $dashArray ] + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $format ] } } } } - Class [ class GmagickPixel ] { + Class [ class GmagickDraw ] { - Constants [0] { } @@ -1909,8 +1899,789 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { - Properties [0] { } - - Methods [6] { - Method [ public method __construct ] { + - Methods [103] { + Method [ public method setstrokecolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setstrokewidth ] { + + - Parameters [1] { + Parameter #0 [ $width ] + } + } + + Method [ public method setfillcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setgravity ] { + + - Parameters [1] { + Parameter #0 [ $gravity ] + } + } + + Method [ public method ellipse ] { + + - Parameters [6] { + Parameter #0 [ $ox ] + Parameter #1 [ $oy ] + Parameter #2 [ $px ] + Parameter #3 [ $py ] + Parameter #4 [ $start ] + Parameter #5 [ $end ] + } + } + + Method [ public method affine ] { + + - Parameters [1] { + Parameter #0 [ $affineMatrix ] + } + } + + Method [ public method annotate ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $text ] + } + } + + Method [ public method arc ] { + + - Parameters [6] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + Parameter #4 [ $sd ] + Parameter #5 [ $ed ] + } + } + + Method [ public method bezier ] { + + - Parameters [1] { + Parameter #0 [ $coordinate_array ] + } + } + + Method [ public method getfillcolor ] { + + - Parameters [0] { + } + } + + Method [ public method getgravity ] { + + - Parameters [0] { + } + } + + Method [ public method getfillopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getfont ] { + + - Parameters [0] { + } + } + + Method [ public method getfontsize ] { + + - Parameters [0] { + } + } + + Method [ public method getfontstyle ] { + + - Parameters [0] { + } + } + + Method [ public method getfontweight ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokeopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokecolor ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokewidth ] { + + - Parameters [0] { + } + } + + Method [ public method gettextdecoration ] { + + - Parameters [0] { + } + } + + Method [ public method gettextencoding ] { + + - Parameters [0] { + } + } + + Method [ public method line ] { + + - Parameters [4] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + } + } + + Method [ public method point ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method polygon ] { + + - Parameters [1] { + Parameter #0 [ $coordinates ] + } + } + + Method [ public method polyline ] { + + - Parameters [1] { + Parameter #0 [ $coordinate_array ] + } + } + + Method [ public method rectangle ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + } + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method roundrectangle ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $rx ] + Parameter #5 [ $ry ] + } + } + + Method [ public method scale ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setfillopacity ] { + + - Parameters [1] { + Parameter #0 [ $fill_opacity ] + } + } + + Method [ public method setfont ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + + Method [ public method setfontsize ] { + + - Parameters [1] { + Parameter #0 [ $pointsize ] + } + } + + Method [ public method setfontstyle ] { + + - Parameters [1] { + Parameter #0 [ $STYLE ] + } + } + + Method [ public method setfontweight ] { + + - Parameters [1] { + Parameter #0 [ $weight ] + } + } + + Method [ public method setstrokeopacity ] { + + - Parameters [1] { + Parameter #0 [ $stroke_opacity ] + } + } + + Method [ public method settextdecoration ] { + + - Parameters [1] { + Parameter #0 [ $DECORATION ] + } + } + + Method [ public method settextencoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + + Method [ public method setstrokeantialias ] { + + - Parameters [1] { + Parameter #0 [ $antialias ] + } + } + + Method [ public method setstrokedashoffset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method setstrokelinecap ] { + + - Parameters [1] { + Parameter #0 [ $LINECAP ] + } + } + + Method [ public method setstrokelinejoin ] { + + - Parameters [1] { + Parameter #0 [ $LINEJOIN ] + } + } + + Method [ public method setstrokemiterlimit ] { + + - Parameters [1] { + Parameter #0 [ $miterLimit ] + } + } + + Method [ public method getstrokeantialias ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokedashoffset ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokelinecap ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokelinejoin ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokemiterlimit ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokedasharray ] { + + - Parameters [0] { + } + } + + Method [ public method setstrokedasharray ] { + + - Parameters [1] { + Parameter #0 [ $dashArray ] + } + } + + Method [ public method circle ] { + + - Parameters [4] { + Parameter #0 [ $ox ] + Parameter #1 [ $oy ] + Parameter #2 [ $px ] + Parameter #3 [ $py ] + } + } + + Method [ public method getclippath ] { + + - Parameters [0] { + } + } + + Method [ public method setclippath ] { + + - Parameters [1] { + Parameter #0 [ $clipMask ] + } + } + + Method [ public method getcliprule ] { + + - Parameters [0] { + } + } + + Method [ public method setcliprule ] { + + - Parameters [1] { + Parameter #0 [ $FILLRULE ] + } + } + + Method [ public method getclipunits ] { + + - Parameters [0] { + } + } + + Method [ public method setclipunits ] { + + - Parameters [1] { + Parameter #0 [ $PATHUNITS ] + } + } + + Method [ public method color ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $PAINTMETHOD ] + } + } + + Method [ public method comment ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + + Method [ public method setfillpatternurl ] { + + - Parameters [1] { + Parameter #0 [ $url ] + } + } + + Method [ public method getfillrule ] { + + - Parameters [0] { + } + } + + Method [ public method setfillrule ] { + + - Parameters [1] { + Parameter #0 [ $FILLRULE ] + } + } + + Method [ public method getfontfamily ] { + + - Parameters [0] { + } + } + + Method [ public method setfontfamily ] { + + - Parameters [1] { + Parameter #0 [ $fontfamily ] + } + } + + Method [ public method getfontstretch ] { + + - Parameters [0] { + } + } + + Method [ public method setfontstretch ] { + + - Parameters [1] { + Parameter #0 [ $STRETCH ] + } + } + + Method [ public method pathclose ] { + + - Parameters [0] { + } + } + + Method [ public method pathcurvetoabsolute ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method pathcurvetorelative ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbezierabsolute ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbezierrelative ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbeziersmoothabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbeziersmoothrelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathcurvetosmoothabsolute ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetosmoothrelative ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathellipticarcabsolute ] { + + - Parameters [7] { + Parameter #0 [ $rx ] + Parameter #1 [ $ry ] + Parameter #2 [ $xAxisRotation ] + Parameter #3 [ $largeArc ] + Parameter #4 [ $sweep ] + Parameter #5 [ $x ] + Parameter #6 [ $y ] + } + } + + Method [ public method pathellipticarcrelative ] { + + - Parameters [7] { + Parameter #0 [ $rx ] + Parameter #1 [ $ry ] + Parameter #2 [ $xAxisRotation ] + Parameter #3 [ $largeArc ] + Parameter #4 [ $sweep ] + Parameter #5 [ $x ] + Parameter #6 [ $y ] + } + } + + Method [ public method pathfinish ] { + + - Parameters [0] { + } + } + + Method [ public method pathlinetoabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathlinetorelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathlinetohorizontalabsolute ] { + + - Parameters [1] { + Parameter #0 [ $y ] + } + } + + Method [ public method pathlinetohorizontalrelative ] { + + - Parameters [1] { + Parameter #0 [ $x ] + } + } + + Method [ public method pathlinetoverticalabsolute ] { + + - Parameters [1] { + Parameter #0 [ $y ] + } + } + + Method [ public method pathlinetoverticalrelative ] { + + - Parameters [1] { + Parameter #0 [ $x ] + } + } + + Method [ public method pathmovetoabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathmovetorelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathstart ] { + + - Parameters [0] { + } + } + + Method [ public method popclippath ] { + + - Parameters [0] { + } + } + + Method [ public method popdefs ] { + + - Parameters [0] { + } + } + + Method [ public method poppattern ] { + + - Parameters [0] { + } + } + + Method [ public method pushclippath ] { + + - Parameters [1] { + Parameter #0 [ $clipMask ] + } + } + + Method [ public method pushdefs ] { + + - Parameters [0] { + } + } + + Method [ public method pushpattern ] { + + - Parameters [5] { + Parameter #0 [ $pattern_id ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $width ] + Parameter #4 [ $height ] + } + } + + Method [ public method skewx ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method skewy ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method setstrokepatternurl ] { + + - Parameters [1] { + Parameter #0 [ $url ] + } + } + + Method [ public method gettextantialias ] { + + - Parameters [0] { + } + } + + Method [ public method settextantialias ] { + + - Parameters [1] { + Parameter #0 [ $antialias ] + } + } + + Method [ public method gettextundercolor ] { + + - Parameters [0] { + } + } + + Method [ public method settextundercolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method translate ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setviewbox ] { + + - Parameters [4] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + } + } + + Method [ public method popGraphicContext ] { + + - Parameters [0] { + } + } + + Method [ public method pushGraphicContext ] { + + - Parameters [0] { + } + } + } + } + + Class [ class GmagickPixel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $color ] @@ -1938,6 +2709,13 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { } } + Method [ public method setcolorcount ] { + + - Parameters [1] { + Parameter #0 [ $color_count ] + } + } + Method [ public method getcolorvalue ] { - Parameters [1] { @@ -1952,6 +2730,21 @@ Extension [ extension #25 gmagick version 1.1.7RC3 ] { Parameter #1 [ $value ] } } + + Method [ public method getcolorvaluequantum ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcolorvaluequantum ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $value ] + } + } } } } -- cgit