| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AreaTreeOperator
A generic procedure that processes the area tree.
|
interface |
AreaTreeProvider
This interface represents a service that is able to provide a basic area tree from the given page.
|
interface |
BoxTreeProvider
This interface represents a service that is able to provide a box tree based on further parametres.
|
interface |
LogicalTreeProvider
This interface represents a service that is able to provide a logical area tree from the given area tree.
|
interface |
PageSetStorage
A service that is able to manage a list of pages that are being processed.
|
interface |
PageStorage
A service that is able to save the current page to a storage and to update
the page currently stored in the storage.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Service> |
ServiceManager.loadServicesByType(Class<T> clazz)
Discovers the registered services of the given class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAreaTreeProvider
A common base for our box tree providers.
|
class |
BaseBoxTreeProvider
A common base for our box tree providers.
|
class |
BaseLogicalTreeProvider
A common base for our logical tree providers.
|
class |
BaseOperator
A common base for our area operators.
|
Copyright © 2018. All rights reserved.