CLIM mail archive

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

Re: Silly Drawing Questions




> well, there are such drawing functions.  but "draw-polygon" doesn't seem
> to have a method for a polygon instance.  hmm.  in fact, it appears that
> NONE of the draw-XXX generics have methods to draw the name-matching
> class. that does seem curious.

DRAW-POLYGON is not a GENERIC function. It calls the generic
function MEDIUM-DRAW-POLYGON (or something like that).

If I have polygon objects (or whatever), these should have
all the necessary information to draw them. So a generic
function DRAW-GRAPHICAL-OBJECT *could* work.

Rainer Joswig


Follow-Ups:

Main Index | Thread Index