PHP Class JansenFelipe\OMR\Maps\MapJson

Inheritance: implements JansenFelipe\OMR\Contracts\Map
Show file Open project: jansenfelipe/omr Class Usage Examples

Public Methods

Method Description
bottomLeft ( ) : Point Most point to the bottom/left
bottomRight ( ) : Point Most point to the bottom/left
create ( $pathJson )
targets ( ) : Target[] Targets
topLeft ( ) : Point Most point to the top/left
topRight ( ) : Point Most point to the top/right

Private Methods

Method Description
setPathJson ( $pathJson )

Method Details

bottomLeft() public method

Most point to the bottom/left
public bottomLeft ( ) : Point
return JansenFelipe\OMR\Point

bottomRight() public method

Most point to the bottom/left
public bottomRight ( ) : Point
return JansenFelipe\OMR\Point

create() public static method

public static create ( $pathJson )

targets() public method

Targets
public targets ( ) : Target[]
return JansenFelipe\OMR\Contracts\Target[]

topLeft() public method

Most point to the top/left
public topLeft ( ) : Point
return JansenFelipe\OMR\Point

topRight() public method

Most point to the top/right
public topRight ( ) : Point
return JansenFelipe\OMR\Point