AngleHelpers

Inheritance: java.lang.Object

public class AngleHelpers

Constructors

Constructor Description
AngleHelpers()

Methods

Method Description
checkIfGradientEmpty(float[] aGrgVal)
convertTo0_180(double aAngle)
convertTo0_180(float aAngle)
convertToM90_90(double aAngle)
convertToM90_90(float aAngle)
equals(Object arg0)
getClass()
getGradientSummFromPoints(List<System.Drawing.Point> aPoints, ByteBitmap aBitmap, float[] aGrgVal)
getMainAngleFromRawGradient(float[] aGrgVal)
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AngleHelpers()

public AngleHelpers()

checkIfGradientEmpty(float[] aGrgVal)

public static boolean checkIfGradientEmpty(float[] aGrgVal)

Parameters:

Parameter Type Description
aGrgVal float[]

Returns: boolean

convertTo0_180(double aAngle)

public static double convertTo0_180(double aAngle)

Parameters:

Parameter Type Description
aAngle double

Returns: double

convertTo0_180(float aAngle)

public static float convertTo0_180(float aAngle)

Parameters:

Parameter Type Description
aAngle float

Returns: float

convertToM90_90(double aAngle)

public static double convertToM90_90(double aAngle)

Parameters:

Parameter Type Description
aAngle double

Returns: double

convertToM90_90(float aAngle)

public static float convertToM90_90(float aAngle)

Parameters:

Parameter Type Description
aAngle float

Returns: float

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

getGradientSummFromPoints(List<System.Drawing.Point> aPoints, ByteBitmap aBitmap, float[] aGrgVal)

public static void getGradientSummFromPoints(List<System.Drawing.Point> aPoints, ByteBitmap aBitmap, float[] aGrgVal)

Parameters:

Parameter Type Description
aPoints java.util.List<com.aspose.ms.System.Drawing.Point>
aBitmap ByteBitmap
aGrgVal float[]

getMainAngleFromRawGradient(float[] aGrgVal)

public static float getMainAngleFromRawGradient(float[] aGrgVal)

Parameters:

Parameter Type Description
aGrgVal float[]

Returns: float

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