Module rstk::canvas

source ·
Expand description

Canvas widget - displays (interactive) graphics.

Structs

Enums

  • Specifies how to draw an arc.
  • Specifies which or both ends of lines to draw arrows.
  • Specifies how ends of lines are drawn.
  • Specifies pattern with which to draw lines.
  • Specifies how lines are connected.

Traits

  • Common functionality for all canvas items
  • Each item can have one or more named tags attached to it. These tags can be used to configure groups of items.

Functions

  • Creates an instance of a canvas widget in given parent.