| Class | Description |
|---|---|
| Canvas2D |
Canvas component for 2D rendering.
|
| CanvasGradient |
A canvas gradient.
|
| CanvasPattern |
An opaque object describing a pattern, based on an image, a canvas or a video, created by the
RenderingContext2D.createPattern(org.fujion.component.Image, org.fujion.canvas.d2.Repetition) method. |
| ContextOptions2D |
Configuration options for 2D renderings.
|
| RenderingContext2D |
| Enum | Description |
|---|---|
| CompositeOperation |
The type of compositing operation to apply when drawing new shapes.
|
| FillRule |
The algorithm by which to determine if a point is inside a path or outside a path.
|
| LineCap |
Determines how the end points of every line are drawn.
|
| LineJoin |
Determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a
shape are joined together (degenerate segments with zero lengths, whose specified endpoints and
control points are exactly at the same position, are skipped).
|
| Repetition |
Specifies how to repeat an image.
|
| TextAlign |
Possible settings for text alignment.
|
| TextBaseline |
Specifies the location of the text baseline.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.