Package | Description |
---|---|
com.thepattybeastlabs.core.gui |
Modifier and Type | Method and Description |
---|---|
Component.Alignment |
Component.getAlign() |
static Component.Alignment |
Component.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Component.Alignment[] |
Component.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Component |
Component.setAlign(Component.Alignment align)
Component must be added to a valid com.thepattybeastlabs.core.gui.Container to work
|
Constructor and Description |
---|
Component(float x,
float y,
float width,
float height,
Component.Alignment align) |