See
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | com.visiblearea.see.See |
| File last modified: | Thursday, 28 December 2006, 01:17:32 |
Testing @see references, see a number of @see examples.
Summary
Constructor
See
function See (
)
Instance methods
aFunction
function aFunction (
) : Void
Testing a variety of @see values:
1: a text description
2: an explicit link
3: a written out url that automatically gets converted to a url
4: a link to a method of the current class
5: a link to a method of another class (same package)
6: same method, with label
7: a link to a method of another class in another package
8: the same link, but with package resolved automatically
1: a text description
2: an explicit link
3: a written out url that automatically gets converted to a url
4: a link to a method of the current class
5: a link to a method of another class (same package)
6: same method, with label
7: a link to a method of another class in another package
8: the same link, but with package resolved automatically
See also:
- "Colin Moock: Essential ActionScript 2.0, p. 100"
- javadoc @see specification
- http://adobe.com/
- draw
- ReferencedClass.paint
- Draw it
- com.visiblearea.util.UtilClass.makeLifeEasy
- com.visiblearea.util.UtilClass.makeLifeEasy
draw
function draw (
inDrawObject:Object) : Void