"This column is my first on the topic of graphics. It will focus on the Graphics class and its methods for drawing simple geometric shapes, and will introduce the process by which painting (and repainting) occurs."
"This month's column details several ways you can use JavaScript and graphics. But one notable topic is missing from this discussion: using JavaScript for animation. That subject is deserving of its own column, coming soon."
"JSR 226 is the Scalable 2D Vector Graphics API for low-end mobile devices. It is an optional API that mandates support for the SVG Tiny profile and is now available on a number of mobile handsets. Since Mobile Service Architecture (MSA)--the specification for the next wave of Java ME--makes support for JSR 226 mandatory, an increasing number of future handsets will implement this API. In this article, we look at the fundamentals of JSR 226."
"I used a line example above because it is easier to demonstrate anti-aliasing with that simple primitive. But you can do the same thing with text: just imagine every single pixel value in each character as being smoothed out by having bordering pixels blurred between the character color and the background color."
"Even if you answered "no" and you don't get your kicks by annoying others, you'll find the FEM API has much to offer. The FEM API delivers complete control of the display by writing directly to video RAM -- perfect for game development, although other uses abound. Some programs, for instance, simply look and work better with a certain size screen. Read on to discover your inner control freak."