Class Index | File Index

Classes


Class JXG.NoRenderer

JXG.AbstractRenderer
Defined in: NoRenderer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
If this property is set to true the visual properties of the elements are updated on every update.
 
This is used to easily determine which renderer we are using
Class Detail
JXG.NoRenderer()
Field Detail
{Boolean} enhancedRendering
If this property is set to true the visual properties of the elements are updated on every update. Visual properties means: All the stuff stored in the JXG.GeometryElement#visProp property won't be set if enhancedRendering is false
Default Value:
true

{String} type
This is used to easily determine which renderer we are using
if (board.renderer.type === 'vml') {
    // do something
}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu May 30 2013 23:22:18 GMT+0200 (CEST)