Class Index | File Index

Classes


Class JXG.Image

Image: It inherits from @see GeometryElement.
Defined in: Image.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.Image(board, url, coordinates, size, layer, id, name, el)
Construct and handle images
Method Summary
Method Attributes Method Name and Description
 
hasPoint(x, y)
Empty function (for the moment).
 
Send an update request to the renderer.
Class Detail
JXG.Image(board, url, coordinates, size, layer, id, name, el)
Construct and handle images
Parameters:
board
url
coordinates
size
layer
id
name
el
Returns:
A new geometry element Image
Method Detail
hasPoint(x, y)
Empty function (for the moment). It is needed for highlighting, a feature not used for images right now.
Parameters:
{int} x
Coordinate in x direction, screen coordinates.
{int} y
Coordinate in y direction, screen coordinates.
Returns:
Always returns false

updateRenderer()
Send an update request to the renderer.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 25 2011 00:43:19 GMT-0000 (UTC)