|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectch.hsr.worldfiletool.RotateImage
public class RotateImage
The Class RotateImage.
| Constructor Summary | |
|---|---|
RotateImage()
|
|
| Method Summary | |
|---|---|
static java.awt.image.BufferedImage |
rotate_image(java.io.File file,
double angle)
2D image rotation with angle in deegree. |
static java.awt.image.BufferedImage |
rotate_vectors(java.io.File file,
double vecx,
double vecy)
2D image rotation with vectors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RotateImage()
| Method Detail |
|---|
public static java.awt.image.BufferedImage rotate_vectors(java.io.File file,
double vecx,
double vecy)
file - InputFilevecx - Vector xvecy - Vector y
public static java.awt.image.BufferedImage rotate_image(java.io.File file,
double angle)
file - InputFileangle - Angle in deegree
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||