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


Class JXG.VMLRenderer

JXG.AbstractRenderer
      ↳ JXG.VMLRenderer

JXG.AbstractRenderer

Defined in: vml.js.
Extends JXG.AbstractRenderer.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.VMLRenderer(container)
Uses VML to implement the rendering methods defined in JXG.AbstractRenderer.
Fields borrowed from class JXG.AbstractRenderer:
container, enhancedRendering, type, vOffsetText
Fields borrowed from class JXG.AbstractRenderer:
container, enhancedRendering, type, vOffsetText
Method Summary
Method Attributes Method Name and Description
<private> <static>  
JXG.VMLRenderer._setAttr(node, key, val, iFlag)
Sets attribute key of node node to value.
 
createNode(tagName)
Methods borrowed from class JXG.AbstractRenderer:
_updateVisual, appendChildPrim, appendNodesToElement, changePointStyle, createPrim, createTouchpoints, displayCopyright, drawCurve, drawEllipse, drawImage, drawInternalText, drawLine, drawPoint, drawPolygon, drawText, drawTicks, drawZoomBar, getElementById, hide, hideTouchpoint, highlight, joinTransforms, makeArrows, noHighlight, remove, removeDraft, removeToInsertLater, resize, setBuffering, setDashStyle, setDraft, setGradient, setObjectFillColor, setObjectStrokeColor, setObjectStrokeWidth, setPropertyPrim, setShadow, show, showTouchpoint, suspendRedraw, transformImage, unsuspendRedraw, updateCurve, updateEllipse, updateEllipsePrim, updateGradient, updateImage, updateImageStyle, updateImageURL, updateInternalText, updateInternalTextStyle, updateLine, updateLinePrim, updatePathPrim, updatePathStringBezierPrim, updatePathStringPoint, updatePathStringPrim, updatePoint, updatePolygon, updatePolygonPrim, updateRectPrim, updateText, updateTextStyle, updateTicks, updateTouchpoint
Class Detail
JXG.VMLRenderer(container)
Uses VML to implement the rendering methods defined in JXG.AbstractRenderer.
Parameters:
{Node} container
Reference to a DOM node containing the board.


See:
JXG.AbstractRenderer
Method Detail
<private> <static> JXG.VMLRenderer._setAttr(node, key, val, iFlag)
Sets attribute key of node node to value.
Parameters:
{Node} node
A DOM node.
{String} key
Name of the attribute.
{String} val
New value of the attribute.
{Boolean} iFlag Optional, Default: false
If false, the attribute's name is case insensitive.

createNode(tagName)
Parameters:
tagName

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 27 2013 11:32:44 GMT+0200 (CEST)