| |
|
| net.refractions.udig.internal.ui.URLImageDescriptor
URLImageDescriptor | public class URLImageDescriptor extends ImageDescriptor (Code) | | An ImageDescriptor that gets its information from a URL.
This class is not public API. Use ImageDescriptor#createFromURL
to create a descriptor that uses a URL.
|
Constructor Summary | |
public | URLImageDescriptor(URL url) Creates a new URLImageDescriptor.
Parameters: url - The URL to load the image from. |
Method Summary | |
public boolean | equals(Object o) | public ImageData | getImageData() | protected InputStream | getStream() Returns a stream on the image contents. | public int | hashCode() | public String | toString() The URLImageDescriptor implementation of this Object method
returns a string representation of this object which is suitable only for debugging. |
URLImageDescriptor | public URLImageDescriptor(URL url)(Code) | | Creates a new URLImageDescriptor.
Parameters: url - The URL to load the image from. Must be non-null. |
getImageData | public ImageData getImageData()(Code) | | |
getStream | protected InputStream getStream()(Code) | | Returns a stream on the image contents. Returns
null if a stream could not be opened.
the stream for loading the data |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | The URLImageDescriptor implementation of this Object method
returns a string representation of this object which is suitable only for debugging.
|
|
|
|