PointBitmapFunc

Inheritance: java.lang.Object

public class PointBitmapFunc

Constructors

Constructor Description
PointBitmapFunc()

Methods

Method Description
createCentralPointFsGrid(int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)
createCentralPointFsGrid(int aRows, int aCols, int aCellSize, int aCellShiftX, int aCellShiftY)
equals(Object arg0)
extractBitmapFromPointBitmap(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)
extractBitmapFromPointBitmapBilinear(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)
getCentralPointFBitmapFromCellRegion(QuadPointFs aRegionQuad, int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PointBitmapFunc()

public PointBitmapFunc()

createCentralPointFsGrid(int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)

public static PointFBitmap createCentralPointFsGrid(int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)

Parameters:

Parameter Type Description
aRows int
aCols int
aCellSize double
aCellShiftX double
aCellShiftY double

Returns: PointFBitmap

createCentralPointFsGrid(int aRows, int aCols, int aCellSize, int aCellShiftX, int aCellShiftY)

public static PointFBitmap createCentralPointFsGrid(int aRows, int aCols, int aCellSize, int aCellShiftX, int aCellShiftY)

Parameters:

Parameter Type Description
aRows int
aCols int
aCellSize int
aCellShiftX int
aCellShiftY int

Returns: PointFBitmap

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

extractBitmapFromPointBitmap(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)

public static ByteBitmap extractBitmapFromPointBitmap(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
aPointBitmap PointFBitmap
aDef byte

Returns: ByteBitmap

extractBitmapFromPointBitmapBilinear(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)

public static ByteBitmap extractBitmapFromPointBitmapBilinear(ByteBitmap aBitmap, PointFBitmap aPointBitmap, byte aDef)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
aPointBitmap PointFBitmap
aDef byte

Returns: ByteBitmap

getCentralPointFBitmapFromCellRegion(QuadPointFs aRegionQuad, int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)

public static PointFBitmap getCentralPointFBitmapFromCellRegion(QuadPointFs aRegionQuad, int aRows, int aCols, double aCellSize, double aCellShiftX, double aCellShiftY)

Parameters:

Parameter Type Description
aRegionQuad QuadPointFs
aRows int
aCols int
aCellSize double
aCellShiftX double
aCellShiftY double

Returns: PointFBitmap

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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 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