ImageInterpolation

Inheritance: java.lang.Object

public class ImageInterpolation

Constructors

Constructor Description
ImageInterpolation()

Methods

Method Description
bilinearInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)
equals(Object arg0)
getClass()
hashCode()
nNDecreasedInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize) Decrease bitmap with average brightness in cell
nNInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImageInterpolation()

public ImageInterpolation()

bilinearInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

public static ByteBitmap bilinearInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
NewSize com.aspose.ms.System.Drawing.Size

Returns: ByteBitmap

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

hashCode()

public native int hashCode()

Returns: int

nNDecreasedInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

public static ByteBitmap nNDecreasedInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

Decrease bitmap with average brightness in cell

Parameters:

Parameter Type Description
aBitmap ByteBitmap processing bitmap
NewSize com.aspose.ms.System.Drawing.Size new bitmap size

Returns: ByteBitmap - resized and interpolated bitmap

nNInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

public static ByteBitmap nNInterpolation(ByteBitmap aBitmap, System.Drawing.Size NewSize)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
NewSize com.aspose.ms.System.Drawing.Size

Returns: ByteBitmap

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