|
MIOLO26
|
Membros públicos | |
| postscript ($fname="", $author="", $title="Generated with PSLib 0.4", $orientation="Portrait", $fonts="") | |
| __construct ($fname="", $author="", $title="Generated with PSLib 0.4", $orientation="Portrait", $fonts="") | |
| _add_font ($font) | |
| insert_line ($line) | |
| include_resource ($res) | |
| encode_ISOLatin1 ($var=true) | |
| begin_page ($page) | |
| end_page () | |
| close () | |
| line ($xcoord_from=0, $ycoord_from=0, $xcoord_to=0, $ycoord_to=0, $linewidth=0) | |
| moveto ($xcoord, $ycoord) | |
| moveto_font ($xcoord, $ycoord, $font_name, $font_size) | |
| open_ps ($ps_file="") | |
| circle ($xcoord, $ycoord, $ray, $linewidth) | |
| circle_fill ($xcoord, $ycoord, $ray, $linewidth, $red, $green, $blue, $border=false) | |
| arc ($xcoord, $ycoord, $ray, $linewidth, $angle_start, $angle_end) | |
| arc_fill ($xcoord, $ycoord, $ray, $linewidth, $angle_start, $angle_end, $red, $green, $blue, $border=false) | |
| rect ($xcoord_from, $ycoord_from, $xcoord_to, $ycoord_to, $linewidth) | |
| rect_fill ($xcoord_from, $ycoord_from, $xcoord_to, $ycoord_to, $linewidth, $red, $green, $blue, $border=false) | |
| rotate ($degrees) | |
| set_font ($font_name, $font_size) | |
| show ($text, $red='', $green='', $blue='', $justify='l') | |
| show_eval ($text) | |
| show_xy ($text, $xcoord, $ycoord, $red='', $green='', $blue='', $justify='l') | |
| show_xy_font ($text, $xcoord, $ycoord, $font_name, $font_size, $red='', $green='', $blue='', $justify='l') | |
| set_color ($red=-1, $green=-1, $blue=-1) | |
Campos de Dados | |
| $fp | |
| $filename | |
| $string = "" | |
| $page = 1 | |
| $ISOLatin1 = true | |
| $resources | |
| $fonts | |
| $red = -1 | |
| $green = -1 | |
| $blue = -1 | |
| __construct | ( | $fname = "", | |
| $author = "", | |||
| $title = "Generated with PSLib 0.4", | |||
| $orientation = "Portrait", | |||
| $fonts = "" ) |
| _add_font | ( | $font | ) |
| arc | ( | $xcoord, | |
| $ycoord, | |||
| $ray, | |||
| $linewidth, | |||
| $angle_start, | |||
| $angle_end ) |
| arc_fill | ( | $xcoord, | |
| $ycoord, | |||
| $ray, | |||
| $linewidth, | |||
| $angle_start, | |||
| $angle_end, | |||
| $red, | |||
| $green, | |||
| $blue, | |||
| $border = false ) |
| begin_page | ( | $page | ) |
| circle | ( | $xcoord, | |
| $ycoord, | |||
| $ray, | |||
| $linewidth ) |
| circle_fill | ( | $xcoord, | |
| $ycoord, | |||
| $ray, | |||
| $linewidth, | |||
| $red, | |||
| $green, | |||
| $blue, | |||
| $border = false ) |
| close | ( | ) |
| encode_ISOLatin1 | ( | $var = true | ) |
| end_page | ( | ) |
| include_resource | ( | $res | ) |
| insert_line | ( | $line | ) |
| line | ( | $xcoord_from = 0, | |
| $ycoord_from = 0, | |||
| $xcoord_to = 0, | |||
| $ycoord_to = 0, | |||
| $linewidth = 0 ) |
| moveto | ( | $xcoord, | |
| $ycoord ) |
| moveto_font | ( | $xcoord, | |
| $ycoord, | |||
| $font_name, | |||
| $font_size ) |
| open_ps | ( | $ps_file = "" | ) |
| postscript | ( | $fname = "", | |
| $author = "", | |||
| $title = "Generated with PSLib 0.4", | |||
| $orientation = "Portrait", | |||
| $fonts = "" ) |
| rect | ( | $xcoord_from, | |
| $ycoord_from, | |||
| $xcoord_to, | |||
| $ycoord_to, | |||
| $linewidth ) |
| rect_fill | ( | $xcoord_from, | |
| $ycoord_from, | |||
| $xcoord_to, | |||
| $ycoord_to, | |||
| $linewidth, | |||
| $red, | |||
| $green, | |||
| $blue, | |||
| $border = false ) |
| rotate | ( | $degrees | ) |
| set_color | ( | $red = -1, | |
| $green = -1, | |||
| $blue = -1 ) |
| set_font | ( | $font_name, | |
| $font_size ) |
| show | ( | $text, | |
| $red = '', | |||
| $green = '', | |||
| $blue = '', | |||
| $justify = 'l' ) |
| show_eval | ( | $text | ) |
| show_xy | ( | $text, | |
| $xcoord, | |||
| $ycoord, | |||
| $red = '', | |||
| $green = '', | |||
| $blue = '', | |||
| $justify = 'l' ) |
| show_xy_font | ( | $text, | |
| $xcoord, | |||
| $ycoord, | |||
| $font_name, | |||
| $font_size, | |||
| $red = '', | |||
| $green = '', | |||
| $blue = '', | |||
| $justify = 'l' ) |
| $blue = -1 |
| $filename |
| $fonts |
| $fp |
| $green = -1 |
| $ISOLatin1 = true |
| $page = 1 |
| $red = -1 |
| $resources |
| $string = "" |