Uses of Interface
cz.vutbr.fit.layout.model.ChunkSet
-
Packages that use ChunkSet Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of ChunkSet in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ChunkSet Modifier and Type Class Description classDefaultChunkSetA default chunk set implementation.Methods in cz.vutbr.fit.layout.impl that return ChunkSet Modifier and Type Method Description ChunkSetDefaultTextChunk. getChunkSet()Methods in cz.vutbr.fit.layout.impl with parameters of type ChunkSet Modifier and Type Method Description voidDefaultTextChunk. setChunkSet(ChunkSet chunkSet) -
Uses of ChunkSet in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return ChunkSet Modifier and Type Method Description ChunkSetTextChunk. getChunkSet()Gets the chunk set the chunk belongs to.
-