I\'m using JUNG ( http://jung.sourceforge.net/index.html ) to draw graphics in java. The software is great but I have a small question. How can I be sure that th开发者_如何转开发e displayed graph is e
For some reason if I add a string to GraphicsPath using Ad开发者_运维问答dString the font is going to be smaller than it looks like in the Font Dialog.
It seems like given the information in stroke_extents() and the translate(x, y) and scale(x, y) functions, I should be able to take any arbitrary cairo (I\'m using pycairo) path and \"best fit\" it. I
I\'ve been working on some custom graphics controls, and I found this weird problem with windows 7 rendering my button controls.I\'ve used Photoshop to delete the pixels in the background all around t
I have a process A that generates HBITMAP GDI objects to be painted on the screen. I have another process B which wants to display the content of images that process A creates.
I\'m writing a game, and I want an area of the screen to have a tiled paint drawn on it. Using a TexturePaint java supports texturing a Shape with a tiled texture, this is really simple and performs p
I need to read a BufferedImage from file, which doesn\'t use DataBufferInt (as normally), but DataBufferFloat.
Is it possible to change PowerPacks.LineShape smoothingMode? I tried to use this code(a class that inherits LineShape):
How to make google closure graphics elements draggable and respond to events otherwise? Here\'s what I have so far. I have the circle, but can\'t drag it yet :).
Recently I saw demonstration of image distortion algorithm that preserves some objects in image. For example changing weight/height ratio but preserving people faces in image to look realistically. Th