Interface | Description |
---|---|
GraphicsEx | |
RenderTextCallback |
Class | Description |
---|---|
AwtGraphics | |
Brush |
A Brush specifies how the interior of an element should be filled.
|
Brushes |
Contains the predefined
Brush objects. |
CardinalSpline | |
Colors |
Contains the predefined Color objects.
|
DashStyle |
Represents the dash style of a contour.
|
DrawTextHint |
Structured data used in formatted text rendering.
|
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.
|
PlainText |
Represents text with no formatting.
|
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.
|
StyledText |
Represents a text which can, but not necessarily would, contain formatting tags.
|
Text |
Defines base implementation for immutable text objects.
|
TextFormat |
Specifies the format and alignment of text.
|
TextLayout |
Layouts text in the interior of various shapes.
|
TextLayoutOptions |
Contains options for text layout.
|
TextureBrush |
Represents a brush that fills the interiors of objects with a texture pattern.
|
Enum | 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.
|