lib

graphics

mixins Graphics

Graphics is used to draw 2D graphics

GraphicsEnv

GraphicsEnv encapsulates a graphics toolkit

GraphicsPath

GraphicsPath is used to path complex shapes for stroking, filling, and clipping

Image

Graphical image

Paint

Paint models the color, image, or pattern used to stroke or fill a shape

types Color

Models an CSS4 RGB color with alpha

Font

Font models font-family, font-size, and font-style, and font-weight

FontMetrics

FontMetrics represents font size information for a Font within a specific graphics context

FontStyle

Font style property values

FontWeight

Font weight property values

Insets

Insets represents spacing around the edge of a rectangle

Point

Point models a x,y coordinate

Rect

Represents the x,y coordinate and w,h size of a rectangle

Size

Size models the width and height of a shape

Stroke

Stroke defines the how to render shape outlines

StrokeCap

Defines how a stroke end cap is rendered

StrokeJoin

Defines how two stroke lines are joined together

Transform

Transform models an affine transformation matrix

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST