Interface IObject
-
- All Known Subinterfaces:
IAnnotation,IChunk,INode
- All Known Implementing Classes:
AnnotationNode,BaseObject,CurveChunk,GFSAAnnotationNode,GFSANode,GFSARoot,ImageChunk,InfoChunk,LineArtChunk,LineChunk,ListBody,ListElement,ListItem,ListLabel,PDFList,SemanticCaption,SemanticDocument,SemanticFigure,SemanticGroupingNode,SemanticHeading,SemanticImageNode,SemanticList,SemanticNode,SemanticNumberHeading,SemanticParagraph,SemanticPart,SemanticSpan,SemanticTable,SemanticTextNode,Table,TableBorder,TableBorderCell,TableBorderRow,TableCell,TableCluster,TableRow,TableToken,TableTokenRow,TextBlock,TextChunk,TextColumn,TextInfoChunk,TextLine,Vertex
public interface IObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBottomY()BoundingBoxgetBoundingBox()doublegetCenterX()doublegetCenterY()List<List<Object>>getErrorArguments()List<Integer>getErrorCodes()doublegetHeight()IntegergetLastPageNumber()doublegetLeftX()IntegergetPageNumber()LonggetRecognizedStructureId()doublegetRightX()doublegetTopY()doublegetWidth()voidsetBoundingBox(BoundingBox boundingBox)voidsetLastPageNumber(Integer lastPageNumber)voidsetPageNumber(Integer pageNumber)voidsetRecognizedStructureId(Long id)
-
-
-
Method Detail
-
getPageNumber
Integer getPageNumber()
-
setPageNumber
void setPageNumber(Integer pageNumber)
-
getLastPageNumber
Integer getLastPageNumber()
-
setLastPageNumber
void setLastPageNumber(Integer lastPageNumber)
-
getLeftX
double getLeftX()
-
getRightX
double getRightX()
-
getBottomY
double getBottomY()
-
getTopY
double getTopY()
-
getWidth
double getWidth()
-
getHeight
double getHeight()
-
getBoundingBox
BoundingBox getBoundingBox()
-
setBoundingBox
void setBoundingBox(BoundingBox boundingBox)
-
setRecognizedStructureId
void setRecognizedStructureId(Long id)
-
getRecognizedStructureId
Long getRecognizedStructureId()
-
getCenterX
double getCenterX()
-
getCenterY
double getCenterY()
-
-