public class

JarImageSource

extends URLImageSource
java.lang.Object
   ↳ sun.awt.image.InputStreamImageSource
     ↳ sun.awt.image.URLImageSource
       ↳ sun.tools.jar.JarImageSource

Summary

Public Constructors
JarImageSource(URL u, String type)
Create an image source from a Jar entry URL with the specified mime type.
JarImageSource(URL u, String name, String type)
Create an image source from a Jar file/entry URL with the specified entry name and mime type.
Protected Methods
ImageDecoder getDecoder()
[Expand]
Inherited Methods
From class sun.awt.image.URLImageSource
From class sun.awt.image.InputStreamImageSource
From class java.lang.Object
From interface java.awt.image.ImageProducer
From interface sun.awt.image.ImageFetchable

Public Constructors

public JarImageSource (URL u, String type)

Create an image source from a Jar entry URL with the specified mime type.

public JarImageSource (URL u, String name, String type)

Create an image source from a Jar file/entry URL with the specified entry name and mime type.

Protected Methods

protected ImageDecoder getDecoder ()