Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

graphics.js File Reference

JavaScriptGraphics is a library for producing graphics using JavaScript by manipulating HTML tables. More...


Classes

class  GCanvas
 Simple 2D graphics canvas. More...

class  GHTMLOutput
 HTML output processor. More...

class  GJavaOutput
 Java (applet) output processor. More...

class  GOutput
 Output processor. More...

class  JSColor
 JSColor class provides functions for converting different color repersentations (HTML, RGB, INT) into each other. More...


Variables

JSColor Color
 "Static" Color object.


Detailed Description

JavaScriptGraphics is a library for producing graphics using JavaScript by manipulating HTML tables.

It uses 'run length encoding' by taking advantage of colspan attributes in order to reduce the complexity of the output. Images created in this manner can be posted on the pages such as forums or LiveJournal where images are not allowed, and can be animated using JavaScript. The methods provided allow to draw lines, point, circles, ellipsoids and other geometrical figures.


This is a documentation for JSGraphics, a powerfull JavaScript graphics library
© 2003 by Kitya Karlson
Produced using DoxyGen.