Skip navigation.
 
mlRe: drawInRect in Java
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


Related mailsAuthorDate
mldrawInRect in Java Christoph Gerdes Jan 29, 14:24
mlRe: drawInRect in Java Douglas Davidson Jan 29, 14:35
mlRe: drawInRect in Java Douglas Davidson Jan 29, 23:44