type
methods
h |
Get the size height |
---|---|
isLoaded |
Is this image completely loaded into memory for use. |
mime |
Image format based on file type |
render |
Render a new image with the given MIME type and size using the provided Graphics instance. |
size |
Get the natural size of this image. |
uri |
Unique uri key for this image in the GraphicsEnv cache. |
w |
Get the size width |
write |
Write image content to the given output stream, where encoding is based on |
Slot Details
h
isLoaded
Is this image completely loaded into memory for use. When a given uri is first accessed by GraphicsEnv.image
it may be asynchronously loaded in the background and false is returned until load is complete.