API / geotoolkit / scene / exports / AnnotatedLayout / AnnotatedLayout
exports.AnnotatedLayout.AnnotatedLayout
Layout class that represents an AnnotatedLayout
Constructors
Constructors
• new AnnotatedLayout(parent)
| Name | Type | Description |
|---|---|---|
parent | CompositeDocumentElement | parent document element of this layout |
Methods
▸ getClassName(): string
string
▸ getLayoutedDimension(): LayoutedDimension
Compute the dimension in the layout this dimension is represented by a fixed dimension and a scaled dimension.
that contains two objects
▸ setParent(parent): AnnotatedLayout
Set the parent of this annotated layout.
| Name | Type | Description |
|---|---|---|
parent | CompositeDocumentElement | parent document element of this layout |
this
▸ updateLayout(): void
update the position of elements in the layout
void
▸ Static getClassName(): string
string