Square

Kind of class:class
Inherits from:Rectangle < Shape
Classpath:Square
File last modified:Monday, 16 May 2005, 23:02:20

Summary


Instance methods
Instance methods inherited from Rectangle

Instance methods

retainCount

function retainCount (
) : Number

Custom Rectangle comment. After this line the inherited comment from class Shape should be inserted. Just two random links for testing: Serializable and Shape.serialize.
#
Returns:
  • Custom Rectangle return comment. After this line the comment from class Shape should be inserted.
    #

setLoc

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

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