Search
com.mindfusion.drawing Namespace
Classes Interfaces 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.

Brushes

Contains the predefined Brush objects.

CardinalSpline

 

Colors

Contains the predefined Color objects.

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.

ImageAttributes

Contains information about how image colors are manipulated during rendering.

ImagePainter

Provides advanced methods for drawing images.

Pen

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

Pens

Contains pens for all standard colors.

PointList

A strongly-typed list of Point2D.Float objects.

Polygon

 

RadialGradientBrush

 

SolidBrush

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

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

GraphicsEx

 

 Enumerations

  Enumeration Description

Align

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

CombineMode

Specifies how different clipping regions can be combined.

FillMode

Typed enumeration corresponding to .NET enum FillMode

FontStyle

 

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.

ImageAlignment

Specifies the alignment of an image.

TextAlignment

Specifies the alignment of text on the drawing surface.