Uses of Interface
cz.vutbr.fit.layout.model.TextChunk
-
Packages that use TextChunk Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of TextChunk in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement TextChunk Modifier and Type Class Description classDefaultTextChunkA default text chunk implementation.Methods in cz.vutbr.fit.layout.impl that return TextChunk Modifier and Type Method Description TextChunkDefaultChunkSet. 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 voidDefaultChunkSet. addTextChunk(TextChunk chunk)Method parameters in cz.vutbr.fit.layout.impl with type arguments of type TextChunk Modifier and Type Method Description voidDefaultChunkSet. 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.model
Methods in cz.vutbr.fit.layout.model that return TextChunk Modifier and Type Method Description TextChunkChunkSet. 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()
-