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 class
DefaultHint
A default no-op presentation hint.class
HintForceResolved
This hint forces the chunk source to accept only the chunk tags that are assigned by a given resolver.class
HintInLine
This hint causes considering multiple subsequent lines to be treated as a single chunk source area.class
HintMultiBox
This hint has the same meaning asHintWholeBox
but it also considers multiple subsequent boxes.class
HintSeparator
This hint tries to improve the recall of the tag occurrence discovery by applying some regular separators.class
HintWholeBox
A 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 void
PresentationBasedChunksSource. 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)
void
ChunksCache. put(Tag tag, List<PresentationHint> hints, List<TextChunk> chunkAreas)
-