Microsoft
Software
Hardware
Network
Question : Graphics2D.clearPolygon(Polygon p) ?
Hi,
The problem I have right now is that I've got an image which has some transparent pixels and some opaque ones.
I would like to remove some of the opaque pixels in the same of a polygon that I have generated.
The problem is that java only has API for clear rectangles.
The way I am solving this problem right now is just by drawing the polygon as the color behind the image, but this does not always work because the background changes.
Doing some hacking around with the API is not a problem if it solves my problem, just so long as it is not terribly inefficient.
I haven't been able to find anything on the subject so far.
Thanks
Answer : Graphics2D.clearPolygon(Polygon p) ?
try smartdraw
http://www.smartdraw.com/
I use it to create floorplans
Random Solutions
Exchange 2010 on Windows Server Enterprise 2008 SP2 Locking Up
SQL Statement. Copy and paste characters from cell into another in same record
Post data back to jquery
Replacing Keyboard on Toshiba Portege A600
How do I use a static page for Joomla's Home Page?
Ho to customize flash paper interface
basic quadratic question
dlookup error in access
PowerEdge 1950 - Hard Drive Upgrade - Server 2003 R2
How do you add multiple filters to Flex / ActionScript 3 arrayCollection?