PixelMapping
Inheritance: java.lang.Object
All Implemented Interfaces: java.io.Closeable
public class PixelMapping implements Closeable
Methoden
| Methode | Beschrijving |
|---|---|
| close() | Maak de mapping‑instantie vrij |
| equals(Object arg0) | |
| getClass() | |
| getData() | De gemapte bytes van pixels. |
| getHeight() | Rijen van de pixels |
| getStride() | Bytes van pixels in een rij. |
| getWidth() | Kolommen van de pixels |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
close()
public void close()
Maak de mapping‑instantie vrij
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public byte[] getData()
De gemapte bytes van pixels.
Returns: byte[] - De gemapte bytes van pixels.
getHeight()
public int getHeight()
Rijen van de pixels
Returns: int - Rijen van de pixels
getStride()
public int getStride()
Bytes van pixels in een rij.
Returns: int - Bytes van pixels in een rij.
getWidth()
public int getWidth()
Kolommen van de pixels
Returns: int - Kolommen van de pixels
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long | |
| arg1 | int |