Results 1 to 4 of 4
Like Tree1Likes
  • 1 Post By Fubarable

Thread: How to draw a 2D roundabout in java?

  1. #1
    RD07 is offline Member
    Join Date
    Feb 2013
    Posts
    2
    Rep Power
    0

    Default How to draw a 2D roundabout in java?

    Hello, does anyone have an idea how to draw a dynamic roundabout using java 2D?

  2. #2
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

    Default Re: How to draw a 2D roundabout in java?

    Your question is quite a bit general. I'm sure that many here could code something like that, but how does that help you? What is your specific question?
    RD07 likes this.

  3. #3
    RD07 is offline Member
    Join Date
    Feb 2013
    Posts
    2
    Rep Power
    0

    Default Re: How to draw a 2D roundabout in java?

    Actually, i have a class where i can draw roads, now i must be able to attach a roundabout to the roads. I have to create a class where i can draw a roundabout. I intended to draw the shape using Oval and Rectangle, but since i should be able to move the shape(roundabout) to attach it to the roads, I don't quite know how to proceed, whether i should use a path iterator or not.

  4. #4
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

    Default Re: How to draw a 2D roundabout in java?

    Perhaps rather than ovals or ellipses, you should look at creating arcs and lines that would allow connections.

Similar Threads

  1. How to Draw Text in Java
    By Java Tip in forum java.awt
    Replies: 0
    Last Post: 06-23-2008, 11:14 PM
  2. How to Draw Arc in Java
    By Java Tip in forum java.awt
    Replies: 0
    Last Post: 06-23-2008, 11:12 PM
  3. How to Draw a Rectangle in Java
    By Java Tip in forum java.awt
    Replies: 0
    Last Post: 06-22-2008, 11:09 PM
  4. How to Draw a Polygon in Java
    By Java Tip in forum java.awt
    Replies: 0
    Last Post: 06-22-2008, 11:09 PM
  5. how to draw in Java
    By Heather in forum AWT / Swing
    Replies: 2
    Last Post: 07-12-2007, 11:01 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •