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