All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.image.PlanetImage

java.lang.Object
   |
   +----utils.image.PlanetImage

public class PlanetImage
extends Object
allows one to get an image of a planet by its name.


Constructor Index

 o PlanetImage()

Method Index

 o doneLoading()
 o makeImage(String)
returns an image for the planet.
 o makeImage(URL, String)
specify the server/directory in which the image files are located

Constructors

 o PlanetImage
 public PlanetImage()

Methods

 o makeImage
 public static Image makeImage(String name) throws MalformedURLException
returns an image for the planet. there is a default location which is on the Physics server

 o makeImage
 public static Image makeImage(URL base,
                               String name) throws MalformedURLException
specify the server/directory in which the image files are located

 o doneLoading
 public static boolean doneLoading()

All Packages  Class Hierarchy  This Package  Previous  Next  Index