PHP 클래스 JansenFelipe\OMR\Maps\MapJson

상속: implements JansenFelipe\OMR\Contracts\Map
파일 보기 프로젝트 열기: jansenfelipe/omr 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
setPathJson ( $pathJson )

메소드 상세

bottomLeft() 공개 메소드

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

bottomRight() 공개 메소드

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

create() 공개 정적인 메소드

public static create ( $pathJson )

targets() 공개 메소드

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

topLeft() 공개 메소드

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

topRight() 공개 메소드

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