Package cz.vutbr.fit.layout.api
-
Interface Summary Interface Description AreaConcatenator A concatenator that can convert a list of areas to a text string.AreaTreeOperator A generic procedure that processes the area tree.ArtifactRepository A repository of available artifacts we are working with.ArtifactService A service that creates an artifact from another artifact.BoxConcatenator A concatenator that can convert a list of boxes to a text string.Concatenator<T> A concatenator that can convert a list of elements to a text string.IRIDecoder An IRI encoder / decoder.OutputDisplay An abstraction of the graphical display of the segmentation output.PageSet A named set of pages processed together.Parameter A parameter of a parametrized operation.ParametrizedOperation An implementation of an operation with external parametres of different types.ScriptObject An object that should be made available in the JavaScript engine.Service A generic service with its ID, name and description.Tagger A generic tagger that is able to assign tags to areas.TaggerConfig A tagger configuration and their assignment for tags.TagResolver A resolver that is able to assign a set of tags to an area. -
Class Summary Class Description AreaUtils General purpose area analysis functions.ArtifactInfo Basic information about an artifact that can be obtained from a repository without actually loading the whole artifact.Concatenators Pre-defined common concatenators for joining sequences of boxes and areas.Concatenators.PlainAreaConcatenator An area concatenator that simply concatenates the area text contents without any separators.Concatenators.PlainBoxConcatenator A box concatenator that simply concatenates the box text without any separators.Concatenators.SeparatedAreaConcatenator An area concatenator that concatenates the area text using a given separator.Concatenators.SeparatedBoxConcatenator A box concatenator that concatenates the box text using a given separator.ServiceConfig A service configuration containing a service ID and parameter values.ServiceManager This class provides access to registered services. -
Exception Summary Exception Description ServiceException An exception that may occur during the service invocation or processing.