Uses of Class
de.pco.common.AbstractUnsignedArray
| Package | Description |
|---|---|
| de.pco.common |
-
Uses of AbstractUnsignedArray in de.pco.common
Subclasses of AbstractUnsignedArray in de.pco.common Modifier and Type Class Description classUByteArrayClass that represent the unsigned byte array.classUShortArrayClass represents the array of unsigned shorts.Fields in de.pco.common declared as AbstractUnsignedArray Modifier and Type Field Description protected AbstractUnsignedArrayAbstractImageData. imageConstructors in de.pco.common with parameters of type AbstractUnsignedArray Constructor Description AbstractImageData(AbstractUnsignedArray image, int width, int height)Constructor from the wrapped array of values, without the metadata.AbstractImageData(AbstractUnsignedArray image, int width, int height, ImageMetadata metadata)Constructor from the wrapped array of values and from the metadata.