Interface | Description |
---|---|
DataURLCallback |
Class | Description |
---|---|
ColorStop |
An object containing properties that is used in Gradient types
|
DrawBlockConnector |
DrawItem subclass to render multi-segment, orthogonal-routing paths.
|
DrawCurve |
DrawItem that renders cubic bezier curves.
|
DrawGroup |
DrawItem subclass to manage a group of other DrawItem instances.
|
DrawImage |
DrawItem subclass to render embedded images.
|
DrawItem |
Base class for graphical elements drawn in a DrawPane.
|
DrawLabel |
DrawItem subclass to render a single-line text label.
|
DrawLine |
DrawItem subclass to render line segments.
|
DrawLinePath |
DrawItem subclass to render a connector between two points.
|
DrawOval |
DrawItem subclass to render oval shapes, including circles.
|
DrawPane |
Container for DrawLine, DrawOval, DrawPath, and other DrawItem-based components.
|
DrawPath |
Draws a multi-segment line.
|
DrawPolygon |
DrawItem subclass to render polygons
|
DrawRect |
DrawItem subclass to render rectangle shapes, optionally with rounded corners.
|
DrawSector |
DrawItem subclass to render Pie Slices.
|
DrawTriangle |
DrawItem subclass to render triangles
|
Gauge |
The Gauge widget class implements a graphical speedometer-style gauge for displaying a measurement by means of a needle
on a dial.
|
GaugeSector |
Represents a sector on the gauge.
|
Gradient |
Defines a gradient.
|
LinearGradient | |
Point |
X/Y position in pixels, specified as an Array with two members, for example: [30, 50]
|
RadialGradient |
Definition of a radial gradient.
|
Shadow |
A class used to define a shadow used in a Draw<Shape> Types.
|
SimpleGradient |
Definition of a simple linear gradient defined by 2 colors and a
direction . |