android.image
Class FromURL

java.lang.Object
  extended by android.image.Image
      extended by android.image.RasterImage
          extended by android.image.FromFile
              extended by android.image.FromURL

public class FromURL
extends FromFile

Represents an image from a URL. The image is loaded when created. In order to load images from a URL your Android application must have the permission to use the Internet. This permission is set in the manifest file as: <uses-permission android:name= "android.permission.INTERNET" />


Field Summary
 
Fields inherited from class android.image.Image
BLACK_OUTLINE, CLEAR, WHITE
 
Constructor Summary
FromURL(java.lang.String url)
          Create an Image from the given URL address
 
Method Summary
 
Methods inherited from class android.image.RasterImage
getCanvas, getPixel, getPixelAsString, height, paint, setPixel, setPixel, setPixel, setPixel, setPixel, width
 
Methods inherited from class android.image.Image
flipHorizontal, flipVertical, overlay, overlay, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, rasterize, rotate, rotate, toFile, toScene, toWhiteFile, toWhiteScene
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromURL

public FromURL(java.lang.String url)
Create an Image from the given URL address