LineExtender

Inheritance: java.lang.Object

public class LineExtender

Constructors

Constructor Description
LineExtender()

Methods

Method Description
distance(System.Drawing.Point point1, System.Drawing.Point point2)
distancePow(System.Drawing.Point point1, System.Drawing.Point point2)
equals(Object arg0)
extendX(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)
extendY(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)
extendYWithOneShift(System.Drawing.Point startPoint, int shiftByX, int step, ByteBitmap byteBitmap, int separatrix)
getClass()
hashCode()
isValidExtended(System.Drawing.Point point, boolean value, ByteBitmap byteBitmap, int separatrix)
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LineExtender()

public LineExtender()

distance(System.Drawing.Point point1, System.Drawing.Point point2)

public static double distance(System.Drawing.Point point1, System.Drawing.Point point2)

Parameters:

Parameter Type Description
point1 com.aspose.ms.System.Drawing.Point
point2 com.aspose.ms.System.Drawing.Point

Returns: double

distancePow(System.Drawing.Point point1, System.Drawing.Point point2)

public static int distancePow(System.Drawing.Point point1, System.Drawing.Point point2)

Parameters:

Parameter Type Description
point1 com.aspose.ms.System.Drawing.Point
point2 com.aspose.ms.System.Drawing.Point

Returns: int

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

extendX(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)

public static System.Drawing.Point extendX(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)

Parameters:

Parameter Type Description
startPoint com.aspose.ms.System.Drawing.Point
step int
byteBitmap ByteBitmap
separatrix int

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

extendY(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)

public static System.Drawing.Point extendY(System.Drawing.Point startPoint, int step, ByteBitmap byteBitmap, int separatrix)

Parameters:

Parameter Type Description
startPoint com.aspose.ms.System.Drawing.Point
step int
byteBitmap ByteBitmap
separatrix int

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

extendYWithOneShift(System.Drawing.Point startPoint, int shiftByX, int step, ByteBitmap byteBitmap, int separatrix)

public static System.Drawing.Point extendYWithOneShift(System.Drawing.Point startPoint, int shiftByX, int step, ByteBitmap byteBitmap, int separatrix)

Parameters:

Parameter Type Description
startPoint com.aspose.ms.System.Drawing.Point
shiftByX int
step int
byteBitmap ByteBitmap
separatrix int

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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

isValidExtended(System.Drawing.Point point, boolean value, ByteBitmap byteBitmap, int separatrix)

public static boolean isValidExtended(System.Drawing.Point point, boolean value, ByteBitmap byteBitmap, int separatrix)

Parameters:

Parameter Type Description
point com.aspose.ms.System.Drawing.Point
value boolean
byteBitmap ByteBitmap
separatrix int

Returns: boolean

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