dojox
»
gfx
» utils
dojox.gfx.utils
dojo.require("dojox.gfx.utils");
defined in dojox/gfx/utils.js
Functions
Back to top
Only private and/or inherited functions are available.
dojox.gfx.utils.deserialize
(parent
:
dojox.gfx.Surface
|
dojox.gfx.Shape
, object
:
dojox.gfx.Shape
|
Array
)
dojox.gfx.utils.fromJson
(parent
:
dojox.gfx.Surface
|
dojox.gfx.Shape
, json
:
String
)
dojox.gfx.utils.serialize
(object
:
dojox.gfx.Surface
|
dojox.gfx.Shape
)
dojox.gfx.utils.toJson
(object
:
dojox.gfx.Surface
|
dojox.gfx.Shape
, prettyPrint
:
Boolean
?
)