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.
-
PlanetImage()
-
-
doneLoading()
-
-
makeImage(String)
- returns an image for the planet.
-
makeImage(URL, String)
- specify the server/directory in which the image files
are located
PlanetImage
public PlanetImage()
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
makeImage
public static Image makeImage(URL base,
String name) throws MalformedURLException
- specify the server/directory in which the image files
are located
doneLoading
public static boolean doneLoading()
All Packages Class Hierarchy This Package Previous Next Index