public class PanelArtistUtilities
extends java.lang.Object
Constructor and Description |
---|
PanelArtistUtilities() |
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.AffineTransform |
getCCWRotateTransform(int width,
int height)
This returns an affine transform which will rotate the contents of the
window by 90 degrees.
|
static java.awt.geom.AffineTransform |
getCWRotateTransform(int width,
int height)
This returns an affine transform which will rotate the contents of the
window by -90 degrees.
|
static java.awt.geom.AffineTransform |
getYFlipTransform(int height)
This returns an affine transform which will flip the vertical axis around.
|
public static java.awt.geom.AffineTransform getYFlipTransform(int height)
height
- Description of Parameterpublic static java.awt.geom.AffineTransform getCCWRotateTransform(int width, int height)
width
- Description of Parameterheight
- Description of Parameterpublic static java.awt.geom.AffineTransform getCWRotateTransform(int width, int height)
width
- Description of Parameterheight
- Description of Parameter