Uses of Class
org.verapdf.wcag.algorithms.entities.geometry.BoundingBox
Packages that use BoundingBox
Package
Description
-
Uses of BoundingBox in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return BoundingBoxModifier and TypeMethodDescriptionprotected 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) Matrix.transformBoundingBox(BoundingBox boundingBox) Methods in org.verapdf.gf.model.factory.chunks that return types with arguments of type BoundingBoxModifier and TypeMethodDescriptionLineArtContainer.entrySet()LineArtContainer.getBoundingBoxes(Long mcid) Methods in org.verapdf.gf.model.factory.chunks with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidLineArtContainer.add(Long mcid, BoundingBox boundingBox) ChunkContainer.get(COSKey objectNumber, BoundingBox boundingBox) ChunkContainer.get(BoundingBox boundingBox) ChunkContainer.getValues(COSKey objectNumber, BoundingBox boundingBox) ChunkContainer.getValues(BoundingBox boundingBox) Matrix.transformBoundingBox(BoundingBox boundingBox) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return BoundingBoxModifier and TypeMethodDescriptionBaseObject.getBoundingBox()IObject.getBoundingBox()RepeatedCharacters.getBoundingBox()Methods in org.verapdf.wcag.algorithms.entities with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidBaseObject.setBoundingBox(BoundingBox bbox) voidIObject.setBoundingBox(BoundingBox boundingBox) Constructors in org.verapdf.wcag.algorithms.entities with parameters of type BoundingBoxModifierConstructorDescriptionAnnotationNode(String annotationType, BoundingBox boundingBox, Integer destinationPageNumber, Integer destinationObjectKeyNumber) BaseObject(BoundingBox boundingBox) BaseObject(BoundingBox boundingBox, List<Integer> errorCodes, List<List<Object>> errorArguments) RepeatedCharacters(boolean nonSpace, Integer numberOfElements, BoundingBox boundingBox) SemanticCaption(BoundingBox bbox) SemanticCaption(BoundingBox bbox, SemanticType initialSemanticType) SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType) SemanticNode(BoundingBox bbox) SemanticNode(BoundingBox bbox, SemanticType initialSemanticType) SemanticNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType) SemanticParagraph(BoundingBox bbox) SemanticParagraph(BoundingBox bbox, List<TextColumn> columns) SemanticPart(BoundingBox bbox, List<TextColumn> columns) SemanticSpan(BoundingBox bbox) SemanticSpan(BoundingBox bbox, List<TextColumn> columns) SemanticSpan(BoundingBox bbox, SemanticType initialSemanticType) SemanticTextNode(BoundingBox bbox) SemanticTextNode(BoundingBox bbox, List<TextColumn> columns) SemanticTextNode(BoundingBox bbox, SemanticType initialSemanticType) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type BoundingBoxConstructors in org.verapdf.wcag.algorithms.entities.content with parameters of type BoundingBoxModifierConstructorDescriptionImageChunk(BoundingBox bbox) InfoChunk(BoundingBox bbox) LineArtChunk(BoundingBox bbox) LineArtChunk(BoundingBox bbox, List<LineChunk> lineChunks) 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.geometryMethods in org.verapdf.wcag.algorithms.entities.geometry that return BoundingBoxModifier and TypeMethodDescriptionBoundingBox.cross(BoundingBox other) BoundingBox.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) BoundingBox.getBoundingBox(int pageNumber) MultiBoundingBox.getBoundingBox(int pageNumber) BoundingBox.move(double xShift, double yShift) MultiBoundingBox.move(double xShift, double yShift) BoundingBox.normalize()BoundingBox.scale(double coeffX, double coeffY) MultiBoundingBox.scale(double coeffX, double coeffY) BoundingBox.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 BoundingBoxMethods in org.verapdf.wcag.algorithms.entities.geometry with parameters of type BoundingBoxModifier and TypeMethodDescriptionbooleanBoundingBox.contains(BoundingBox other) booleanBoundingBox.contains(BoundingBox other, double horizontalOffset, double verticalOffset) BoundingBox.cross(BoundingBox other) BoundingBox.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) BoundingBox.union(BoundingBox second) static BoundingBoxBoundingBox.union(BoundingBox first, BoundingBox second) MultiBoundingBox.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 -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.lists
Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type BoundingBox -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return BoundingBoxMethods in org.verapdf.wcag.algorithms.entities.tables with parameters of type BoundingBox -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders that return BoundingBoxMethods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type BoundingBox -
Uses of BoundingBox in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type BoundingBoxModifier and TypeMethodDescriptionstatic 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 -
Uses of BoundingBox in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils with parameters of type BoundingBoxModifier and TypeMethodDescriptionstatic 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 BoundingBoxModifier and TypeMethodDescriptionstatic booleanListUtils.isListImageLabels(List<BoundingBox> listLabels)