Uses of Interface
cz.vutbr.fit.layout.model.TextChunk
-
Packages that use TextChunk Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.map.chunks cz.vutbr.fit.layout.model cz.vutbr.fit.layout.rdf cz.vutbr.fit.layout.rdf.model cz.vutbr.fit.layout.text.chunks -
-
Uses of TextChunk in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement TextChunk Modifier and Type Class Description class
DefaultTextChunk
A default text chunk implementation.Methods in cz.vutbr.fit.layout.impl that return TextChunk Modifier and Type Method Description TextChunk
DefaultChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
Methods in cz.vutbr.fit.layout.impl that return types with arguments of type TextChunk Modifier and Type Method Description Set<TextChunk>
DefaultChunkSet. getTextChunks()
Methods in cz.vutbr.fit.layout.impl with parameters of type TextChunk Modifier and Type Method Description void
DefaultChunkSet. addTextChunk(TextChunk chunk)
Method parameters in cz.vutbr.fit.layout.impl with type arguments of type TextChunk Modifier and Type Method Description void
DefaultChunkSet. setTextChunks(Set<TextChunk> chunks)
Constructor parameters in cz.vutbr.fit.layout.impl with type arguments of type TextChunk Constructor Description DefaultChunkSet(org.eclipse.rdf4j.model.IRI parentIri, Set<TextChunk> chunks)
-
Uses of TextChunk in cz.vutbr.fit.layout.map.chunks
Methods in cz.vutbr.fit.layout.map.chunks that return types with arguments of type TextChunk Modifier and Type Method Description List<TextChunk>
MetadataChunksExtractor. getTextChunks()
-
Uses of TextChunk in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return TextChunk Modifier and Type Method Description TextChunk
ChunkSet. createTextChunk(Rectangular r, Area sourceArea, Box sourceBox)
Methods in cz.vutbr.fit.layout.model that return types with arguments of type TextChunk Modifier and Type Method Description Set<TextChunk>
ChunkSet. getTextChunks()
-
Uses of TextChunk in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf with parameters of type TextChunk Modifier and Type Method Description org.eclipse.rdf4j.model.IRI
DefaultIRIFactory. createTextChunkURI(org.eclipse.rdf4j.model.IRI chunkSetUri, TextChunk chunk)
org.eclipse.rdf4j.model.IRI
IRIFactory. createTextChunkURI(org.eclipse.rdf4j.model.IRI chunkSetUri, TextChunk chunk)
Creates a text chunk IRI.protected org.eclipse.rdf4j.model.IRI
ModelTransformer. getTextChunkIri(org.eclipse.rdf4j.model.IRI chunkSetIri, TextChunk chunk)
Reuses a text chunk IRI or creates a new one if the box is not an RDFTextChunk. -
Uses of TextChunk in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement TextChunk Modifier and Type Class Description class
RDFTextChunk
Constructor parameters in cz.vutbr.fit.layout.rdf.model with type arguments of type TextChunk Constructor Description RDFChunkSet(org.eclipse.rdf4j.model.IRI parentIri, Set<TextChunk> chunks)
-
Uses of TextChunk in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks that return types with arguments of type TextChunk Modifier and Type Method Description List<TextChunk>
ChunksCache. get(Tag tag, List<PresentationHint> hints)
List<TextChunk>
AreaTextChunksSource. getTextChunks()
abstract List<TextChunk>
ChunksSource. getTextChunks()
Extracts a list of chunks from the source area tree.List<TextChunk>
PresentationBasedChunksSource. getTextChunks()
List<TextChunk>
TaggedChunksSource. getTextChunks()
List<TextChunk>
DefaultHint. postprocessChunks(List<TextChunk> src)
List<TextChunk>
HintForceResolved. postprocessChunks(List<TextChunk> areas)
List<TextChunk>
PresentationHint. postprocessChunks(List<TextChunk> chunks)
Applies the hint to the current list of chunks (postprocessing the whole list)List<TextChunk>
DefaultHint. processChunks(Area src, List<TextChunk> chunks)
List<TextChunk>
HintInLine. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
HintMultiBox. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
HintWholeBox. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
PresentationHint. processChunks(Area src, List<TextChunk> chunks)
Applies the hint to the list of chunks for the given area (postprocessing a list for a given area)Method parameters in cz.vutbr.fit.layout.text.chunks with type arguments of type TextChunk Modifier and Type Method Description List<TextChunk>
DefaultHint. postprocessChunks(List<TextChunk> src)
List<TextChunk>
HintForceResolved. postprocessChunks(List<TextChunk> areas)
List<TextChunk>
PresentationHint. postprocessChunks(List<TextChunk> chunks)
Applies the hint to the current list of chunks (postprocessing the whole list)List<TextChunk>
DefaultHint. processChunks(Area src, List<TextChunk> chunks)
List<TextChunk>
HintInLine. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
HintMultiBox. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
HintWholeBox. processChunks(Area src, List<TextChunk> areas)
List<TextChunk>
PresentationHint. processChunks(Area src, List<TextChunk> chunks)
Applies the hint to the list of chunks for the given area (postprocessing a list for a given area)
-