JPlanner Programmer's Guide
com.mindfusion.drawing Namespace
Classes Interfaces
 

 Classes

  Class Description

Align

The members of this enumeration specify how text should be aligned to the text layout rectangle.

Brush

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

Brushes

Contains brushes for all standard colors.

Color

Provides a platform-independent representation of a color. Instances of this class are immutable.

ColorBlend

Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited.

Colors

Contains the predefined Color objects.

DashStyle

Represents the dash style of a Pen.

Font

Provides a platform-independent representation of a font.

FontStyles

Specifies style information applied to text.

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.

Image

Provides a platform-independent abstraction of an image.

ImageAlignment

Specifies the alignment of an image.

LineJoin

Specifies how to join consecutive line or curve segments in a figure.

Pen

Pen objects are used to stroke the outlines of geometrical shapes.

PenAlignment

Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

Pens

Contains pens for all standard colors.

RadialGradientBrush

Represents a radial gradient brush.

SolidBrush

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

SystemColor

Provides a platform-independent representation of a system color. Instances of this class are immutable.

SystemColorKey

Predefined system color keys.

SystemColors

Contains the SystemColor objects.

TextAlignment

Specifies the alignment of text on the drawing surface.

TextFormat

Specifies the format and alignment of text.

TextureBrush

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

 Interfaces

  Interface Description

Graphics

Represents a drawing surface.

Region

Describes the interior of a graphics shape composed of rectangles and paths.