Interface | Description |
---|---|
GraphicsEx |
Class | Description |
---|---|
Brush |
A Brush specifies how the interior of a diagram element should be filled.
|
CardinalSpline | |
Color | |
DashStyle |
Represents the dash style of a
Pen . |
Dimension | |
ExternalizableImage |
Implement support for serialization of shared images.
|
Font | |
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 |
Pen objects are used to draw the borders and decoration lines of boxes, the
frame lines of tables and cells and the segments of links.
|
RadialGradientBrush |
Represents a radial gradient brush.
|
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.
|
Enum | Description |
---|---|
GraphicsUnit |
The members of this enumeration specify the unit of measure for graphic objects drawn by JDiagram.
|
HatchStyle |
Represents hatch patterns corresponding to GDI+ HatchBrush objects.
|