DroidDiagram Programmer's Guide
com.mindfusion.drawing Namespace
Classes Enumerations
 

 Classes

  Class Description

Brush

A Brush specifies how the interior of an element should be filled. The SolidBrush and GradientBrush classes inherit this abstract class.

CardinalSpline

 

DashStyle

Represents the dash style of a contour.

ExternalizableImage

Implement support for serialization of shared images.

GradientBrush

Represents a gradient brush which paints the interior of objects starting with one color and gradually changing to another color by interpolating the RGB values of the two colors.

HatchBrush

Represents a brush that fills the interiors of objects with a hatch pattern.

Pen

A Pen specifies how the outline of an element should be stroked.

RadialGradientBrush

 

SolidBrush

Represents a brush that paints the interior of objects with a single color.

TextureBrush

Represents a brush that fills the interiors of objects with a texture pattern.

 Enumerations

  Enumeration Description

GraphicsUnit

The members of this enumeration specify the unit of measure for graphic objects drawn by JDiagram.

HatchStyle

Represents hatch patterns available to HatchBrush objects.