Re: Display of two objects

Hi Lourena,

At 05:44 AM 11/7/2003, Bill Hibbard wrote:
>Just pass each Data object to the setData() method of
>a different DataReferenceImpl, and pass those to the
>addReference() methods of a single DisplayImpl. I am
>not sure how to do this with SpreadSheet cells.

Each SpreadSheet cell supports multiple data objects
simultaneously. The API provides several methods
depending on your needs:
   BasicSSCell.addData(Data)
   BasicSSCell.addDataSource(String)
   BasicSSCell.addDataReference(DataReferenceImpl)
and others. Check the visad.ss JavaDoc for more info.

-Curtis