Skip to content
Advertisement

Tag: graphics2d

How to draw polyline with negative coordinates in java [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question I want to draw polyline with positive and negative coordinates. e.g. 125,66 126,62 -128,59 -127,55 -125,51 -124,47 -122,43 -121,40 -119,38 -118,36 These are the sample

Java: Rotating Images

I need to be able to rotate images individually(in java). The only thing I have found so far is g2d.drawImage(image, affinetransform, ImageObserver ). Unfortunately, I need to draw the image at a specific point, and there is no method with an argument that 1.rotates the image separately and 2. allows me to set the x and y. any help is

Advertisement