I\'m looking for a 2D scene g开发者_如何学JAVAraph library for building GUI applications. It should be fast, using Java2D and be compatible with Swing (embeddable in a Swing app and also display Swing
I hope it is not a silly question: What i开发者_StackOverflows path, subpath, and endpoint in Java2D?Most commonly, a path is a combination of lines and cubic Bezier segments. This is represented pro
I\'m making a swing Java board game, but aside from a JTextPane for the Chat, everything have been done using java 2D.
i want apply some Filters on BufferedImage but don\'t apply these filters on whole of bufferedImage , i need apply filt开发者_Go百科er on Rectangle , ellipse , freehand selection of
I have trouble understanding a fundamental concept in Java 2D. To give a specific example: One can customize a swing component via implementing it\'s own version of the method paintComponent(Graphics
I\'m trying to get all points that my Shape object pass throug开发者_JAVA百科h, I have tried to transform in a Path2D object and then get the PathIterator, but the PathIterator object is a kind weird
i need solution for making animated selection tool with java2d. i know BasicStroke and Rectagnle2D AP开发者_运维百科I but i don\'t idea for making black and white dashes
our web app let users download dynamically generated images in different formats (bmp, png and jpeg). Some of our users download the images for printing, thus we would like to allow them to choose bet
I am trying to plot a curve of y = f(x) for various functions, and I want the plot to be as good quality as possible. That said, I would prefer to avoid rendering individual pixels in my Java code for
I am developing a j2me application for the BlackBerry. I download a large GIF and now want to scale the image to fit the screen. I am looking for better performance开发者_运维百科 that scaling the ima