Class | Description | |
---|---|---|
This class facilitates drawing in a swing Graphics. |
||
A Brush specifies how the interior of an element should be filled. The SolidBrush and GradientBrush classes inherit this abstract class. |
||
Contains the predefined Brush objects. |
||
|
||
Contains the predefined Color objects. |
||
Represents the dash style of a contour. |
||
Implement support for serialization of shared images. |
||
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. |
||
Represents a brush that fills the interiors of objects with a hatch pattern. |
||
Contains information about how image colors are manipulated during rendering. |
||
Provides advanced methods for drawing images. |
||
A Pen specifies how the outline of an element should be stroked. |
||
Contains pens for all standard colors. |
||
A strongly-typed list of Point2D.Float objects. |
||
|
||
|
||
Represents a brush that paints the interior of objects with a single color. |
||
Specifies the format and alignment of text. |
||
Represents a brush that fills the interiors of objects with a texture pattern. |
Interface | Description | |
---|---|---|
|
Enumeration | Description | |
---|---|---|
The members of this enumeration specify how text should be aligned to the text layout rectangle. |
||
Specifies how different clipping regions can be combined. |
||
Typed enumeration corresponding to .NET enum FillMode |
||
|
||
The members of this enumeration specify the unit of measure for graphic objects drawn by JDiagram. |
||
Represents hatch patterns available to HatchBrush objects. |
||
Specifies the alignment of an image. |
||
Specifies the alignment of text on the drawing surface. |