Class JXG.NoRenderer
JXG.AbstractRenderer
Defined in: NoRenderer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
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
|
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 }