Shape

Kind of class:class
Inherits from:none
Implements:
Known subclasses:
Classpath:Shape
File last modified:Saturday, 03 February 2007, 19:10:27

Summary


Constructor
Instance methods
  • serialize (inObject:Object) : String
    • BaseSerializable method comment.
  • setDelegate (inDelegate:Object) : Void
    • This comment is written in class delegate.Delegate.
  • getDelegate : Object
    • This comment is written in class delegate.Delegate.
  • setSize (inWidth:Number, inHeight:Number) : Void
  • setLoc (inX:Number, inY:Number) : Void
  • retainCount : Number

Constructor

Shape

function Shape (
)

Shape's constructor comment.

Instance methods

getDelegate

function getDelegate (
) : Object

This comment is written in class delegate.Delegate.
#
Returns:
  • The delegate object
    #

retainCount

function retainCount (
) : Number

Parameters:
myTag:
This is very much alike Objective-C.
Returns:
  • Return comment in ExtendedObject.
    #

serialize

function serialize (
inObject:Object) : String

BaseSerializable method comment. Once when I was six years old I saw a magnificent picture in a book, called True Stories from Nature, about the primeval forest. It was a picture of a boa constrictor in the act of swallowing an animal.
#
Parameters:
inObject:
BaseSerializable param comment.
#
Returns:
  • BaseSerializable return comment.
    #
Specified by:

setDelegate

function setDelegate (
inDelegate:Object) : Void

This comment is written in class delegate.Delegate.
I jumped to my feet, completely thunderstruck. I blinked my eyes hard. I looked carefully all around me. And I saw a most extraordinary small person, who stood there examining me with great seriousness. Here you may see the best portrait that, later, I was able to make of him. But my drawing is certainly very much less charming than its model.
#
Parameters:
inDelegate:
the delegate object
#

setLoc

function setLoc (
inX:Number, inY:Number) : Void

Parameters:
inX:
the new x position
inY:
the new y position

setSize

function setSize (
inWidth:Number, inHeight:Number) : Void

Parameters:
inWidth :
the new width
inHeight:
the new height