Discussion Board

Results 1 to 2 of 2

Thread: low level UI

  1. #1
    Registered User kuxz2008's Avatar
    Join Date
    Jan 2011
    Posts
    6
    I would like to know how do i thicken the line of the arc drawn using drawArc?

  2. #2
    Regular Contributor shwetadseema's Avatar
    Join Date
    Jan 2011
    Posts
    103
    hi,
    You can't able to thick the line or arc.But there i one way
    example:
    g.setColor(0);
    g.drawArc(1, 1,getWidth()/2,getHeight()/2, 0, 90);
    g.drawArc(0, 0,getWidth()/2,getHeight()/2, 0, 90);
    g.drawArc(-1, -1,getWidth()/2,getHeight()/2, 0, 90);
    g.drawArc(-2, -2,getWidth()/2,getHeight()/2, 0, 90);

    This is the way by drawing the arc nearby you can able to draw make arc thicker.
    All the best

Similar Threads

  1. Low level and High Level User Interface....?
    By MitchDoan in forum Mobile Java General
    Replies: 8
    Last Post: 2009-03-31, 16:53
  2. High level and low-level
    By razmyasdf in forum Mobile Java Games
    Replies: 4
    Last Post: 2008-09-01, 15:48
  3. Low Level implemenation using Commands(High Level API) is this possible
    By shanemurphy30 in forum Mobile Java General
    Replies: 4
    Last Post: 2007-01-23, 16:42
  4. Graphics : high and low level UI
    By kipintoch in forum Mobile Java Media (Graphics & Sounds)
    Replies: 2
    Last Post: 2006-04-19, 17:28
  5. any way of mixing high level UI with low level UI
    By mayankkedia in forum Mobile Java General
    Replies: 2
    Last Post: 2004-03-08, 13:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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