Uses of Class
technology.tabula.Rectangle
Packages that use Rectangle
Package
Description
-
Uses of Rectangle in technology.tabula
Classes in technology.tabula with type parameters of type RectangleModifier and TypeClassDescriptionclassRectangleSpatialIndex<T extends Rectangle>classRectangularTextContainer<T extends Rectangle & HasText>Subclasses of Rectangle in technology.tabulaModifier and TypeClassDescriptionclassclassclassclassRectangularTextContainer<T extends Rectangle & HasText>classclassclassclassFields in technology.tabula with type parameters of type RectangleModifier and TypeFieldDescriptionstatic final Comparator<Rectangle>Rectangle.ILL_DEFINED_ORDERDeprecated.with no replacementMethods in technology.tabula that return RectangleModifier and TypeMethodDescriptionstatic RectangleRectangle.boundingBoxOf(List<? extends Rectangle> rectangles) static RectangleUtils.bounds(Collection<? extends Shape> shapes) RectangleSpatialIndex.getBounds()Minimum bounding box of all the Rectangles contained on this RectangleSpatialIndexPage.getTextBounds()Returns the minimum bounding box that contains all the TextElements on this PageMethods in technology.tabula with parameters of type RectangleModifier and TypeMethodDescriptionintbooleanRectangle.horizontallyOverlaps(Rectangle other) floatRectangle.horizontalOverlap(Rectangle other) RectangleSpatialIndex.intersects(Rectangle r) floatRectangle.overlapRatio(Rectangle other) booleanRectangle.verticallyOverlaps(Rectangle other) floatRectangle.verticalOverlap(Rectangle other) floatRectangle.verticalOverlapRatio(Rectangle other) Method parameters in technology.tabula with type arguments of type RectangleModifier and TypeMethodDescriptionstatic RectangleRectangle.boundingBoxOf(List<? extends Rectangle> rectangles) Constructors in technology.tabula with parameters of type RectangleModifierConstructorDescriptionTableWithRulingLines(Rectangle area, List<Cell> cells, List<Ruling> horizontalRulings, List<Ruling> verticalRulings, ExtractionAlgorithm extractionAlgorithm, int pageNumber) Constructor parameters in technology.tabula with type arguments of type RectangleModifierConstructorDescriptionProjectionProfile(Page area, List<? extends Rectangle> elements, float horizontalKernelSize, float verticalKernelSize) -
Uses of Rectangle in technology.tabula.debug
Methods in technology.tabula.debug with parameters of type RectangleModifier and TypeMethodDescriptionstatic voidDebug.renderPage(String pdfPath, String outPath, int pageNumber, Rectangle area, boolean drawTextChunks, boolean drawSpreadsheets, boolean drawRulings, boolean drawIntersections, boolean drawColumns, boolean drawCharacters, boolean drawArea, boolean drawCells, boolean drawUnprocessedRulings, boolean drawProjectionProfile, boolean drawClippingPaths, boolean drawDetectedTables) -
Uses of Rectangle in technology.tabula.detectors
Methods in technology.tabula.detectors that return types with arguments of type Rectangle -
Uses of Rectangle in technology.tabula.extractors
Methods in technology.tabula.extractors that return types with arguments of type RectangleModifier and TypeMethodDescriptionSpreadsheetExtractionAlgorithm.findSpreadsheetsFromCells(List<? extends Rectangle> cells) Method parameters in technology.tabula.extractors with type arguments of type RectangleModifier and TypeMethodDescriptionSpreadsheetExtractionAlgorithm.findSpreadsheetsFromCells(List<? extends Rectangle> cells)