• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java question..
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java question..


  • Subject: Re: Java question..
  • From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
  • Date: Wed, 9 Jun 2004 18:42:24 -0500

James Cicenia, email@hidden, wrote:
>unfortunately,  ChartUtilities.writeImageMap needs a PrintWriter

ByteArrayOutputStream baos = new ByteArrayOutputStream();
PrintWriter pw = new PrintWriter(baos);
ChartUtilities.writeImageMap(writer, "chart", info);
new NSData( baos.toByteArray() );

| Jonathan 'Wolf' Rentzsch   http://rentzsch.com
| Red Shed Software           http://redshed.net
|     "better" necessarily means "different"
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: WOHyperlink Passing a value back...
  • Next by Date: Solved it... Re: Java question..
  • Previous by thread: Solved it... Re: Java question..
  • Next by thread: Java Design Question
  • Index(es):
    • Date
    • Thread