swarm-support
[Top][All Lists]
Advanced

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

RE: drawHistogramWithDouble ()


From: Marshall, James A R
Subject: RE: drawHistogramWithDouble ()
Date: Wed, 6 Feb 2002 10:17:35 -0000

On the same subject, the Swarm FAQ
(http://lark.cc.ukans.edu/~pauljohn/SwarmFaq/SwarmOnlineFaq.html#7.4) tells
you how to find out which protocols aren't available in Java. I'll be
looking at this with interest as I'm moving over to Java from Objective-C...
I hope there's not too much missing!
        James

-----Original Message-----
From: address@hidden [mailto:address@hidden
Sent: 05 February 2002 18:43
To: address@hidden
Subject: Re: drawHistogramWithDouble ()



LI> I meant the other way around. "drawHistogramWithDouble:" works 
LI> fine in ObjC but I can't find anything similar in Java.

Interfaces like that aren't in Swarm/Java because they require pointers, and
thus can't be represented in Java (at least literally).  To make a method
like this, one option would be to have a method that acted on stored
state (setup, say, by setting each element through a method call), or
modify the stubbing such that arrays could be passed (e.g. converted
into a length and a pointer on the C side).

                  ==================================
   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.

                  ==================================
   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]