Click to See Complete Forum and Search --> : locating image pixels


vinodcmt
06-25-2009, 03:20 AM
Hi dudes

I have an appilcation of drawing images and locating each part of it by using logical coordinates measured in millimeter.I am successeful in loading image(it is a big sized) in JApplet and i have coordinates as input.How to map this real logical coordinate in millimeter to screen pixel coordinate?

Thanks in advance.

JavaServlet
06-28-2009, 08:51 PM
Use a Map Collection Class.

vinodcmt
06-29-2009, 12:28 AM
Hi dude

I am not sure about your answer.Actually i am not at all using any Maps ,i am loading scanned image of an electronics board and the coordinate are measured if mills from CAD design.If you have any idea pls reply me.

Thanks in advance.