interface Annotation

An annotation model.

Methods

array
getPoints()

Get the points array of the annotation.

getShape()

Get the shape of an annotation.

getFile()

Get the image/video, the annotation belongs to.

Details

at line 18
array getPoints()

Get the points array of the annotation.

Return Value

array

at line 25
Shape getShape()

Get the shape of an annotation.

Return Value

Shape

at line 32
VolumeFile getFile()

Get the image/video, the annotation belongs to.

Return Value

VolumeFile