PixelMapping
Inheritance: java.lang.Object
All Implemented Interfaces: java.io.Closeable
public class PixelMapping implements Closeable
Methoden
| Methode | Beschreibung |
|---|---|
| close() | Entferne die Mapping-Instanz |
| equals(Object arg0) | |
| getClass() | |
| getData() | Die zugeordneten Bytes der Pixel. |
| getHeight() | Zeilen der Pixel |
| getStride() | Bytes der Pixel in einer Zeile. |
| getWidth() | Spalten der Pixel |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
close()
public void close()
Entferne die Mapping-Instanz
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public byte[] getData()
Die zugeordneten Bytes der Pixel.
Returns: byte[] - Die zugeordneten Bytes der Pixel.
getHeight()
public int getHeight()
Zeilen der Pixel
Returns: int - Zeilen der Pixel
getStride()
public int getStride()
Bytes der Pixel in einer Zeile.
Returns: int - Bytes der Pixel in einer Zeile.
getWidth()
public int getWidth()
Spalten der Pixel
Returns: int - Spalten der Pixel
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 | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |