Package com.smartgwt.client.widgets.drawing


package com.smartgwt.client.widgets.drawing
  • Class
    Description
    Configuration object for effect to apply during an animated show or hide.
    Command to draw a segment of a specified circle.
    Command to close the current sub-path.
    An object containing properties that is used in Gradient types
     
    DrawItem subclass to render multi-segment, orthogonal-routing paths.
    DrawItem that renders cubic bezier curves.
    DrawItem subclass to render diamond shapes
    DrawItem subclass to manage a group of other DrawItem instances.
    DrawItem subclass to render embedded images.
    Base class for graphical elements drawn in a DrawPane.
    Canvas that renders a DrawItem into a DrawPane and provides interactivity for that drawItem, including drag and drop.
    DrawItem subclass to render a single-line text label.
    DrawItem subclass to render line segments.
    DrawItem subclass to render a connector between two points.
    DrawItem subclass to render oval shapes, including circles.
    A DrawPane is a container for drawing bitmap and vector graphics using browser's built-in freeform drawing capabilities.
     
    Draws a multi-segment line.
    DrawItem subclass to render polygons
    DrawItem subclass to render rectangle shapes, optionally with rounded corners.
    DrawItem subclass to render Pie Slices.
    DrawItem to render a shape defined by executing the series of drawing commands in the commands array.
    Holds the information of a drawing command.
    DrawItem subclass to render triangles
    The Gauge widget class implements a graphical speedometer-style gauge for displaying a measurement by means of a needle on a dial.
    Represents a sector on the gauge.
    Defines a simple gradient vertical gradient between two colors, or using colorStops.
    Definition of a linear gradient between two points, (x1, y1) and (x2, y2).
    Command to draw a multi-segment line.
    Command to start a new sub-path.
    X/Y position in pixels, specified as an Array with two members, for example: [30, 50]
    Definition of a radial gradient.
    A class used to define a shadow used in a Draw<Shape> Types.
    Definition of a simple linear gradient defined by 2 colors and a direction.