swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: drawing agents like ellipses or lines?


From: Marcus G. Daniels
Subject: Re: drawing agents like ellipses or lines?
Date: 06 Oct 2001 10:57:34 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "JB" == Jozef Babjak <address@hidden> writes:

JB> And one more question: what about the third argument in Selector
JB> constructor?

Objective C uses ":" to delimit argument keys in methods, so Objective
C Selectors look like "foo:bar:".  Java doesn't have these keys for
arguments, so one would usually just use "foo".  Java translations of
Objective C methods look like "foo$bar". The third arguments says
whether or not the Selector is for Objective C or not.  If so, it
converts from the first style to the latter style.  Use true if the
object or class in question is strictly a Swarm thing, like, say, a Zone.  


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]