PHP Class JansenFelipe\OMR\Targets\RectangleTarget

Inheritance: extends JansenFelipe\OMR\Contracts\Target
Afficher le fichier Open project: jansenfelipe/omr

Méthodes publiques

Méthode Description
__construct ( $id, Point $a, Point $b ) Contructor
getA ( ) : Point Get Pointer Top/Left
getB ( ) : Point Get Pointer Bottom/Right

Method Details

__construct() public méthode

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

getA() public méthode

Get Pointer Top/Left
public getA ( ) : Point
Résultat JansenFelipe\OMR\Point

getB() public méthode

Get Pointer Bottom/Right
public getB ( ) : Point
Résultat JansenFelipe\OMR\Point