home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / Canvas / PathDef.pod < prev    next >
Encoding:
Text File  |  2005-12-16  |  2.4 KB  |  249 lines

  1. =head1 NAME
  2.  
  3. Gnome2::Canvas::PathDef
  4.  
  5. =head1 HIERARCHY
  6.  
  7.   Glib::Boxed
  8.   +----Gnome2::Canvas::PathDef
  9.  
  10.  
  11. =head1 METHODS
  12.  
  13. =head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<new> 
  14.  
  15. =over
  16.  
  17. =back
  18.  
  19. =head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<new_sized> ($length)
  20.  
  21. =over
  22.  
  23. =over
  24.  
  25. =item * $length (integer) 
  26.  
  27. =back
  28.  
  29. =back
  30.  
  31. =head2 boolean = $path-E<gt>B<all_closed> 
  32.  
  33. =over
  34.  
  35. =back
  36.  
  37. =head2 boolean = $path-E<gt>B<all_open> 
  38.  
  39. =over
  40.  
  41. =back
  42.  
  43. =head2 boolean = $path-E<gt>B<any_closed> 
  44.  
  45. =over
  46.  
  47. =back
  48.  
  49. =head2 boolean = $path-E<gt>B<any_open> 
  50.  
  51. =over
  52.  
  53. =back
  54.  
  55. =head2 pathdef = $path-E<gt>B<close_all> 
  56.  
  57. =over
  58.  
  59. =back
  60.  
  61. =head2 pathdef = $path-E<gt>B<closed_parts> 
  62.  
  63. =over
  64.  
  65. =back
  66.  
  67. =head2 $path-E<gt>B<closepath> 
  68.  
  69. =over
  70.  
  71. =back
  72.  
  73. =head2 $path-E<gt>B<closepath_current> 
  74.  
  75. =over
  76.  
  77. =back
  78.  
  79. =head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<concat> (...)
  80.  
  81. =over
  82.  
  83. =over
  84.  
  85. =item * ... (list) Gnome2::Canvas::PathDef objects to concatenate
  86.  
  87. =back
  88.  
  89.  
  90.  
  91. =back
  92.  
  93. =head2 $dst-E<gt>B<copy> ($src)
  94.  
  95. =over
  96.  
  97. =over
  98.  
  99. =item * $src (Gnome2::Canvas::PathDef) 
  100.  
  101. =back
  102.  
  103. Copy the path from I<$src> into I<$dst>.
  104.  
  105. Note: this method has very different semantics than the copy provided
  106. by Glib::Boxed.   C<duplicate> is the analog there.
  107.  
  108. =back
  109.  
  110. =head2 $path-E<gt>B<curveto> ($x0, $y0, $x1, $y1, $x2, $y2)
  111.  
  112. =over
  113.  
  114. =over
  115.  
  116. =item * $x0 (double) 
  117.  
  118. =item * $y0 (double) 
  119.  
  120. =item * $x1 (double) 
  121.  
  122. =item * $y1 (double) 
  123.  
  124. =item * $x2 (double) 
  125.  
  126. =item * $y2 (double) 
  127.  
  128. =back
  129.  
  130. =back
  131.  
  132. =head2 pathdef = $path-E<gt>B<duplicate> 
  133.  
  134. =over
  135.  
  136. =back
  137.  
  138. =head2 $path-E<gt>B<ensure_space> ($space)
  139.  
  140. =over
  141.  
  142. =over
  143.  
  144. =item * $space (integer) 
  145.  
  146. =back
  147.  
  148. =back
  149.  
  150. =head2 $path-E<gt>B<finish> 
  151.  
  152. =over
  153.  
  154. =back
  155.  
  156. =head2 boolean = $path-E<gt>B<has_currentpoint> 
  157.  
  158. =over
  159.  
  160. =back
  161.  
  162. =head2 boolean = $path-E<gt>B<is_empty> 
  163.  
  164. =over
  165.  
  166. =back
  167.  
  168. =head2 integer = $path-E<gt>B<length> 
  169.  
  170. =over
  171.  
  172. =back
  173.  
  174. =head2 $path-E<gt>B<lineto> ($x, $y)
  175.  
  176. =over
  177.  
  178. =over
  179.  
  180. =item * $x (double) 
  181.  
  182. =item * $y (double) 
  183.  
  184. =back
  185.  
  186. =back
  187.  
  188. =head2 $path-E<gt>B<lineto_moving> ($x, $y)
  189.  
  190. =over
  191.  
  192. =over
  193.  
  194. =item * $x (double) 
  195.  
  196. =item * $y (double) 
  197.  
  198. =back
  199.  
  200. =back
  201.  
  202. =head2 $path-E<gt>B<moveto> ($x, $y)
  203.  
  204. =over
  205.  
  206. =over
  207.  
  208. =item * $x (double) 
  209.  
  210. =item * $y (double) 
  211.  
  212. =back
  213.  
  214. =back
  215.  
  216. =head2 pathdef = $path-E<gt>B<open_parts> 
  217.  
  218. =over
  219.  
  220. =back
  221.  
  222. =head2 $path-E<gt>B<reset> 
  223.  
  224. =over
  225.  
  226. =back
  227.  
  228. =head2 @pathdefs = $path->B<split>
  229.  
  230. =over
  231.  
  232.  
  233.  
  234. =back
  235.  
  236.  
  237. =head1 SEE ALSO
  238.  
  239. L<Gnome2::Canvas>, L<Glib::Boxed>
  240.  
  241. =head1 COPYRIGHT
  242.  
  243. Copyright (C) 2003-2004 by the Gtk2-Perl Team.
  244.  
  245. This software is licensed under the LGPL; see L<Gnome2::Canvas> for a full notice.
  246.  
  247. =cut
  248.  
  249.