MatrixDeformation

Inheritance: java.lang.Object

public class MatrixDeformation

Functions for the matrix deformations

Constructors

Constructor Description
MatrixDeformation()

Methods

Method Description
equals(Object arg0)
fitBitmap(ByteBitmap byteBitmap, RectangleVertexes vertexes, int extend, int orientation, RectangleVertexes[] globalExactVertexes, RectangleVertexes[] localVertexes) Fits bitmap and correct vertexes.
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MatrixDeformation()

public MatrixDeformation()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

fitBitmap(ByteBitmap byteBitmap, RectangleVertexes vertexes, int extend, int orientation, RectangleVertexes[] globalExactVertexes, RectangleVertexes[] localVertexes)

public static ByteBitmap fitBitmap(ByteBitmap byteBitmap, RectangleVertexes vertexes, int extend, int orientation, RectangleVertexes[] globalExactVertexes, RectangleVertexes[] localVertexes)

Fits bitmap and correct vertexes.

Parameters:

Parameter Type Description
byteBitmap ByteBitmap byte Bitmap
vertexes RectangleVertexes Global rough vertexes (rectagle)
extend int extend value
orientation int An orientation
globalExactVertexes RectangleVertexes[] Returns exact global vertexes
localVertexes RectangleVertexes[] Returns local vertexes

Returns: ByteBitmap - fitted bitmap

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