PHP Class JansenFelipe\OMR\Targets\TextTarget

Inheritance: extends JansenFelipe\OMR\Contracts\Target
Afficher le fichier Open project: jansenfelipe/omr

Méthodes publiques

Méthode 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 méthode

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

getA() public méthode

Get Pointer Top/Left
public getA ( ) : Point
Résultat JansenFelipe\OMR\Point

getB() public méthode

Get Pointer Bottom/Right
public getB ( ) : Point
Résultat JansenFelipe\OMR\Point

getImageBlob() public méthode

Set image blob
public getImageBlob ( ) : string
Résultat string

setImageBlob() public méthode

Set image blob
public setImageBlob ( $imageBlob )