| | |
Displaying Image and Text in Java 2D
Thread Solved |
Hi all,
I am wanting to display an image that is aligned so that the centre of a string of text is in line with the centre of the image. I know the image's dimensions and the length of the string, as well as the font I am using to draw the text, but I can't work out how to calculate the coordinates of the centre of the string. I am using the java.awt.Graphics.drawString and drawImage methods to draw each part of my object. If I have set my graphics component's font to have a size of 12 say, does this mean that each character takes up 12 x 12 pixels?
Thanks in advance for any suggestions,
darkagn
I am wanting to display an image that is aligned so that the centre of a string of text is in line with the centre of the image. I know the image's dimensions and the length of the string, as well as the font I am using to draw the text, but I can't work out how to calculate the coordinates of the centre of the string. I am using the java.awt.Graphics.drawString and drawImage methods to draw each part of my object. If I have set my graphics component's font to have a size of 12 say, does this mean that each character takes up 12 x 12 pixels?
Thanks in advance for any suggestions,
darkagn
There are no stupid questions, only those too stupid to ask for help.
echo is a web developer's best friend. •
•
•
•
...I am using the java.awt.Graphics.drawString and drawImage methods to draw each part of my object. If I have set my graphics component's font to have a size of 12 say, does this mean that each character takes up 12 x 12 pixels?
Edit: You can find more detailed info on FontMetrics and handling text in the graphics context if you need it in the 2D graphics tutorial: http://java.sun.com/docs/books/tutor...uringtext.html
Last edited by Ezzaral; Mar 15th, 2008 at 12:40 pm.
![]() |
Similar Threads
- Displaying language other than English on JSP (JSP)
- Displaying information in Text fields (Java)
- Displaying Images( buffered data ) from the Database using Java (Java)
- I lack focus... (Java)
- Computer keeps restarting! (Viruses, Spyware and other Nasties)
- Help with a reservation program! GUI Messed XD (Java)
Other Threads in the Java Forum
- Previous Thread: File processing, Random-access Files
- Next Thread: Java and Touchscreens
| Thread Tools | Search this Thread |
911 addball addressbook android api append applet application apps array arrays automation binary bluetooth businessintelligence button card class client code collision component crashcourse css csv database eclipse ee error fractal free ftp game gis givemetehcodez graphics gui html ide image integer integration j2me japplet java javaarraylist javadoc javafx javaprojects jni jpanel julia jvm linked linux list loan machine map method methods migrate mobile netbeans objects oriented output phone physics printf problem program programming project projects radio recursion replaydirector reporting researchinmotion rotatetext scanner se server service set sms software sort sql string swing test textfield threads tree trolltech ubuntu utility windows






Will try this out and repost if I still have probs. 