Results 1 to 5 of 5
Thread: Simple java applet zoom question
- 07-02-2012, 03:02 AM #1
Member
- Join Date
- Jul 2012
- Posts
- 3
- Rep Power
- 0
Simple java applet zoom question
Hi in my simple applet i have a large image on a panel which i have drawn over in java. If i zoom in on this image will the graphics i drew on the image stay on the same part of the picture and stay the same scale as the picture, or will the graphics stay the same size and place on the panel while only the picture itself zooms?
Thanks
-
Re: Simple java applet zoom question
It depends on just how you zoom in on the image and how you've drawn on it. The devil's in the details.
[Hint: please tell us how you plan to do this zoom and how you're showing your image and how you draw on the image. A bit of code would help much too, best would be an SSCCE].Last edited by Fubarable; 07-02-2012 at 03:50 AM.
- 07-02-2012, 03:49 AM #3
Member
- Join Date
- Jul 2012
- Posts
- 3
- Rep Power
- 0
Re: Simple java applet zoom question
So its totally possible if im just drawing a shape with the graphics method/object or whatever it is.
-
Re: Simple java applet zoom question
- 07-02-2012, 04:17 AM #5
Member
- Join Date
- Jul 2012
- Posts
- 3
- Rep Power
- 0
Re: Simple java applet zoom question
Im just creating shapes and putting them over the image on a GUI panel. I havnt started yet this question is more me finding out if zooming properlly is possible, if it wasnt i would then have to use a fixed image size and my program would be differnt, better to find out now instead of doing all the work only to find out i have to change abunch of stuff.
Similar Threads
-
A (very) simple question about NumberFormat in Applet
By calnastic in forum New To JavaReplies: 2Last Post: 06-17-2011, 04:34 AM -
Lines, zoom in, zoom out, affinetransformation
By cselic in forum Java 2DReplies: 13Last Post: 08-30-2010, 08:55 PM -
How to Zoom in and Zoom out TYPE_USHORT_565_RGB image
By Santhoshkumarp in forum AWT / SwingReplies: 0Last Post: 08-07-2010, 03:39 PM -
Java Zoom in and Zoom out?
By ps20090 in forum Java AppletsReplies: 2Last Post: 09-18-2009, 01:04 PM -
I need simple java applet
By silvia in forum Java AppletsReplies: 4Last Post: 01-27-2008, 08:50 AM
Bookmarks