PixelMapping

Inheritance: java.lang.Object

All Implemented Interfaces: java.io.Closeable

public class PixelMapping implements Closeable

Méthodes

MéthodeDescription
close()Libérer l’instance de mappage
equals(Object arg0)
getClass()
getData()Les octets mappés des pixels.
getHeight()Lignes des pixels
getStride()Octets des pixels dans une ligne.
getWidth()Colonnes des pixels.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

close()

public void close()

Libérer l’instance de mappage

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public byte[] getData()

Les octets mappés des pixels.

Returns: byte[] - Les octets mappés des pixels.

getHeight()

public int getHeight()

Lignes des pixels

Returns: int - Lignes des pixels

getStride()

public int getStride()

Octets des pixels dans une ligne.

Returns: int - Octets des pixels dans une ligne.

getWidth()

public int getWidth()

Colonnes des pixels.

Returns: int - Colonnes des 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:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int