Interface | Description |
---|---|
ColoredComponent |
Class | Description |
---|---|
AbstractGuiComponent |
Base implementation of a stackable GuiComponent.
|
BorderLayout |
A layout that manages children similar to Swing's BorderLayout where
children can be placed in any of Position enum values (Position.Center,
Position.North, etc.) Currently this layout operates only in the x/y
axes.
|
BoxLayout |
A layout that manages children similar to Swing's BoxLayout.
|
DynamicInsetsComponent | |
IconComponent |
Presents an image as a stackable component that can
either by anchored to the sides and take up component
space or treated as an overlay.
|
InsetsComponent | |
QuadBackgroundComponent | |
SpringGridLayout |
A layout that manages children on a grid that automatically
resizes to fit the components along the major or minor
axes (row and column be default).
|
TbtQuadBackgroundComponent |
A texture-covered background quad.
|
TextComponent |
A component that renders a text string with a particular
alignment and offset.
|
TextEntryComponent |
A basic text entry component that allows displaying and editing of
text based on a DocumentModel.
|
Enum | Description |
---|---|
BorderLayout.Position |