Script Category : Java
Script Sub Category : JavaBeans
ImageView is a Java class which can be used for displaying JPEG and/or GIF images. It has methods to read images from file, URL or directly from an InputStream. Optionally allows images to be scaled (While maintaining the original aspect ratio) and allows various scaling algorithms to be applied to the scaled image.
|