API / geotoolkit / welllog / layout / MarkerSetLayout / MarkerSetLayout
layout.MarkerSetLayout.MarkerSetLayout
Layout to perform on MarkerSet object
↳
MarkerSetLayout
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
maxoffset | number | If defined do not draw labels further than 'maxoffset' device units from its model position |
overlap | string | What to do if ranges don't fit: 'some' or 'all' |
Constructors
• new MarkerSetLayout(options?)
| Name | Type |
|---|---|
Optional options | Options |
ValueCorrelatedRangeLayout1D.constructor
Methods
▸ getClassName(): string
string
ValueCorrelatedRangeLayout1D.getClassName
▸ getMaxOffset(): number
Returns maxOffset
number
maxOffset
ValueCorrelatedRangeLayout1D.getMaxOffset
▸ getProperties(): Options
Gets all the properties pertaining to this object
of this object
ValueCorrelatedRangeLayout1D.getProperties
▸ layout(elements, context, limits?): void
Layouts elements
| Name | Type | Description |
|---|---|---|
elements | TwoWayArrayIterator<ILayoutElement1D> | elements to layout |
context | RenderingContext | rendering context |
Optional limits | Range | limits to layout elements within |
void
ValueCorrelatedRangeLayout1D.layout
▸ setMaxOffset(maxOffset): MarkerSetLayout
Sets maxOffset
| Name | Type | Description |
|---|---|---|
maxOffset | number | maxOffset |
this
ValueCorrelatedRangeLayout1D.setMaxOffset
▸ setProperties(properties?): MarkerSetLayout
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Options | An object containing the properties to set |
this
ValueCorrelatedRangeLayout1D.setProperties
▸ Static getClassName(): string
string