Skip to content

Instantly share code, notes, and snippets.

@davestewart
Created March 27, 2012 21:54
Show Gist options
  • Save davestewart/2220724 to your computer and use it in GitHub Desktop.
Save davestewart/2220724 to your computer and use it in GitHub Desktop.
xJSFL Source dump for Bounds class
Inspect: Array (depth:8, objects:42, values:91, time:0.0 seconds)
--------------------------------------------------------------------------------
array => Array
[0] => Function
class: "Function"
line: 35
name: "Bounds"
object: null
[text] => Array
0: "Bounds object. Args: 0=Document size, 1=Element, 1=radius, 1=Array, 2=width,height, 4=width,height,x,y"
1: "Useful for quickly creating objects on the stage"
[flags] => Object
isConstructor: true
[tags] => Object
[see] => Array
[0] => Tag
class: "Tag"
text: "http://help.adobe.com/en_US/Flash/10.0_ExtendingFlash/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7e40.html"
[author] => Array
[0] => Tag
class: "Tag"
text: "Dave Stewart"
[param] => Array
[0] => Param
class: "Param"
name: "element"
type: "Element"
text: "A stage element"
[1] => Param
class: "Param"
name: "element"
type: "Number"
text: "A radius"
[2] => Param
class: "Param"
name: "element"
type: "Array"
text: "A selection"
[3] => Param
class: "Param"
name: "width"
type: "Number"
text: "The bounds width"
[4] => Param
class: "Param"
name: "height"
type: "Number"
text: "The bounds height"
[5] => Param
class: "Param"
name: "x"
type: "Number"
text: "The bounds x position"
[6] => Param
class: "Param"
name: "y"
type: "Number"
text: "The bounds y position"
[return] => Array
[0] => Value
class: "Value"
type: "Object"
text: "A Bounds object"
name: " "
signature: "Bounds()"
[1] => Accessor
class: "Accessor"
line: 142
name: "width"
object: null
type: "Number"
readable: true
writable: false
[text] => Array
0: "Gets the width of the Bounds object"
[flags] => Object
[tags] => Object
acesss: ""
[2] => Accessor
class: "Accessor"
line: 148
name: "height"
object: null
type: "Number"
readable: true
writable: false
[text] => Array
0: "Gets the height of the Bounds object"
[flags] => Object
[tags] => Object
acesss: ""
[3] => Accessor
class: "Accessor"
line: 154
name: "center"
object: null
type: "Point"
readable: true
writable: false
[text] => Array
0: "Gets the center of the Bounds object"
[flags] => Object
[tags] => Object
acesss: ""
[4] => Function
class: "Function"
line: 165
name: "clone"
object: null
[text] => Array
0: "Returns a clone of the Bounds object"
[flags] => Object
[tags] => Object
[return] => Array
[0] => Value
class: "Value"
type: "Bounds"
text: "A new Bounds object"
name: " "
signature: "clone()"
[5] => Function
class: "Function"
line: 174
name: "toString"
object: null
[text] => Array
0: "Returns a String representation of the Bounds object"
[flags] => Object
[tags] => Object
[return] => Array
[0] => Value
class: "Value"
type: "Sting"
text: "A String representation of the Bounds object"
name: " "
signature: "toString()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment