|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.l2fprod.contrib.freehep.PanelArtistUtilities
public class PanelArtistUtilities
This class is a collection of static methods which are useful for implementations of the PanelArtist interface. Most methods return an AffineTransform which will perform some common operation on a window.
| Constructor Summary | |
|---|---|
PanelArtistUtilities()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanelArtistUtilities()
| Method Detail |
|---|
public static java.awt.geom.AffineTransform getYFlipTransform(int height)
height - Description of Parameter
public static java.awt.geom.AffineTransform getCCWRotateTransform(int width,
int height)
width - Description of Parameterheight - Description of Parameter
public static java.awt.geom.AffineTransform getCWRotateTransform(int width,
int height)
width - Description of Parameterheight - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||