SByteBitmap

Inheritance: java.lang.Object

public class SByteBitmap

Constructors

Constructor Description
SByteBitmap(int width, int height)
SByteBitmap(int width, int height, byte defaultValue)
SByteBitmap(int width, int height, byte[] data)
SByteBitmap(SByteBitmap sByteBitmap)

Methods

Method Description
equals(Object arg0)
getClass()
getData()
getHeight()
getWidth()
get_Item(int x, int y)
hashCode()
notify()
notifyAll()
set_Item(int x, int y, byte value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SByteBitmap(int width, int height)

public SByteBitmap(int width, int height)

Parameters:

Parameter Type Description
width int
height int

SByteBitmap(int width, int height, byte defaultValue)

public SByteBitmap(int width, int height, byte defaultValue)

Parameters:

Parameter Type Description
width int
height int
defaultValue byte

SByteBitmap(int width, int height, byte[] data)

public SByteBitmap(int width, int height, byte[] data)

Parameters:

Parameter Type Description
width int
height int
data byte[]

SByteBitmap(SByteBitmap sByteBitmap)

public SByteBitmap(SByteBitmap sByteBitmap)

Parameters:

Parameter Type Description
sByteBitmap SByteBitmap

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public byte[] getData()

Returns: byte[]

getHeight()

public int getHeight()

Returns: int

getWidth()

public int getWidth()

Returns: int

get_Item(int x, int y)

public byte get_Item(int x, int y)

Parameters:

Parameter Type Description
x int
y int

Returns: byte

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

set_Item(int x, int y, byte value)

public void set_Item(int x, int y, byte value)

Parameters:

Parameter Type Description
x int
y int
value byte

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int