FROM : Douglas Davidson
DATE : Tue Jan 29 23:44:29 2002
On Tuesday, January 29, 2002, at 02:22 PM, Christoph Gerdes wrote:
> I am working on a customCell for my Application. The cell shall be able
> to display text and an image/customView. In obj c, I can draw a string
> via
> drawInRect method, in java, however, this method does not exsist!!
> How can I draw AttributedStrings in java?
Java doesn't have categories, so these things had to be moved to a
different class--I believe it's NSGraphics.
Douglas Davidson
DATE : Tue Jan 29 23:44:29 2002
On Tuesday, January 29, 2002, at 02:22 PM, Christoph Gerdes wrote:
> I am working on a customCell for my Application. The cell shall be able
> to display text and an image/customView. In obj c, I can draw a string
> via
> drawInRect method, in java, however, this method does not exsist!!
> How can I draw AttributedStrings in java?
Java doesn't have categories, so these things had to be moved to a
different class--I believe it's NSGraphics.
Douglas Davidson
| Related mails | Author | Date |
|---|---|---|
| Christoph Gerdes | Jan 29, 14:24 | |
| Douglas Davidson | Jan 29, 14:35 | |
| Douglas Davidson | Jan 29, 23:44 |






Cocoa mail archive

