TinyLine 2.3

Package com.tinyline.tiny2d

This package implements an advanced 2D graphics and imaging for Java CLDC/MIDP2.0, CDC/Personal Profile and J2SE.

See:
          Description

Interface Summary
TinyProducer The TinyProducer interface provides an interface for objects which can produce the image data from the TinyBuffer object (pixels buffer).
 

Class Summary
Tiny2D The Tiny2D defines a graphics context that allows an application to draw shapes, images and texts onto a target surface TinyBuffer using the current graphics state TinyState.
TinyBuffer The TinyBuffer class represents a rectangular array of pixels.
TinyColor The TinyColor class defines colors in the ARGB color space.
TinyFont The TinyFont class defines a collection of glyphs together with the information necessary to use those glyphs.
TinyGlyph The TinyGlyph class specifies a glyph representing a unit of rendered content within a font.
TinyHash The TinyHash class implements a hashtable, which maps keys to values.
TinyMatrix The TinyMatrix class represents a 2D affine transformation matrix.
TinyNumber The TinyNumber class wraps a value of the (double) fixed point type in an object.
TinyPaint The TinyPaint class defines paint servers in the ARGB color space.
TinyPath The TinyPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
TinyPoint The TinyPoint class specifies a point representing a location in (x, y) coordinate space specified in fixed point precision.
TinyRect The TinyRect class specifies an area in a coordinate space that is enclosed by the TinyRect object's top-left point (xminymin ) and down-right point (xmaxymax ) in the coordinate space.
TinyState Graphics State
TinyStop The TinyStop class implements a gradient stop.
TinyString The TinyString class represents character strings.
TinyVector The TinyVector class implements a growable array of objects.
 

Package com.tinyline.tiny2d Description

This package implements an advanced 2D graphics and imaging for Java CLDC/MIDP2.0, CDC/Personal Profile and J2SE.

Key features


TinyLine 2.3

Provided under the terms of the TinyLine License Agreement that has been included with this distribution.