PixelMapping
Inheritance: java.lang.Object
All Implemented Interfaces: java.io.Closeable
public class PixelMapping implements Closeable
Metode
| Metode | Deskripsi |
|---|---|
| close() | Buang instance pemetaan |
| equals(Object arg0) | |
| getClass() | |
| getData() | Byte yang dipetakan dari piksel. |
| getHeight() | Baris piksel |
| getStride() | Byte piksel dalam satu baris. |
| getWidth() | Kolom piksel |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
close()
public void close()
Buang instance pemetaan
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public byte[] getData()
Byte yang dipetakan dari piksel.
Returns: byte[] - Byte yang dipetakan dari piksel.
getHeight()
public int getHeight()
Baris piksel
Returns: int - Baris piksel
getStride()
public int getStride()
Byte piksel dalam satu baris.
Returns: int - Byte piksel dalam satu baris.
getWidth()
public int getWidth()
Kolom piksel
Returns: int - Kolom piksel
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 | Tipe | Deskripsi |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arg0 | long | |
| arg1 | int |