pod
graphics
Graphics API
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. |
classes
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 |
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. |
Transform |
Transform models an affine transformation matrix |
enums
FontStyle |
Font style property values: normal, italic, oblique |
---|---|
FontWeight |
Font weight property values |
StrokeCap |
Defines how a stroke end cap is rendered |
StrokeJoin |
Defines how two stroke lines are joined together |