zappsweden
Programmer
I am currently doing a F1-management sim in Java.
I want to be able to view the whole track or zoom in up to 500% and scroll on the zoomed in views. 100% zoom is viewing the whole track. I am currently using a JScrollpane where I will put the bitmaps.
Is that the best option?
Is there any built in zoom option(of a bitmap) in Graphics2D or any other class?
If 500% is the maximum zoom, should I make 5x5=25 different bitmaps to get best graphics at maximum zoom in?
I want to be able to view the whole track or zoom in up to 500% and scroll on the zoomed in views. 100% zoom is viewing the whole track. I am currently using a JScrollpane where I will put the bitmaps.
Is that the best option?
Is there any built in zoom option(of a bitmap) in Graphics2D or any other class?
If 500% is the maximum zoom, should I make 5x5=25 different bitmaps to get best graphics at maximum zoom in?