ImageView
Classes
Constants
- pool :
ObjectPoolFactory.<HTMLElementCacheKey>
- view_pool :
ImmutableObjectPool.<HTMLElementCacheKey, HTMLImageElement>
Functions
- obtainImageElement(key) ⇒
HTMLImageElement
ImageView
Kind: global class
new ImageView(url, classList, [attributes])
Param | Type |
---|---|
url | String | ObservedString |
classList | Array.<String> |
[attributes] | * |
pool : ObjectPoolFactory.<HTMLElementCacheKey>
Kind: global constant
view_pool : ImmutableObjectPool.<HTMLElementCacheKey, HTMLImageElement>
Kind: global constant
obtainImageElement(key) ⇒ HTMLImageElement
Kind: global function
Param | Type |
---|---|
key | HTMLElementCacheKey |