API / geotoolkit / scene / exports / LinearLayout / LinearLayout
exports.LinearLayout.LinearLayout
Constructors
Methods
Constructors
• new LinearLayout(parent, orientation)
| Name | Type |
|---|---|
parent | CompositeDocumentElement |
orientation | LinearLocation |
Methods
▸ getClassName(): string
string
▸ getLayoutedDimension(): LayoutedDimension
compute the dimension in the layout this dimension is represented by a fixed dimension and a scaled dimension
▸ setOrientation(orientation): LinearLayout
set the layout orientation
| Name | Type | Description |
|---|---|---|
orientation | LinearLocation | layout orientation |
this
▸ setParent(parent): LinearLayout
set the parent
| Name | Type | Description |
|---|---|---|
parent | CompositeDocumentElement | parent |
this
▸ updateLayout(printSettings?): void
update the position of elements in the layout
| Name | Type | Description |
|---|---|---|
Optional printSettings | PageSettings | printSettings |
void
▸ updatePageLayout(pageInfo): void
| Name | Type |
|---|---|
pageInfo | PageSettings |
void
▸ Static getClassName(): string
string