there is no "paint" interface, at least not in any well architectured API.
Anyone who doesn't know what an interface is or how to use one should resort to some beginner's tutorial btw.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Actually Java does have a Paint interface in java.awt for defining color patterns, but I have never had a need to implement it in any Graphics2D work I've done to date. You would only need it if you were defining a customer color-type class.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
One point for jwenting as there is no paint interface and one point for Ezzaral as there is Paint interface which can be found here .
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
One point for jwenting as there is no paint interface and one point for Ezzaral as there is Paint interface which can be found here .
hehe Ok, points for all.
The posted question is extremely vague though, so I doubt much help is forthcoming.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
The correct answer is 'Interwhaaa???'. ;-)
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
One point for jwenting as there is no paint interface and one point for Ezzaral as there is Paint interface which can be found here .
which are of course 2 completely different things as classnames (and thus interface names) are casesensitive :)
I'm quite aware of the existence of a Paint interface.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337