DDAApproximator
Contents
[
Hide
]
Inheritance: java.lang.Object
public class DDAApproximator
Constructors
| Constructor | Description |
|---|---|
| DDAApproximator() |
Methods
DDAApproximator()
public DDAApproximator()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBilinearPixelsBitmapWithLength(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPixCount, byte aDef)
public static ByteBitmap getBilinearPixelsBitmapWithLength(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPixCount, byte aDef)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap | |
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| aPixCount | int | |
| aDef | byte |
Returns: ByteBitmap
getBilinearPixelsBitmapWithMultiplier(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier, byte aDef)
public static ByteBitmap getBilinearPixelsBitmapWithMultiplier(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier, byte aDef)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap | |
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| Multiplier | double | |
| aDef | byte |
Returns: ByteBitmap
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getNNPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier, byte aDef)
public static ByteBitmap getNNPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier, byte aDef)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap | |
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| Multiplier | double | |
| aDef | byte |
Returns: ByteBitmap
getNNPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPixCount, byte aDef)
public static ByteBitmap getNNPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPixCount, byte aDef)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | ByteBitmap | |
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| aPixCount | int | |
| aDef | byte |
Returns: ByteBitmap
getPoint(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int PointsCount, int aPos)
public static System.Drawing.Point getPoint(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int PointsCount, int aPos)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| PointsCount | int | |
| aPos | int |
Returns: com.aspose.ms.System.Drawing.Point
getPoints(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int PointsCount, int[] aPositions)
public static System.Drawing.Point[] getPoints(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int PointsCount, int[] aPositions)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| PointsCount | int | |
| aPositions | int[] |
Returns: com.aspose.ms.System.Drawing.Point[]
getPointsCount(System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier)
public static int getPointsCount(System.Drawing.Point aFirst, System.Drawing.Point aSecond, double Multiplier)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aFirst | com.aspose.ms.System.Drawing.Point | |
| aSecond | com.aspose.ms.System.Drawing.Point | |
| Multiplier | double |
Returns: int
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 |