Class Index | File Index

Classes


File Index

Transformation.js

This file contains code for transformations of geometrical objects.
Author:
graphjs
Version:
0.1 Possible types: - translate - scale - reflect - rotate - shear - generic Rotation matrix: ( 1 0 0 ) ( 0 cos(a) -sin(a)) ( 0 sin(a) cos(a) ) Translation matrix: ( 1 0 0) ( a 1 0) ( b 0 1)

Triangle.js

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

Group.js

In this file the class Group is defined, a class for managing grouping of points.
Author:
graphjs
Version:
0.1

MathGeometry.js

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

AbstractRenderer.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.

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.
Author:
graphjs
Version:
0.1

Centroid.js

Example file for a centroid implemented as an extension to JSXGraph.

Math.js

In this file the namespace JXG.Math is defined, which is the base namespace for namespaces like Math.Numerics, Math.Algebra, Math.Statistics etc.
Author:
graphjs

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.

Intersection.js

The object Intersection is defined in this file. Intersection manages all properties and actiones required to cut circles and lines with each other and draws the intersection points.
Author:
graphjs
Version:
0.1

DataSource.js

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

Image.js

In this file the geometry element Image is defined.
Author:
graphjs
Version:
0.1

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.

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.

Curve.js

In this file the geometry element Curve is defined.

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.
Author:
graphjs

Algebra.js

This file contains the class Algebra, a wrapper for all kind of calculations. It's only here for backward compatibility reasons, so please don't use it.

Text.js

In this file the Text element is defined.

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.
Version:
0.83

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

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.
Author:
graphjs
Version:
0.1

MathSymbolic.js

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

Slider.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.

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:

MathNumerics.js

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

Turtle.js

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

Util.js

Utilities for uncompressing and base64 decoding

SimpleElements.js

In this file some simple element types like numerics, distance etc. are defined.
Author:
graphjs
Version:
0.1

Conic.js

In this file the conic sections defined.

Coords.js

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

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.
Author:
graphjs
Version:
0.1

src/CanvasRenderer.js


src/Chart.js


src/CinderellaReader.js


src/FileReader.js


src/GeogebraReader.js


src/GeometryElement.js


src/GeonextParser.js


src/GeonextReader.js


src/GraphReader.js


src/IntergeoReader.js


src/JessieScript.js


src/loadjsxgraph.js


src/loadjsxgraphInOneFile.js


src/MathStatistics.js


src/Options.js


src/Polygon.js


src/Pstricks.js


src/RGBColor.js


src/Roulette.js


src/Sector.js


src/Square.js


src/SVGRenderer.js


src/VMLRenderer.js


src/Wrappers.js


src/xanvas.js


Documentation generated by JsDoc Toolkit 2.4.0 on Tue Mar 12 2013 19:06:08 GMT-0000 (UTC)