PHP Class JansenFelipe\OMR\Targets\TextTarget

Inheritance: extends JansenFelipe\OMR\Contracts\Target
Show file Open project: jansenfelipe/omr

Public Methods

Method Description
__construct ( $id, Point $a, Point $b ) Contructor
getA ( ) : Point Get Pointer Top/Left
getB ( ) : Point Get Pointer Bottom/Right
getImageBlob ( ) : string Set image blob
setImageBlob ( $imageBlob ) Set image blob

Method Details

__construct() public method

Contructor
public __construct ( $id, Point $a, Point $b )
$id
$a JansenFelipe\OMR\Point
$b JansenFelipe\OMR\Point

getA() public method

Get Pointer Top/Left
public getA ( ) : Point
return JansenFelipe\OMR\Point

getB() public method

Get Pointer Bottom/Right
public getB ( ) : Point
return JansenFelipe\OMR\Point

getImageBlob() public method

Set image blob
public getImageBlob ( ) : string
return string

setImageBlob() public method

Set image blob
public setImageBlob ( $imageBlob )