Class ChunkContainer

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

public class ChunkContainer extends Object
Author:
Maxim Plushchov
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Long mcid, org.verapdf.wcag.algorithms.entities.content.IChunk chunk)
     
    void
    add(COSKey objectNumber, Long mcid, org.verapdf.wcag.algorithms.entities.content.IChunk chunk)
     
    boolean
     
    boolean
    containsKey(COSKey objectNumber, Long mcid)
     
    List<org.verapdf.wcag.algorithms.entities.content.IChunk>
    get(Long mcid)
     
    List<org.verapdf.wcag.algorithms.entities.content.IChunk>
    get(COSKey objectNumber, Long mcid)
     
    List<org.verapdf.wcag.algorithms.entities.content.IChunk>
    get(COSKey objectNumber, org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
     
    List<org.verapdf.wcag.algorithms.entities.content.IChunk>
    get(org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
     
    getValues(COSKey objectNumber, org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
     
    getValues(org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChunkContainer

      public ChunkContainer()
  • Method Details

    • containsKey

      public boolean containsKey(Long mcid)
    • containsKey

      public boolean containsKey(COSKey objectNumber, Long mcid)
    • get

      public List<org.verapdf.wcag.algorithms.entities.content.IChunk> get(Long mcid)
    • get

      public List<org.verapdf.wcag.algorithms.entities.content.IChunk> get(COSKey objectNumber, Long mcid)
    • get

      public List<org.verapdf.wcag.algorithms.entities.content.IChunk> get(COSKey objectNumber, org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
    • get

      public List<org.verapdf.wcag.algorithms.entities.content.IChunk> get(org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
    • getValues

      public List<String> getValues(COSKey objectNumber, org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
    • getValues

      public List<String> getValues(org.verapdf.wcag.algorithms.entities.geometry.BoundingBox boundingBox)
    • add

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

      public void add(COSKey objectNumber, Long mcid, org.verapdf.wcag.algorithms.entities.content.IChunk chunk)