Class StaticContainers
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.containers.StaticContainers
-
public class StaticContainers extends Object
-
-
Constructor Summary
Constructors Constructor Description StaticContainers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccumulatedNodeMappergetAccumulatedNodeMapper()static IDocumentgetDocument()static LonggetGroupCounter()static IdMappergetIdMapper()static LinesCollectiongetLinesCollection()static List<PDFList>getListsCollection()static LonggetNextID()static List<RepeatedCharacters>getRepeatedCharacters()static TableBordersCollectiongetTableBordersCollection()static voidsetAccumulatedNodeMapper(AccumulatedNodeMapper accumulatedNodeMapper)static voidsetDocument(IDocument document)static voidsetIdMapper(IdMapper idMapper)static voidsetLinesCollection(LinesCollection linesCollection)static voidsetListsCollection(List<PDFList> listsCollection)static voidsetRepeatedCharacters(List<RepeatedCharacters> repeatedCharacters)static voidsetTableBordersCollection(TableBordersCollection tableBordersCollection)static voidupdateContainers(IDocument document)
-
-
-
Method Detail
-
updateContainers
public static void updateContainers(IDocument document)
-
getDocument
public static IDocument getDocument()
-
setDocument
public static void setDocument(IDocument document)
-
getAccumulatedNodeMapper
public static AccumulatedNodeMapper getAccumulatedNodeMapper()
-
setAccumulatedNodeMapper
public static void setAccumulatedNodeMapper(AccumulatedNodeMapper accumulatedNodeMapper)
-
getTableBordersCollection
public static TableBordersCollection getTableBordersCollection()
-
setTableBordersCollection
public static void setTableBordersCollection(TableBordersCollection tableBordersCollection)
-
getLinesCollection
public static LinesCollection getLinesCollection()
-
setLinesCollection
public static void setLinesCollection(LinesCollection linesCollection)
-
getRepeatedCharacters
public static List<RepeatedCharacters> getRepeatedCharacters()
-
setRepeatedCharacters
public static void setRepeatedCharacters(List<RepeatedCharacters> repeatedCharacters)
-
getIdMapper
public static IdMapper getIdMapper()
-
setIdMapper
public static void setIdMapper(IdMapper idMapper)
-
getGroupCounter
public static Long getGroupCounter()
-
getNextID
public static Long getNextID()
-
-