| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ParametrizedOperation |
ServiceManager.findParmetrizedService(String id)
Finds a parametrized service based on its ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
ServiceManager.getServiceParams(ParametrizedOperation op)
Obtains the values of all the parametres of the given operation.
|
static void |
ServiceManager.setServiceParams(ParametrizedOperation op,
Map<String,Object> params)
Sets the operation parametres based on a map of values.
|
| 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.
|
class |
BaseParametrizedOperation |
Copyright © 2018. All rights reserved.