Last updated

API / geotoolkit / welllog / header / Util / Util

Class: Util

header.Util.Util

Helper class

Table of contents

Constructors
Accessors
Methods

Contents

Constructors

new Util()

new Util()

Accessors

SymbolSize

Static get SymbolSize(): number

Symbol size

Returns

number

Methods

drawLine

Static drawLine(lineStyle, logGradientStyle, rect, context, options?): void

Parameters

Name Type
lineStyleLineStyle
logGradientStyleLogGradientStyle
rectRect
contextRenderingContext
Optional optionsObject
Optional options.verticalboolean

Returns

void


fillRectangle

Static fillRectangle(context, fillStyle, x): void

Parameters

Name Type
contextRenderingContext
fillStyleFillStyle
xRect

Returns

void

Static fillRectangle(context, fillStyle, x, y, w, h): void

Parameters

Name Type
contextRenderingContext
fillStyleFillStyle
xnumber
ynumber
wnumber
hnumber

Returns

void