| java.lang.Object net.infonode.gui.shaped.ShapedUtil
ShapedUtil | public class ShapedUtil (Code) | | author: $Author: jesper $ version: $Revision: 1.5 $ |
Method Summary | |
public static Insets | flipInsets(Component c, Insets i) | public static Direction | getDirection(Component c) | public static int | getHeight(Component c, int width, int height) | public static int | getWidth(Component c, int width, int height) | public static void | rotate(Polygon polygon, Direction d, int width, int height) | public static void | rotateCW(Polygon polygon, int height) | public static Rectangle | transform(Component c, Rectangle rect) | public static Dimension | transform(Component c, Dimension dim) | public static Insets | transformInsets(Component c, Insets insets) |
getHeight | public static int getHeight(Component c, int width, int height)(Code) | | |
getWidth | public static int getWidth(Component c, int width, int height)(Code) | | |
rotateCW | public static void rotateCW(Polygon polygon, int height)(Code) | | |
|
|