Class Index

Classes


Class Annotations.Point

A utility class that represents a point with an x and y coordinate.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new Point with an x and y coordinate.
Class Detail
Annotations.Point(x, y)
Creates a new Point with an x and y coordinate.
Parameters:
{number} x
the x-coordinate
{number} y
the y-coordinate

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 20 2015 14:53:05 GMT-0700 (PDT)