ShortBitmap

Inheritance: java.lang.Object

public class ShortBitmap

Constructors

Constructor Description
ShortBitmap(int aWidth, int aHeight)
ShortBitmap(int aWidth, int aHeight, short aInit)
ShortBitmap(int aWidth, int aHeight, short[] aData)
ShortBitmap(int aWidth, int aHeight, short[][] aData)
ShortBitmap(ShortBitmap aBitmap)

Methods

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

ShortBitmap(int aWidth, int aHeight)

public ShortBitmap(int aWidth, int aHeight)

Parameters:

Parameter Type Description
aWidth int
aHeight int

ShortBitmap(int aWidth, int aHeight, short aInit)

public ShortBitmap(int aWidth, int aHeight, short aInit)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aInit short

ShortBitmap(int aWidth, int aHeight, short[] aData)

public ShortBitmap(int aWidth, int aHeight, short[] aData)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aData short[]

ShortBitmap(int aWidth, int aHeight, short[][] aData)

public ShortBitmap(int aWidth, int aHeight, short[][] aData)

Parameters:

Parameter Type Description
aWidth int
aHeight int
aData short[][]

ShortBitmap(ShortBitmap aBitmap)

public ShortBitmap(ShortBitmap aBitmap)

Parameters:

Parameter Type Description
aBitmap ShortBitmap

deepClone()

public Object deepClone()

Returns: java.lang.Object

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 short[] getData()

Returns: short[]

getHeight()

public int getHeight()

Returns: int

getWidth()

public int getWidth()

Returns: int

get_Item(int x, int y)

public short get_Item(int x, int y)

Parameters:

Parameter Type Description
x int
y int

Returns: short

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, short value)

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

Parameters:

Parameter Type Description
x int
y int
value short

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