API / geotoolkit / welllog / header / Util / Util
Helper class
Constructors
Accessors
Methods
Methods
▸ Static drawLine(lineStyle, logGradientStyle, rect, context, options?): void
| Name | Type |
|---|---|
lineStyle | LineStyle |
logGradientStyle | LogGradientStyle |
rect | Rect |
context | RenderingContext |
Optional options | Object |
Optional options.vertical | boolean |
void
▸ Static fillRectangle(context, fillStyle, x): void
| Name | Type |
|---|---|
context | RenderingContext |
fillStyle | FillStyle |
x | Rect |
void
▸ Static fillRectangle(context, fillStyle, x, y, w, h): void
| Name | Type |
|---|---|
context | RenderingContext |
fillStyle | FillStyle |
x | number |
y | number |
w | number |
h | number |
void