I'm sure someone has ran into this problem before. My problem is zooming into some areas of the video. I want to zoom into some areas, but, want to get clear image, not the regular zoomed image which is distorted image. Does JMF come with class libraries to do that?...
Hi,i have the following problem, i wish to zoom a shape - the problem is - while the shape zooms - it also moves away from my screen - instead of staying at its original point and just growing and growing it grows & moves away - im not sure where the error is.Pseudo Code :zoomTrans = ...
Is it possible to zoom in/out on jcomponents without losing the functionality of the components,i.e the clicking of the buttons and typing into the textfield. I know i could convert to an image an scale it, but unfortunately this cause the functionality to be lost.Is there a simple solution out ...
hello is somebady know how to do a graphics zoom . example you draw a circle and then you need a zoom in on this circle using fish eyes view . please somebady helps me thank you ...
hi,I have an large jpeg image.(map)i want to compress it to small image and diplay to user.then i have zoom it ,without changing the original image and good quality.how can i achive this?thankskelum ...
I'm trying to create a generic container panel that can zoom and pan over arbitrary JComponents. Zooming in works fine. Zooming out is getting some odd side effects from the clip. Zooming out, then resizing the window doesn't show the whole image. The top and bottom are trimmed off, despite ...
I've read a few posts regarding the question of how to make sure objects don't disappear when zooming in. The suggestion is that a low front clip distance (i.e., setFrontClipDistance()) will make that happen. I have played around with that with some improvement, but I still get some objects ...
Hi @all!I'm very new to java Graphics, but I have a great performance problem.Lets say i'm drawing about 10000 rectangle on a form. This takes about 80ms. When I scale the Graphics2d with values up to 1 the speed is constant high. But when i want to zoom in (greater than 1) there is a great ...
Hi all,I have a JPanel ,i have overridden the paint method to draw my own tree.The tree is contructed using imageicon and lines.i m using painticon method to paint the icon and drawline to drawline.There is a event for a click on the ImageIcon.i m using getScaledIntance(int w,int h,int hints); ...
I need to Zoom a BufferedImage which is drawn on JPanel ,this panel is added on a Applet so how do i do it , can anyone help . just an idea would be enough ....
Hello friends, I have a code which can display a map in frame. I want to add a functionality wherein I would have a text area along with the frame and in the text area any place that we type-in would be shown on the map by zoomin in that particualr area. I am working for a GPS project for my ...
i've got huge data collection where one item represents one square onmap - lets say 1 image (relative small 50x50pixels, 10 different images,images can repeat)and i want genrate zoomable map300x600 squares zoomable to say 30x60 squares.any draft ideas how to solve this problem?(each square ...
Hello..Im creating a photo viewer in java and have a screen where I have the same image displayed twice. One is scaled (zoomed in by 5) and the other is just normal (in a JScrollPane). I have made it so when a user clicks somewhere on the normal image, a small rectangular box is drawn ...