GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Goo::Canvas::PolylineModel(3) User Contributed Perl Documentation Goo::Canvas::PolylineModel(3)

Goo::Canvas::PolylineModel - wrapper for GooCanvasPolylineModel

  Glib::Object
  +----Goo::Canvas::ItemModelSimple
       +----Goo::Canvas::PolylineModel

  Goo::Canvas::ItemModel

  • $parent (Goo::Canvas::ItemModel)
  • $close_path (boolean)
  • $points (arrayref) The points is an array reference that contains a flat points coordinates. If you want create a polyline without points, pass an empty array refer or undef.
  • ... (list)

  • $parent (Goo::Canvas::ItemModel)
  • $x1 (double)
  • $y1 (double)
  • $x2 (double)
  • $y2 (double)
  • ... (list)

'arrow-length' (double : default 5 : readable / writable)
The length of the arrows, as a multiple of the line width
'arrow-tip-length' (double : default 4 : readable / writable)
The length of the arrow tip, as a multiple of the line width
'arrow-width' (double : default 4 : readable / writable)
The width of the arrows, as a multiple of the line width
'close-path' (boolean : default false : readable / writable)
If the last point should be connected to the first
'end-arrow' (boolean : default false : readable / writable)
If an arrow should be displayed at the end of the polyline
'height' (double : default 0 : readable / writable)
The height of the polyline
'points' (Goo::Canvas::Points : default undef : readable / writable)
The array of points
'start-arrow' (boolean : default false : readable / writable)
If an arrow should be displayed at the start of the polyline
'width' (double : default 0 : readable / writable)
The width of the polyline
'x' (double : default 0 : readable / writable)
The x coordinate of the left-most point of the polyline
'y' (double : default 0 : readable / writable)
The y coordinate of the top-most point of the polyline

Glib::Object, Goo::Canvas::ItemModelSimple

Copyright (C) 2022 Gtk2-Perl Team
2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.