Example #1
0
 /** Create an image from the given filename. */
 public Pixmap(String fileName) {
   setImage(fileName);
 }