Uses of Interface
cz.vutbr.fit.layout.text.chunks.PresentationHint
-
Packages that use PresentationHint Package Description cz.vutbr.fit.layout.text.chunks -
-
Uses of PresentationHint in cz.vutbr.fit.layout.text.chunks
Classes in cz.vutbr.fit.layout.text.chunks that implement PresentationHint Modifier and Type Class Description classDefaultHintA default no-op presentation hint.classHintForceResolvedThis hint forces the chunk source to accept only the chunk tags that are assigned by a given resolver.classHintInLineThis hint causes considering multiple subsequent lines to be treated as a single chunk source area.classHintMultiBoxThis hint has the same meaning asHintWholeBoxbut it also considers multiple subsequent boxes.classHintSeparatorThis hint tries to improve the recall of the tag occurrence discovery by applying some regular separators.classHintWholeBoxA hint that forces using the whole source box for the corresponding chunk even if only part of the box was detected as the chunk.Methods in cz.vutbr.fit.layout.text.chunks with parameters of type PresentationHint Modifier and Type Method Description voidPresentationBasedChunksSource. addHint(Tag tag, PresentationHint hint)Method parameters in cz.vutbr.fit.layout.text.chunks with type arguments of type PresentationHint Modifier and Type Method Description List<TextChunk>ChunksCache. get(Tag tag, List<PresentationHint> hints)voidChunksCache. put(Tag tag, List<PresentationHint> hints, List<TextChunk> chunkAreas)
-