javax.microedition.lcdui.Graphics

The class describes the interface that is used for drawing operations. When the clipping area is used, no pixels outside of it are drawn. This may be used to draw special effects or have similar maskings. The anchor points {@link #BASELINE}, {@link #BOTTOM}, {@link #HCENTER}, {@link #LEFT}, {@link #RIGHT}, {@link #TOP}, and {@link #VCENTER} modify how text and images are placed by allowing their placement positions to be shifted accordingly. The default blending mode must be {@link #SRC_OVER}. An alpha value of {@code 255} means fully opaque (visible) while a value of {@code 0} means transparent (invisible).