swarm-support
[Top][All Lists]
Advanced

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

Re: drawHistogramWithDouble ()


From: Marcus G. Daniels
Subject: Re: drawHistogramWithDouble ()
Date: 05 Feb 2002 11:42:32 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

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.



reply via email to

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