Uses of Class
technology.tabula.Rectangle
| Package | Description |
|---|---|
| technology.tabula | |
| technology.tabula.debug | |
| technology.tabula.detectors | |
| technology.tabula.extractors |
-
Uses of Rectangle in technology.tabula
Classes in technology.tabula with type parameters of type Rectangle Modifier and Type Class Description classRectangleSpatialIndex<T extends Rectangle>classRectangularTextContainer<T extends Rectangle & HasText>Subclasses of Rectangle in technology.tabula Modifier and Type Class Description classCellclassLineclassPageclassRectangularTextContainer<T extends Rectangle & HasText>classTableclassTableWithRulingLinesclassTextChunkclassTextElementFields in technology.tabula with type parameters of type Rectangle Modifier and Type Field Description static Comparator<Rectangle>Rectangle. ILL_DEFINED_ORDERDeprecated.with no replacementMethods in technology.tabula that return Rectangle Modifier and Type Method Description static RectangleRectangle. boundingBoxOf(List<? extends Rectangle> rectangles)static RectangleUtils. bounds(Collection<? extends Shape> shapes)RectangleRectangleSpatialIndex. getBounds()Minimum bounding box of all the Rectangles contained on this RectangleSpatialIndexRectanglePage. getTextBounds()Returns the minimum bounding box that contains all the TextElements on this PageRectangleRectangle. merge(Rectangle other)Methods in technology.tabula with parameters of type Rectangle Modifier and Type Method Description intRectangle. compareTo(Rectangle other)List<T>RectangleSpatialIndex. contains(Rectangle r)PagePage. getArea(Rectangle area)List<TextElement>Page. getText(Rectangle area)booleanRectangle. horizontallyOverlaps(Rectangle other)floatRectangle. horizontalOverlap(Rectangle other)List<T>RectangleSpatialIndex. intersects(Rectangle r)RectangleRectangle. merge(Rectangle other)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 Rectangle Modifier and Type Method Description static RectangleRectangle. boundingBoxOf(List<? extends Rectangle> rectangles)Constructors in technology.tabula with parameters of type Rectangle Constructor Description TableWithRulingLines(Rectangle area, List<Cell> cells, List<Ruling> horizontalRulings, List<Ruling> verticalRulings, ExtractionAlgorithm extractionAlgorithm)Constructor parameters in technology.tabula with type arguments of type Rectangle Constructor Description ProjectionProfile(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 Rectangle Modifier and Type Method Description static 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 Modifier and Type Method Description List<Rectangle>DetectionAlgorithm. detect(Page page)List<Rectangle>NurminenDetectionAlgorithm. detect(Page page)List<Rectangle>SpreadsheetDetectionAlgorithm. detect(Page page) -
Uses of Rectangle in technology.tabula.extractors
Methods in technology.tabula.extractors that return types with arguments of type Rectangle Modifier and Type Method Description static List<Rectangle>SpreadsheetExtractionAlgorithm. findSpreadsheetsFromCells(List<? extends Rectangle> cells)Method parameters in technology.tabula.extractors with type arguments of type Rectangle Modifier and Type Method Description static List<Rectangle>SpreadsheetExtractionAlgorithm. findSpreadsheetsFromCells(List<? extends Rectangle> cells)