JavaScript must be enabled in order for you to use JSXGraph and JSXGraph reference. However, it seems JavaScript is either disabled or not supported by your browser.

Class Index | File Index

Elements

Classes


Class JXG.Group


      ↳ JXG.Group

In this class all group management is done.

Defined in: Group.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.Group(id, name, name)
Creates a new instance of Group.
Method Summary
Method Attributes Method Name and Description
 
addGroup(object)
Adds an Point to this group.
 
addPoint(object)
Adds an Point to this group.
 
addPoints(objects)
Adds multiple points to this group.
 
Releases the group added to the points in this group, but only if this group is the last group.
 
update(point)
Sends an update to all group members.
Class Detail
JXG.Group(id, name, name)
Creates a new instance of Group.
Parameters:
{String} id
Unique identifier for this object. If null or an empty string is given, an unique id will be generated by Board


{String} name
Not necessarily unique name, displayed on the board. If null or an empty string is given, an unique name will be generated.


name


Method Detail
addGroup(object)
Adds an Point to this group.
Parameters:
{JXG.Point} object
The object added to the group.

addPoint(object)
Adds an Point to this group.
Parameters:
{JXG.Point} object
The object added to the group.

addPoints(objects)
Adds multiple points to this group.
Parameters:
{Array} objects
An array of points to add to the group.

ungroup()
Releases the group added to the points in this group, but only if this group is the last group.

update(point)
Sends an update to all group members.
Parameters:
{JXG.Point} point
The point that caused the update.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 02 2012 18:34:31 GMT+0200 (MESZ)