Namespaces
Variants
Actions

How to draw an ARC in canvas in Java ME

Jump to: navigation, search
Article Metadata

Article
Created: wang_shui (29 Mar 2007)
Last edited: hamishwillee (12 Jan 2012)

Following is the paint method of a canvas class which helps to draw an arc

  protected void paint(Graphics graphics)
{
graphics.setColor(255,255,255);
graphics.fillRect(0, 0, getWidth(), getHeight());
graphics.setColor(255,0,0);
graphics.drawArc(0, 0, getWidth(), getHeight(), 180, 180);
}
This page was last modified on 12 January 2012, at 07:06.
87 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved