Graphics 2D API    

Guidebee Graphics 2D API

  Graphics 2D API Developer Guide
  Graphics 2D API Javadoc

Guidebee Graphics 2D Java ME API implements a mobile 2D graphics engine for J2ME platform (CLDC/MIDP). It handles basic shapes, paths, texts, outlined fonts and images in a uniform way.
Generally speaking, Guidebee graphics 2D API provides similar functionality with corresponding graphics 2D API on Java Standard platform.

It includes 2 packages:

   
Key features    
  • A wide range of geometric primitives, such as curves, rectangles, and ellipses, as well as a mechanism for rendering virtually any geometric shape
  • Mechanisms for performing hit detection on shapes, text, and images
  • Enhanced color support that facilitates color management
  • Control of the quality of the rendering.
  • Fill, stroke and dash
  • Affine transformations
  • Outline fonts
  • Left-to-right, right-to-left and vertical text layouts
  • Anti-aliasing
  • Opacity
  • Icon ,images
  Download Graphics 2D API
  Graphics 2D Examples