RectangleOfInterest

Inheritance: java.lang.Object

public class RectangleOfInterest

Constructors

Constructor Description
RectangleOfInterest()

Fields

Field Description
AllowDamagedBorder
Blur A blur in the rectangle
DetectedVertexes Rectangle vertexes.
MinModule The smallest module in the rectangle
X0
X0Bottom
X0Top
X1
X1Bottom
X1Top
Y0
Y0Left
Y0Right
Y1
Y1Left
Y1Right

Methods

Method Description
equals(Object arg0)
getClass()
getPossibleOrientation()
getRectangle()
getSize()
grow(int x, int y)
hashCode()
isRecognized()
locateVertexes(float[] angle)
notify()
notifyAll()
reduceRight(int x) Reduce rectangle in the right by x.
setPossibleOrientation(int value)
setRecognized(boolean value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RectangleOfInterest()

public RectangleOfInterest()

AllowDamagedBorder

public boolean AllowDamagedBorder

Blur

public float Blur

A blur in the rectangle

DetectedVertexes

public RectangleVertexes DetectedVertexes

Rectangle vertexes. It is calculated when bits are created

MinModule

public float MinModule

The smallest module in the rectangle

X0

public int X0

X0Bottom

public System.Drawing.Point X0Bottom

X0Top

public System.Drawing.Point X0Top

X1

public int X1

X1Bottom

public System.Drawing.Point X1Bottom

X1Top

public System.Drawing.Point X1Top

Y0

public int Y0

Y0Left

public System.Drawing.Point Y0Left

Y0Right

public System.Drawing.Point Y0Right

Y1

public int Y1

Y1Left

public System.Drawing.Point Y1Left

Y1Right

public System.Drawing.Point Y1Right

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

getPossibleOrientation()

public final int getPossibleOrientation()

Returns: int

getRectangle()

public final System.Drawing.Rectangle getRectangle()

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

getSize()

public final float getSize()

Returns: float

grow(int x, int y)

public final void grow(int x, int y)

Parameters:

Parameter Type Description
x int
y int

hashCode()

public native int hashCode()

Returns: int

isRecognized()

public final boolean isRecognized()

Returns: boolean

locateVertexes(float[] angle)

public final RectangleVertexes locateVertexes(float[] angle)

Parameters:

Parameter Type Description
angle float[]

Returns: RectangleVertexes

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

reduceRight(int x)

public final void reduceRight(int x)

Reduce rectangle in the right by x.

Parameters:

Parameter Type Description
x int new right x-coordinate

setPossibleOrientation(int value)

public final void setPossibleOrientation(int value)

Parameters:

Parameter Type Description
value int

setRecognized(boolean value)

public final void setRecognized(boolean value)

Parameters:

Parameter Type Description
value boolean

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