| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| WebP — final class, package com.distriqt.extension.webp |
|
This class represents the WebP extension allowing you to load WebP formatted files. |
| WebP() — Constructor, class com.distriqt.extension.webp.WebP |
|
Constructor
You should not call this directly, but instead use the singleton access
|
| WebPData — class, package com.distriqt.extension.webp.loader |
| |
| WebPData() — Constructor, class com.distriqt.extension.webp.loader.WebPData |
|
Constructor
|
| WebPError — class, package com.distriqt.extension.webp.error |
|
An error that occurred when attempting to access the WebP codec. |
| WebPError(code:any, message:any, id:any) — Constructor, class com.distriqt.extension.webp.error.WebPError |
|
Constructor
|
| WebPErrorEvent — class, package com.distriqt.extension.webp.events |
|
WebP Error event used by the WebPLoader to communicate error events. |
| WebPErrorEvent(type:String, error:String, code:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.webp.events.WebPErrorEvent |
|
Constructor
|
| WebPLoader — Interface, package com.distriqt.extension.webp.loader |
|
This class represents a WebP Loader. |
| WebPLoaderEvent — class, package com.distriqt.extension.webp.events |
| |
| WebPLoaderEvent(type:String, webpData:com.distriqt.extension.webp.loader:WebPData, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.webp.events.WebPLoaderEvent |
|
Constructor
|
| width — Property, class com.distriqt.extension.webp.WebP |
|
Retrieves the width of the last decoded WebP image
|
| width — Property, class com.distriqt.extension.webp.loader.WebPData |
|
The width of the decoded WebP image
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |