public class ImageRotation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
height |
java.awt.Image |
image |
int |
offsetX |
int |
offsetY |
float |
rotation |
int |
width |
| Constructor and Description |
|---|
ImageRotation(java.awt.Image unrotatedImage,
float rotation)
Create a new ImageRotation with the given base image and rotation (in
radians).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.awt.Image image
public int offsetX
public int offsetY
public int width
public int height
public float rotation