Package com.smartgwt.client.widgets.drawing

Class Summary
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.
Gradient An abstract class which holds an Array of ColorStop or start/stop colors.
LinearGradient An ordinary JavaScript object containing properties that describe a linear gradient
Point X/Y position in pixels, specified as an Array with two members, for example: [30, 50]
RadialGradient An ordinary JavaScript object containing properties that describe a radial gradient
Shadow A class used to define a shadow used in a Draw<Shape> Types.
SimpleGradient An derived class which is used for simple gradient definitions that only requires 2 colors and a direction