interface Annotation implementsQueueableEntity

An annotation model.

Methods

array
getPoints()

Get the points array of the annotation.

getShape()

Get the shape of an annotation.

getImage()

Get the image, the annotation belongs to.

Details

at line19
array getPoints()

Get the points array of the annotation.

Return Value

array

at line26
Shape getShape()

Get the shape of an annotation.

Return Value

Shape

at line33
Image getImage()

Get the image, the annotation belongs to.

Return Value

Image