ContentArea

Inheritance: java.lang.Object

public class ContentArea

A content area detected in an image.

Constructors

ConstructorDescription
ContentArea()

Fields

FieldDescription
imageImage region with the content.
indexThe sequential index of the content area, unique within the image.
rectangleThe bounding rectangle of the content area.

ContentArea()

public ContentArea()

image

public BufferedImage image

Image region with the content.

index

public int index

The sequential index of the content area, unique within the image.

rectangle

public Rectangle rectangle

The bounding rectangle of the content area.