Class LineArtContainer

java.lang.Object
org.verapdf.gf.model.factory.chunks.LineArtContainer

public class LineArtContainer extends Object
Author:
Maxim Plushchov
  • Constructor Details

    • LineArtContainer

      public LineArtContainer(COSKey objectKey)
  • Method Details

    • getBoundingBoxes

      public List<org.verapdf.wcag.algorithms.entities.geometry.BoundingBox> getBoundingBoxes(Long mcid)
    • getLineChunks

      public List<org.verapdf.wcag.algorithms.entities.content.LineChunk> getLineChunks(Long mcid)
    • getLineArt

      public org.verapdf.wcag.algorithms.entities.content.LineArtChunk getLineArt(Long mcid)
    • add

      public void add(Long mcid, org.verapdf.wcag.algorithms.entities.content.LineChunk lineChunk)
    • add

      public void add(Long mcid, org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
    • unionBoundingBoxes

      public void unionBoundingBoxes()
    • entrySet

      public Set<Map.Entry<Long,List<org.verapdf.wcag.algorithms.entities.geometry.BoundingBox>>> entrySet()