PHP Class JansenFelipe\OMR\Result

显示文件 Open project: jansenfelipe/omr Class Usage Examples

Public Methods

Method Description
addTarget ( Target $target ) : void Add target
getTargets ( ) : Target[] Get target
setDimensions ( $width, $height ) Set dimensions
setImageMime ( string $imageMime ) Set mime image
setImagePath ( string $imagePath ) Set Path image

Method Details

addTarget() public method

Add target
public addTarget ( Target $target ) : void
$target JansenFelipe\OMR\Contracts\Target
return void

getTargets() public method

Get target
public getTargets ( ) : Target[]
return JansenFelipe\OMR\Contracts\Target[]

setDimensions() public method

Set dimensions
public setDimensions ( $width, $height )
$width
$height

setImageMime() public method

Set mime image
public setImageMime ( string $imageMime )
$imageMime string

setImagePath() public method

Set Path image
public setImagePath ( string $imagePath )
$imagePath string