PHP Класс JansenFelipe\OMR\Maps\MapJson

Наследование: implements JansenFelipe\OMR\Contracts\Map
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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