Goo::Canvas::ItemSimple - wrapper for GooCanvasItemSimple
Glib::Object
+----Goo::Canvas::ItemSimple
- •
- $recompute_bounds (boolean)
- $x (double)
- $y (double)
- $cr (cairo_t)
- $pointer_events (Goo::Canvas::PointerEvents)
- •
- $model (Goo::Canvas::ItemModel)
- 'antialias' (Goo::Cairo::Antialias : default "gray" : readable /
writable)
- The antialiasing mode to use
- 'clip-fill-rule' (Goo::Cairo::FillRule : default "winding" :
readable / writable)
- The fill rule used to determine which parts of the item are clipped
- 'clip-path' (string : default undef : writable)
- The sequence of path commands specifying the clip path
- 'fill-color' (string : default undef : writable)
- The color to use to paint the interior of the item. To disable painting
set the 'fill-pattern' property to NULL
- 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable)
- The color to use to paint the interior of the item, specified as a 32-bit
integer value. To disable painting set the 'fill-pattern' property to
NULL
- 'fill-pattern' (Goo::Cairo::Pattern : default undef : readable /
writable)
- The pattern to use to paint the interior of the item, or NULL to disable
painting
- 'fill-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)
- The pixbuf to use to paint the interior of the item. To disable painting
set the 'fill-pattern' property to NULL
- 'fill-rule' (Goo::Cairo::FillRule : default "winding" : readable
/ writable)
- The fill rule used to determine which parts of the item are filled
- 'font' (string : default undef : readable / writable)
- The base font to use for the text
- 'font-desc' (Pango::FontDescription : default undef : readable /
writable)
- The attributes specifying which font to use
- 'hint-metrics' (GooCairoHintMetrics : default "off" : readable /
writable)
- The hinting to be used for font metrics
- 'line-cap' (Goo::Cairo::LineCap : default "butt" : readable /
writable)
- The line cap style to use
- 'line-dash' (Goo::Canvas::LineDash : default undef : readable /
writable)
- The dash pattern to use
- 'line-join' (Goo::Cairo::LineJoin : default "miter" : readable /
writable)
- The line join style to use
- 'line-join-miter-limit' (double : default 10 : readable / writable)
- The smallest angle to use with miter joins, in degrees. Bevel joins will
be used below this limit
- 'line-width' (double : default 2 : readable / writable)
- The line width to use for the item's perimeter
- 'operator' (Goo::Cairo::Operator : default "over" : readable /
writable)
- The compositing operator to use
- 'stroke-color' (string : default undef : writable)
- The color to use for the item's perimeter. To disable painting set the
'stroke-pattern' property to NULL
- 'stroke-color-rgba' (Glib::UInt : default 0 : readable / writable)
- The color to use for the item's perimeter, specified as a 32-bit integer
value. To disable painting set the 'stroke-pattern' property to NULL
- 'stroke-pattern' (Goo::Cairo::Pattern : default undef : readable /
writable)
- The pattern to use to paint the perimeter of the item, or NULL disable
painting
- 'stroke-pixbuf' (Gtk2::Gdk::Pixbuf : default undef : writable)
- The pixbuf to use to draw the item's perimeter. To disable painting set
the 'stroke-pattern' property to NULL
- 'default' / 'CAIRO_ANTIALIAS_DEFAULT'
- 'none' / 'CAIRO_ANTIALIAS_NONE'
- 'gray' / 'CAIRO_ANTIALIAS_GRAY'
- 'subpixel' / 'CAIRO_ANTIALIAS_SUBPIXEL'
- 'winding' / 'CAIRO_FILL_RULE_WINDING'
- 'even-odd' / 'CAIRO_FILL_RULE_EVEN_ODD'
- 'butt' / 'CAIRO_LINE_CAP_BUTT'
- 'round' / 'CAIRO_LINE_CAP_ROUND'
- 'square' / 'CAIRO_LINE_CAP_SQUARE'
- 'miter' / 'CAIRO_LINE_JOIN_MITER'
- 'round' / 'CAIRO_LINE_JOIN_ROUND'
- 'bevel' / 'CAIRO_LINE_JOIN_BEVEL'
- 'clear' / 'CAIRO_OPERATOR_CLEAR'
- 'source' / 'CAIRO_OPERATOR_SOURCE'
- 'over' / 'CAIRO_OPERATOR_OVER'
- 'in' / 'CAIRO_OPERATOR_IN'
- 'out' / 'CAIRO_OPERATOR_OUT'
- 'atop' / 'CAIRO_OPERATOR_ATOP'
- 'dest' / 'CAIRO_OPERATOR_DEST'
- 'dest-over' / 'CAIRO_OPERATOR_DEST_OVER'
- 'dest-in' / 'CAIRO_OPERATOR_DEST_IN'
- 'dest-out' / 'CAIRO_OPERATOR_DEST_OUT'
- 'dest-atop' / 'CAIRO_OPERATOR_DEST_ATOP'
- 'xor' / 'CAIRO_OPERATOR_XOR'
- 'add' / 'CAIRO_OPERATOR_ADD'
- 'saturate' / 'CAIRO_OPERATOR_SATURATE'
- 'visible-mask' / 'GOO_CANVAS_EVENTS_VISIBLE_MASK'
- 'painted-mask' / 'GOO_CANVAS_EVENTS_PAINTED_MASK'
- 'fill-mask' / 'GOO_CANVAS_EVENTS_FILL_MASK'
- 'stroke-mask' / 'GOO_CANVAS_EVENTS_STROKE_MASK'
- 'none' / 'GOO_CANVAS_EVENTS_NONE'
- 'visible-painted' / 'GOO_CANVAS_EVENTS_VISIBLE_PAINTED'
- 'visible-fill' / 'GOO_CANVAS_EVENTS_VISIBLE_FILL'
- 'visible-stroke' / 'GOO_CANVAS_EVENTS_VISIBLE_STROKE'
- 'visible' / 'GOO_CANVAS_EVENTS_VISIBLE'
- 'painted' / 'GOO_CANVAS_EVENTS_PAINTED'
- 'fill' / 'GOO_CANVAS_EVENTS_FILL'
- 'stroke' / 'GOO_CANVAS_EVENTS_STROKE'
- 'all' / 'GOO_CANVAS_EVENTS_ALL'
- 'default' / 'CAIRO_HINT_METRICS_DEFAULT'
- 'off' / 'CAIRO_HINT_METRICS_OFF'
- 'on' / 'CAIRO_HINT_METRICS_ON'
Copyright (C) 2022 Gtk2-Perl Team