public class ImageData
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<double[]> |
data |
net.java.html.lib.Objs.Property<Number> |
height |
static ImageData |
prototype |
net.java.html.lib.Objs.Property<Number> |
width |
| Modifier | Constructor and Description |
|---|---|
|
ImageData(double width,
double height) |
protected |
ImageData(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
|
ImageData(net.java.html.lib.Uint8ClampedArray array,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
static ImageData |
$as(Object obj) |
double[] |
data() |
Number |
height() |
Number |
width() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<double[]> data
public net.java.html.lib.Objs.Property<Number> height
public net.java.html.lib.Objs.Property<Number> width
public static ImageData prototype
protected ImageData(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public ImageData(double width,
double height)
public ImageData(net.java.html.lib.Uint8ClampedArray array,
double width,
double height)
Copyright © 2021. All rights reserved.