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 with parameters of type BoundingBox Modifier and Type Method Description List<IChunk>ChunkContainer. get(COSKey pageObjectNumber, BoundingBox boundingBox)List<IChunk>ChunkContainer. get(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 BoundingBoxINode. getBoundingBox()BoundingBoxSemanticNode. getBoundingBox()Methods in org.verapdf.wcag.algorithms.entities with parameters of type BoundingBox Modifier and Type Method Description voidINode. setBoundingBox(BoundingBox boundingBox)voidSemanticNode. setBoundingBox(BoundingBox bbox) -
Uses of BoundingBox in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return BoundingBox Modifier and Type Method Description BoundingBoxIChunk. getBoundingBox()BoundingBoxInfoChunk. getBoundingBox()Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type BoundingBox Modifier and Type Method Description voidIChunk. setBoundingBox(BoundingBox bbox)voidInfoChunk. setBoundingBox(BoundingBox bbox)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)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, String fontColorSpace)TextInfoChunk(BoundingBox bbox)TextInfoChunk(BoundingBox bbox, double fontSize, double baseLine) -
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)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second)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)static BoundingBoxBoundingBox. cross(BoundingBox first, BoundingBox second)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.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return BoundingBox Modifier and Type Method Description BoundingBoxTableBorderBuilder. getBoundingBox() -
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)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)
-