> Unfortunately the API doc'n doesn't say anything about an array, it just
> says `values'. If the API doc'n used Object[] instead of just Object it
> would be more clear on this point.


I see this in the doc for getSupportedAttributeValues:
"Return an array of one or more instances of the attribute category, containing
the legal
         values -- used, for example, by an attribute with a list of enumerated
values. The type of
         the array is an array of the specified attribute category type as
returned by its
         getCategory(Class)"

you now owe me two beers.


> One more time, are there any ways to get a GraphicsContfiguration for a
> printer or printerJob?

What for? (ie what's interesting that's not better placed in javax.print
as an attribute on the service)

Graphics has a getDeviceConfiguration method, but its on the graphics when
you are already printing, and what it returns now isn't really very
interesting anyway.

-phil.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to