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

File Index

jxg.js

The JSXGraph object is defined in this file. JXG.JSXGraph controls all boards. It has methods to create, save, load and free boards. Additionally some helper functions are defined in this file directly in the JXG namespace.

env.js

The functions in this file help with the detection of the environment JSXGraph runs in. We can distinguish between node.js, windows 8 app and browser, what rendering techniques are supported and (most of the time) if the device the browser runs on is a tablet/cell or a desktop computer.

type.js

type.js contains several functions to help deal with javascript's weak types. This file mainly consists of detector functions which verify if a variable is or is not of a specific type and converter functions that convert variables to another type or normalize the type of a variable.

event.js

In this file the EventEmitter interface is defined.

expect.js

expect.js provides utilities for parameter magic by normalizing multi-type parameters.

math.js

In this file the namespace JXG.Math is defined, which is the base namespace for namespaces like JXG.Math.Numerics, JXG.Math.Plot, JXG.Math.Statistics, JXG.Math.Clip etc.

numerics.js

In this file the namespace Math.Numerics is defined, which holds numerical algorithms for solving linear equations etc.

metapost.js

In this file the namespace Math.Metapost is defined which holds algorithms translated from Metapost by D.E. Knuth and J.D. Hobby.

symbolic.js

In this file the namespace Math.Symbolic is defined, which holds methods and algorithms for symbolic computations.
Author:
graphjs

geometry.js

This file contains the Math.Geometry namespace for calculating algebraic/geometric stuff like intersection points, angles, midpoint, and so on.

clip.js

This file contains the Math.Clip namespace for clipping and computing boolean operations on polygons and curves // TODO: * Check if input polygons are closed. If not, handle this case.

poly.js

In this file the namespace Math.Poly is defined, which holds algorithms to create and manipulate polynomials.

complex.js

A class for complex arithmetics JXG.Complex is defined in this file. Also a namespace JXG.C is included to provide instance-independent arithmetic functions.

abstract.js

JSXGraph can use various technologies to render the contents of a construction, e.g. SVG, VML, and HTML5 Canvas. To accomplish this, The rendering and the logic and control mechanisms are completely separated from each other. Every rendering technology has it's own class, called Renderer, e.g. SVGRenderer for SVG, the same for VML and Canvas. The common base for all available renderers is the class AbstractRenderer defined in this file.

board.js

The JXG.Board class is defined in this file. JXG.Board controls all properties and methods used to manage a geonext board like managing geometric elements, managing mouse and touch events, etc.

jsxgraph.js

The JSXGraph object is defined in this file. JXG.JSXGraph controls all boards. It has methods to create, save, load and free boards. Additionally some helper functions are defined in this file directly in the JXG namespace.

coords.js

In this file the Coords object is defined, a class to manage all properties and methods coordinates usually have.

coordselement.js

The geometry object CoordsElement is defined in this file. This object provides the coordinate handling of points, images and texts.

point.js

The geometry object Point is defined in this file. Point stores all style and functional properties that are required to draw and move a point on a board.

line.js

The geometry object Line is defined in this file. Line stores all style and functional properties that are required to draw and move a line on a board.

group.js

In this file the class Group is defined, a class for managing grouping of points.

circle.js

The geometry object Circle is defined in this file. Circle stores all style and functional properties that are required to draw and move a circle on a board.

conic.js

In this file the conic sections defined.

curve.js

In this file the geometry element Curve is defined.

arc.js

In this file the geometry object Arc is defined. Arc stores all style and functional properties that are required to draw an arc on a board.

composition.js

This file contains our composition elements, i.e. these elements are mostly put together from one or more JXG.GeometryElement but with a special meaning. E.g. the midpoint element is contained here and this is just a JXG.Point with coordinates dependent from two other points. Currently in this file the following compositions can be found:

text.js

In this file the Text element is defined.

image.js

In this file the geometry element Image is defined.

slider.js

The geometry object slider is defined in this file. Slider stores all style and functional properties that are required to draw and use a slider on a board.

measure.js

Geometry objects for measurements are defined in this file. This file stores all style and functional properties that are required to use a tape measure on a board.

transformation.js

This file contains code for transformations of geometrical objects.

turtle.js

The JSXGraph object Turtle is defined. It acts like "turtle graphics".
Author:
A.W.

ticks.js

In this file the geometry object Ticks is defined. Ticks provides methods for creation and management of ticks on an axis.
Author:
graphjs
Version:
0.1

zip.js

Utilities for uncompressing and base64 decoding

server.js

The JXG.Server is a wrapper for a smoother integration of server side calculations. on the server side a python plugin system is used.

datasource.js

The JXG.DataSource is a helper class for data organization. Currently supported data sources are javascript arrays and HTML tables.

jessiecode.js

JessieCode is a scripting language designed to provide a simple scripting language to build constructions with JSXGraph. It is similar to JavaScript, but prevents access to the DOM. Hence, it can be used in community driven math portals which want to use JSXGraph to display interactive math graphics.

prefix.js

Simple prefix parser for measurements and expressions of measurements. An expression is given as

Possible operands are:


ca.js

Here, the computer algebra algorithms are implemented.

dump.js

The JXG.Dump namespace provides methods to save a board to javascript.

no.js

JSXGraph can use various technologies to render the contents of a construction, e.g. SVG, VML, and HTML5 Canvas. To accomplish this, The rendering and the logic and control mechanisms are completely separated from each other. Every rendering technology has it's own class, called Renderer, e.g. SVGRenderer for SVG, the same for VML and Canvas. The common base for all available renderers is the class AbstractRenderer.

comb.js

In this file the Comb element is defined.

slopetriangle.js

Example file for a triangle implemented as a extension to JSXGraph.

checkbox.js

In this file the Text element is defined.

input.js

In this file the Text element is defined.

button.js

In this file the Text element is defined.

vectorfield.js

Implementation of vector fields and slope fields.

smartlabel.js

Implementation of smart labels..

foreignobject.js

In this file the ForeignObject element is defined.

src/3d/box3d.js


src/3d/curve3d.js


src/3d/element3d.js


src/3d/linspace3d.js


src/3d/point3d.js


src/3d/surface3d.js


src/3d/view3d.js


src/base/chart.js


src/base/composition.js


src/base/constants.js


src/base/element.js


src/base/polygon.js


src/element/grid.js


src/element/locus.js


src/element/sector.js


src/math/bqdt.js


src/math/extrapolate.js


src/math/ia.js


src/math/implicitplot.js


src/math/nlp.js


src/math/plot.js


src/math/probfuncs.js


src/math/qdt.js


src/math/statistics.js


src/options.js


src/options3d.js


src/parser/geonext.js


src/reader/file.js


src/renderer/canvas.js


src/renderer/svg.js


src/renderer/vml.js


src/themes/mono_thin.js


src/utils/base64.js


src/utils/color.js


src/utils/encoding.js


src/utils/uuid.js


src/utils/xml.js


Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 08 2024 12:21:03 GMT+0100 (Mitteleuropäische Normalzeit)