Wednesday, November 14, 2007

WWJ and remote SurfaceImage

Yesterday and today afternoon I was working on the SurfaceImage class. I was modify a bit to allow load remote HTTP images on a Retriever thread. Now you can make things like:

SurfaceImage img = new SurfaceImage("http://openclipart.org/people/yeKcim/yeKcim_pirats_boat.png", Sector.fromDegrees(40, 43, 0, 5));


You can found the code here.

No comments: