Results 1 to 4 of 4
- 02-12-2013, 06:37 PM #1
Member
- Join Date
- Feb 2013
- Posts
- 2
- Rep Power
- 0
-
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?
- 02-12-2013, 07:35 PM #3
Member
- Join Date
- Feb 2013
- Posts
- 2
- Rep Power
- 0
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.
-
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
-
How to Draw Text in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 11:14 PM -
How to Draw Arc in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 11:12 PM -
How to Draw a Rectangle in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-22-2008, 11:09 PM -
How to Draw a Polygon in Java
By Java Tip in forum java.awtReplies: 0Last Post: 06-22-2008, 11:09 PM -
how to draw in Java
By Heather in forum AWT / SwingReplies: 2Last Post: 07-12-2007, 11:01 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks