Uses of Class
org.verapdf.wcag.algorithms.entities.geometry.BoundingBox
-
-
Uses of BoundingBox in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return BoundingBox Modifier and Type Method Description protected static BoundingBoxTextChunksHelper. calculateTextBoundingBox(Matrix textRenderingMatrixBefore, Matrix textRenderingMatrixAfter, PDFont font, Integer pageNumber)static BoundingBoxCurvesHelper. getBoundingBoxForCurveC(int pageNumber, Vertex v0, Vertex v1, Vertex v2, Vertex v3, double width)static BoundingBoxCurvesHelper. getBoundingBoxForCurveV(int pageNumber, Vertex v0, Vertex v2, Vertex v3, double width)static BoundingBoxCurvesHelper. getBoundingBoxForCurveY(int pageNumber, Vertex v0, Vertex v1, Vertex v3, double width)BoundingBoxMatrix. transformBoundingBox(BoundingBox boundingBox)Methods in org.verapdf.gf.model.factory.chunks that return types with arguments of type BoundingBox Modifier and Type Method Description Set<Map.Entry<Long,List<BoundingBox>>>LineArtContainer. entrySet()List<BoundingBox>LineArtContainer. getBoundingBoxes(Long mcid)Methods in org.verapdf.gf.model.factory.chunks with parameters of type BoundingBox Modifier and Type Method Description voidLineArtContainer. add(Long mcid, BoundingBox boundingBox)List<IChunk>ChunkContainer. get(COSKey objectNumber, BoundingBox boundingBox)List<IChunk>ChunkContainer. get(BoundingBox boundingBox)List<String>ChunkContainer. getValues(COSKey objectNumber, BoundingBox boundingBox)List<String>ChunkContainer. getValues(BoundingBox boundingBox)BoundingBoxMatrix. transformBoundingBox(BoundingBox boundingBox) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return BoundingBox Modifier and Type Method Description BoundingBoxBaseObject. getBoundingBox()BoundingBoxIObject. getBoundingBox()BoundingBoxRepeatedCharacters. getBoundingBox()Methods in org.verapdf.wcag.algorithms.entities with parameters of type BoundingBox Modifier and Type Method Description voidBaseObject. setBoundingBox(BoundingBox bbox)voidIObject. setBoundingBox(BoundingBox boundingBox) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type BoundingBox Modifier and Type Method Description protected voidInfoChunk. unionBoundingBox(BoundingBox bbox)Constructors in org.verapdf.wcag.algorithms.entities.content with parameters of type BoundingBox Constructor Description ImageChunk(BoundingBox bbox)InfoChunk(BoundingBox bbox)LineArtChunk(BoundingBox bbox)TextChunk(BoundingBox bbox, String value, double fontSize, double baseLine)TextChunk(BoundingBox bbox, String value, String fontName, double fontSize, double fontWeight, double italicAngle, double baseLine, double[] fontColor, double slantDegree)TextChunk(BoundingBox bbox, String value, String fontName, double fontSize, double fontWeight, double italicAngle, double baseLine, double[] fontColor, List<Double> symbolEnds, double slantDegree)TextInfoChunk(BoundingBox bbox)TextInfoChunk(BoundingBox bbox, double fontSize, double baseLine)TextInfoChunk(BoundingBox bbox, double fontSize, double baseLine, double slantDegree) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.geometry
Subclasses of BoundingBox in org.verapdf.wcag.algorithms.entities.geometry Modifier and Type Class Description classMultiBoundingBoxMethods in org.verapdf.wcag.algorithms.entities.geometry that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox. cross(BoundingBox other)BoundingBoxBoundingBox. cross(BoundingBox other, double horizontalOffset, double verticalOffset)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second, double horizontalOffset, double verticalOffset)BoundingBoxBoundingBox. getBoundingBox(int pageNumber)BoundingBoxMultiBoundingBox. getBoundingBox(int pageNumber)BoundingBoxBoundingBox. move(double xShift, double yShift)BoundingBoxMultiBoundingBox. move(double xShift, double yShift)BoundingBoxBoundingBox. normalize()BoundingBoxBoundingBox. scale(double coeffX, double coeffY)BoundingBoxMultiBoundingBox. scale(double coeffX, double coeffY)BoundingBoxBoundingBox. union(BoundingBox second)static BoundingBoxBoundingBox. union(BoundingBox first, BoundingBox second)Methods in org.verapdf.wcag.algorithms.entities.geometry that return types with arguments of type BoundingBox Modifier and Type Method Description List<BoundingBox>MultiBoundingBox. getBoundingBoxes()Methods in org.verapdf.wcag.algorithms.entities.geometry with parameters of type BoundingBox Modifier and Type Method Description booleanBoundingBox. contains(BoundingBox other)booleanBoundingBox. contains(BoundingBox other, double horizontalOffset, double verticalOffset)BoundingBoxBoundingBox. cross(BoundingBox other)BoundingBoxBoundingBox. cross(BoundingBox other, double horizontalOffset, double verticalOffset)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second, double horizontalOffset, double verticalOffset)voidBoundingBox. init(BoundingBox rect)voidMultiBoundingBox. init(BoundingBox rect)booleanBoundingBox. notOverlaps(BoundingBox other)booleanBoundingBox. notOverlaps(BoundingBox other, double eps)booleanBoundingBox. overlaps(BoundingBox other)booleanBoundingBox. overlaps(BoundingBox other, double eps)BoundingBoxBoundingBox. union(BoundingBox second)static BoundingBoxBoundingBox. union(BoundingBox first, BoundingBox second)MultiBoundingBoxMultiBoundingBox. union(BoundingBox second)static MultiBoundingBoxMultiBoundingBox. union(BoundingBox first, BoundingBox second)booleanBoundingBox. weaklyContains(BoundingBox fullRectangle)Constructors in org.verapdf.wcag.algorithms.entities.geometry with parameters of type BoundingBox Constructor Description BoundingBox(BoundingBox o)MultiBoundingBox(BoundingBox o) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.lists
Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type BoundingBox Constructor Description ListItem(BoundingBox boundingBox, Long id) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return BoundingBox Modifier and Type Method Description BoundingBoxTableBorderBuilder. getBoundingBox()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type BoundingBox Modifier and Type Method Description TableBorderTableBordersCollection. getTableBorder(BoundingBox boundingBox) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders that return BoundingBox Modifier and Type Method Description BoundingBoxTableBorderCell. getContentBoundingBox()Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type BoundingBox Modifier and Type Method Description TableBorderCellTableBorder. getTableBorderCell(BoundingBox box) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type BoundingBox Modifier and Type Method Description static voidClusterTableConsumer. detectTableCaptions(BoundingBox tableBoundingBox, INode tableRoot)static booleanClusterTableConsumer. isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.semanticalgorithms.tables
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.tables that return BoundingBox Modifier and Type Method Description BoundingBoxTableRecognitionArea. getBoundingBox() -
Uses of BoundingBox in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type BoundingBox Modifier and Type Method Description static StringContextUtils. getContext(BoundingBox bbox)static doubleCaptionUtils. tableCaptionProbability(INode node, BoundingBox tableBoundingBox)Method parameters in org.verapdf.wcag.algorithms.semanticalgorithms.utils with type arguments of type BoundingBox Modifier and Type Method Description static booleanListUtils. isListImageLabels(List<BoundingBox> listLabels)
-