|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.infinityloop.util.gui.Alignment
public class Alignment
Field Summary | |
---|---|
static int |
FILL_BOTH
|
static int |
FILL_HORIZONTAL
|
static int |
FILL_NONE
|
static int |
FILL_VERTICAL
|
Fields inherited from interface de.infinityloop.util.gui.Direction |
---|
BOTTOM, CENTER, DOWN, EAST, LEFT, NORTH, NORTHEAST, NORTHWEST, RIGHT, SOUTH, SOUTHEAST, SOUTHWEST, TOP, UP, WEST |
Constructor Summary | |
---|---|
Alignment()
|
Method Summary | |
---|---|
static void |
alignInCell(java.awt.Rectangle r,
java.awt.Rectangle cell,
int alignment,
int fill)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FILL_NONE
public static final int FILL_HORIZONTAL
public static final int FILL_VERTICAL
public static final int FILL_BOTH
Constructor Detail |
---|
public Alignment()
Method Detail |
---|
public static void alignInCell(java.awt.Rectangle r, java.awt.Rectangle cell, int alignment, int fill)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |