1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="CairoContext" namespace="" name="CairoContext">
<method name="appendPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Appends a path to current path">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="path" optional="false" byreference="false" type="object" class="CairoPath"/>
</method>
<method name="arc" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Adds a circular arc">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
<parameter name="radius" optional="false" byreference="false" type="object" class="float"/>
<parameter name="angle1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="angle2" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="arcNegative" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Adds a negative arc">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
<parameter name="radius" optional="false" byreference="false" type="object" class="float"/>
<parameter name="angle1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="angle2" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="clip" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Establishes a new clip region">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="clipExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Computes the area inside the current clip">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="clipPreserve" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Establishes a new clip region from the current clip">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="clipRectangleList" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Retrieves the current clip as a list of rectangles">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="closePath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Closes the current path">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Creates a new CairoContext"/>
<return type="void"/>
</docblock>
<parameter name="surface" optional="false" byreference="false" type="object" class="CairoSurface"/>
</constructor>
<method name="copyPage" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Emits the current page">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="copyPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Creates a copy of the current path">Object oriented style (method):</description>
<return type="CairoPath"/>
</docblock>
</method>
<method name="copyPathFlat" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets a flattened copy of the current path">Object oriented style (method):</description>
<return type="CairoPath"/>
</docblock>
</method>
<method name="curveTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Adds a curve">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="x2" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y2" optional="false" byreference="false" type="object" class="float"/>
<parameter name="x3" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y3" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="deviceToUser" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Transform a coordinate">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="deviceToUserDistance" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Transform a distance">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="fill" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Fills the current path">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="fillExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Computes the filled area">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="fillPreserve" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Fills and preserve the current path">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="fontExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get the font extents">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="getAntialias" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Retrives the current antialias mode">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getCurrentPoint" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getCurrentPoint purpose">Object oriented style</description>
<return type="array"/>
</docblock>
</method>
<method name="getDash" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getDash purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="getDashCount" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getDashCount purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getFillRule" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFillRule purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getFontFace" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontFace purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getFontMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getFontOptions" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontOptions purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getGroupTarget" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getGroupTarget purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getLineCap" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getLineCap purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getLineJoin" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getLineJoin purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getLineWidth" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getLineWidth purpose">Object oriented style (method):</description>
<return type="float"/>
</docblock>
</method>
<method name="getMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getMiterLimit" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getMiterLimit purpose">Object oriented style (method):</description>
<return type="float"/>
</docblock>
</method>
<method name="getOperator" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getOperator purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="getScaledFont" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getScaledFont purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getSource" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getSource purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getTarget" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getTarget purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getTolerance" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getTolerance purpose">Object oriented style (method):</description>
<return type="float"/>
</docblock>
</method>
<method name="glyphPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The glyphPath purpose">Object oriented style</description>
<return type="void"/>
</docblock>
<parameter name="glyphs" optional="false" byreference="false" type="object" class="array"/>
</method>
<method name="hasCurrentPoint" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The hasCurrentPoint purpose">Object oriented style (method):</description>
<return type="bool"/>
</docblock>
</method>
<method name="identityMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The identityMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="inFill" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The inFill purpose">Object oriented style (method):</description>
<return type="bool"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="inStroke" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The inStroke purpose">Object oriented style (method):</description>
<return type="bool"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="lineTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The lineTo purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="mask" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The mask purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="pattern" optional="false" byreference="false" type="object" class="CairoPattern"/>
</method>
<method name="maskSurface" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The maskSurface purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="surface" optional="false" byreference="false" type="object" class="CairoSurface"/>
<parameter name="x" optional="true" byreference="false" type="object" class="float"/>
<parameter name="y" optional="true" byreference="false" type="object" class="float"/>
</method>
<method name="moveTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The moveTo purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="newPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The newPath purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="newSubPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The newSubPath purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="paint" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The paint purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="paintWithAlpha" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The paintWithAlpha purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="alpha" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="pathExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The pathExtents purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="popGroup" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The popGroup purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="popGroupToSource" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The popGroupToSource purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="pushGroup" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The pushGroup purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="pushGroupWithContent" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The pushGroupWithContent purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="content" optional="false" byreference="false" type="int"/>
</method>
<method name="rectangle" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The rectangle purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
<parameter name="width" optional="false" byreference="false" type="object" class="float"/>
<parameter name="height" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="relCurveTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The relCurveTo purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y1" optional="false" byreference="false" type="object" class="float"/>
<parameter name="x2" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y2" optional="false" byreference="false" type="object" class="float"/>
<parameter name="x3" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y3" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="relLineTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The relLineTo purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="relMoveTo" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The relMoveTo purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="resetClip" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The resetClip purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="restore" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The restore purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="rotate" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The rotate purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="angle" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="save" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The save purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="scale" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The scale purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="selectFontFace" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The selectFontFace purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="family" optional="false" byreference="false" type="string"/>
<parameter name="slant" optional="true" byreference="false" type="int"/>
<parameter name="weight" optional="true" byreference="false" type="int"/>
</method>
<method name="setAntialias" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setAntialias purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="antialias" optional="true" byreference="false" type="int"/>
</method>
<method name="setDash" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setDash purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="dashes" optional="false" byreference="false" type="object" class="array"/>
<parameter name="offset" optional="true" byreference="false" type="object" class="float"/>
</method>
<method name="setFillRule" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setFillRule purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="setting" optional="false" byreference="false" type="int"/>
</method>
<method name="setFontFace" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setFontFace purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="fontface" optional="false" byreference="false" type="object" class="CairoFontFace"/>
</method>
<method name="setFontMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setFontMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="matrix" optional="false" byreference="false" type="object" class="CairoMatrix"/>
</method>
<method name="setFontOptions" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setFontOptions purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="fontoptions" optional="false" byreference="false" type="object" class="CairoFontOptions"/>
</method>
<method name="setFontSize" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setFontSize purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="size" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="setLineCap" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setLineCap purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="setting" optional="false" byreference="false" type="int"/>
</method>
<method name="setLineJoin" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setLineJoin purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="setting" optional="false" byreference="false" type="int"/>
</method>
<method name="setLineWidth" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setLineWidth purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="width" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="setMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="matrix" optional="false" byreference="false" type="object" class="CairoMatrix"/>
</method>
<method name="setMiterLimit" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setMiterLimit purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="limit" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="setOperator" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setOperator purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="setting" optional="false" byreference="false" type="int"/>
</method>
<method name="setScaledFont" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setScaledFont purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="scaledfont" optional="false" byreference="false" type="object" class="CairoScaledFont"/>
</method>
<method name="setSource" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setSource purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="pattern" optional="false" byreference="false" type="object" class="CairoPattern"/>
</method>
<method name="setSourceRGB" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setSourceRGB purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="red" optional="false" byreference="false" type="object" class="float"/>
<parameter name="green" optional="false" byreference="false" type="object" class="float"/>
<parameter name="blue" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="setSourceRGBA" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setSourceRGBA purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="red" optional="false" byreference="false" type="object" class="float"/>
<parameter name="green" optional="false" byreference="false" type="object" class="float"/>
<parameter name="blue" optional="false" byreference="false" type="object" class="float"/>
<parameter name="alpha" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="setSourceSurface" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setSourceSurface purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="surface" optional="false" byreference="false" type="object" class="CairoSurface"/>
<parameter name="x" optional="true" byreference="false" type="object" class="float"/>
<parameter name="y" optional="true" byreference="false" type="object" class="float"/>
</method>
<method name="setTolerance" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The setTolerance purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="tolerance" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="showPage" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The showPage purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="showText" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The showText purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="text" optional="false" byreference="false" type="string"/>
</method>
<method name="status" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The status purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="stroke" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The stroke purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="strokeExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The strokeExtents purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
</method>
<method name="strokePreserve" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The strokePreserve purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="textExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The textExtents purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="text" optional="false" byreference="false" type="string"/>
</method>
<method name="textPath" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The textPath purpose">Object oriented style</description>
<return type="void"/>
</docblock>
<parameter name="string" optional="false" byreference="false" type="string"/>
</method>
<method name="transform" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The transform purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="matrix" optional="false" byreference="false" type="object" class="CairoMatrix"/>
</method>
<method name="translate" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The translate purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="userToDevice" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The userToDevice purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
<method name="userToDeviceDistance" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The userToDeviceDistance purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="x" optional="false" byreference="false" type="object" class="float"/>
<parameter name="y" optional="false" byreference="false" type="object" class="float"/>
</method>
</class>
|