gem.d3Scene. OverlayItem

new OverlayItem()

marker class

Extends

Methods

cacheData()

Caches the preview data and coordinates for the object.

delete()

calls emscripten object destructor

Inherited From

getCoordinates() → {gem.core.Coordinates}

Get Coordinates

Returns:
Type: 
gem.core.Coordinates

getImage(bitmapContainer)

Retrieves the image for the overlay item.

Parameters:
NameTypeDescription
bitmapContainergem.core.BitmapContainer

The container for the bitmap image.

getInfo() → {string}

Retrieves the preview data for the object.

Returns:

The preview data.

Type: 
string

getPreviewData() → {string}

Get Preview data

Returns:
  • formatted as json
Type: 
string

getPreviewUrl() → {string}

Get Peview url

Returns:
Type: 
string

getRawPointer() → {object}

Returns emscripten object

Returns:
Type: 
object

isDeleted() → {boolean}

Check if emscripten object has been deleted

Inherited From
Returns:
Type: 
boolean