Engine base class.
- Source:
Classes
Members
-
(static, constant) xrx.engine.CANVAS :string
-
Type:
- string
- Source:
-
(static, constant) xrx.engine.SVG :string
-
Type:
- string
- Source:
-
(static, constant) xrx.engine.VML :string
-
Type:
- string
- Source:
Methods
-
(static) xrx.engine.hasDom(engine) → {boolean}
-
Whether an eninge uses a DOM representation.
Parameters:
Name Type Description engine
xrx.engine.CANVAS | xrx.engine.SVG | xrx.engine.VML The engine to test. - Source:
Returns:
Whether the engine uses a DOM representation.- Type
- boolean
-
(static) xrx.engine.isSupported(engine)
-
Whether an engine is supported by the current browser.
Parameters:
Name Type Description engine
xrx.engine.CANVAS | xrx.engine.SVG | xrx.engine.VML The engine to test. - Source: