API Docs for: 0.0.1
Show:

Value Class

Defined in: lib/value.js:28
Module: niviz

A Value represents a feature value for a single layer, for example a temparature.

Constructor

Value

()

Defined in lib/value.js:28

Item Index

Methods

Methods

clone

() Value

Defined in lib/value.js:96

A clone that can be used to set new values

Returns:

Properties

height

Number

Defined in lib/value.js:48

numeric

Number

Defined in lib/value.js:67

The numeric value (defaults to .value) used for comparisons.

text

String

Defined in lib/value.js:57

A string represantation of this value.

thickness

Number

Defined in lib/value.js:77

The thickness value only makes sense with top and bottom defined

top

Number

Defined in lib/value.js:36

value

Object

Defined in lib/value.js:42