PHP 클래스 JansenFelipe\OMR\Targets\TextTarget

상속: extends JansenFelipe\OMR\Contracts\Target
파일 보기 프로젝트 열기: jansenfelipe/omr

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

getA() 공개 메소드

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

getB() 공개 메소드

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

getImageBlob() 공개 메소드

Set image blob
public getImageBlob ( ) : string
리턴 string

setImageBlob() 공개 메소드

Set image blob
public setImageBlob ( $imageBlob )