| Package | Description |
|---|---|
| org.fit.layout.logical |
| Modifier and Type | Method and Description |
|---|---|
LayoutAnalyzer.LayoutType |
LayoutAnalyzer.detectLayoutType(Area area)
Detects the layout type of the given area.
|
LayoutAnalyzer.LayoutType |
AreaAttributes.getLayoutType() |
static LayoutAnalyzer.LayoutType |
LayoutAnalyzer.LayoutType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutAnalyzer.LayoutType[] |
LayoutAnalyzer.LayoutType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaAttributes.setLayoutType(LayoutAnalyzer.LayoutType layoutType) |
| Constructor and Description |
|---|
AreaAttributes(double markedness,
LayoutAnalyzer.LayoutType layoutType) |