ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout / LayoutArea

LayoutArea

data class LayoutArea

Mapping of layout areas to list of rows containing UI elements

Constructors

Name Summary
<init> Mapping of layout areas to list of rows containing UI elementsLayoutArea(id: LayoutAreaType, rows: List<Row>)

Properties

Name Summary
id val id: LayoutAreaType
rows val rows: List<Row>