BresenhamApproximator

Inheritance: java.lang.Object

public class BresenhamApproximator

Constructors

Constructor Description
BresenhamApproximator()

Methods

Method Description
equals(Object arg0)
getClass()
getLinePixels(System.Drawing.Point aFirst, System.Drawing.Point aSecond)
getPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, byte aDef)
getPoint(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPos)
getPoints(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int[] aPositions)
getPointsCount(System.Drawing.Point aFirst, System.Drawing.Point aSecond)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BresenhamApproximator()

public BresenhamApproximator()

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

getLinePixels(System.Drawing.Point aFirst, System.Drawing.Point aSecond)

public static System.Collections.Generic.List<System.Drawing.Point> getLinePixels(System.Drawing.Point aFirst, System.Drawing.Point aSecond)

Parameters:

Parameter Type Description
aFirst com.aspose.ms.System.Drawing.Point
aSecond com.aspose.ms.System.Drawing.Point

Returns: List

getPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, byte aDef)

public static ByteBitmap getPixelsBitmap(ByteBitmap aBitmap, System.Drawing.Point aFirst, System.Drawing.Point aSecond, byte aDef)

Parameters:

Parameter Type Description
aBitmap ByteBitmap
aFirst com.aspose.ms.System.Drawing.Point
aSecond com.aspose.ms.System.Drawing.Point
aDef byte

Returns: ByteBitmap

getPoint(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPos)

public static System.Drawing.Point getPoint(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int aPos)

Parameters:

Parameter Type Description
aFirst com.aspose.ms.System.Drawing.Point
aSecond com.aspose.ms.System.Drawing.Point
aPos int

Returns: com.aspose.ms.System.Drawing.Point

getPoints(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int[] aPositions)

public static System.Drawing.Point[] getPoints(System.Drawing.Point aFirst, System.Drawing.Point aSecond, int[] aPositions)

Parameters:

Parameter Type Description
aFirst com.aspose.ms.System.Drawing.Point
aSecond com.aspose.ms.System.Drawing.Point
aPositions int[]

Returns: com.aspose.ms.System.Drawing.Point[]

getPointsCount(System.Drawing.Point aFirst, System.Drawing.Point aSecond)

public static int getPointsCount(System.Drawing.Point aFirst, System.Drawing.Point aSecond)

Parameters:

Parameter Type Description
aFirst com.aspose.ms.System.Drawing.Point
aSecond com.aspose.ms.System.Drawing.Point

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