CanvasTopLeft
This trait is for Canvas Implementations with a Top left origin and downward y axis. It should not be used directly by graphical applications.
Value members
Inherited methods
A callback timer with an elapsed time from a given start point. Although are in a general purpose form, the most common usage is for animations where things move dependent on how much time has passed. The function is of form: (elapsedTime(in milliseconds), Startime (in milliseconds) => Unit. The startTime is to be used to call the next frame at then end of the function, if another frame is needed.
A callback timer with an elapsed time from a given start point. Although are in a general purpose form, the most common usage is for animations where things move dependent on how much time has passed. The function is of form: (elapsedTime(in milliseconds), Startime (in milliseconds) => Unit. The startTime is to be used to call the next frame at then end of the function, if another frame is needed.
- Inherited from:
- CanvasPlatform
Attempts to find find and load file, attempts to parse the file, attempts to find object of type A. If all stages successful, calls procedure (Unit returning function) with that object of type A
Attempts to find find and load file, attempts to parse the file, attempts to find object of type A. If all stages successful, calls procedure (Unit returning function) with that object of type A
- Inherited from:
- CanvasPlatform
- Inherited from:
- CanvasPlatform
- Inherited from:
- CanvasPlatform
Returns the system (Unix) time in milliseconds.
Returns the system (Unix) time in milliseconds.
- Inherited from:
- CanvasPlatform
Not sure why spacing has got a minus sign
Not sure why spacing has got a minus sign
- Inherited from:
- RectCenlign
Badly named I think, not sure why spacing has got a minus sign
Badly named I think, not sure why spacing has got a minus sign
- Inherited from:
- RectCenlign
The initial frame although are in a general purpose form, the most common usage is for animations where things move dependent on how much time has passed.
The initial frame although are in a general purpose form, the most common usage is for animations where things move dependent on how much time has passed.
- Inherited from:
- CanvasPlatform
A call back timer. Takes the delay in milliseconds
A call back timer. Takes the delay in milliseconds
- Inherited from:
- CanvasPlatform
Inherited fields
The canvas implementation will call this function when the mouse button is depressed. Named after Javascript command.
The canvas implementation will call this function when the mouse button is depressed. Named after Javascript command.
- Inherited from:
- CanvasPlatform
The canvas implementation will call this function when a mouse button is released. Named after Javascript command.
The canvas implementation will call this function when a mouse button is released. Named after Javascript command.
- Inherited from:
- CanvasPlatform