|
Class Summary |
| BevelBorder |
A BevelBorder is a TexturedBorder extension, that makes explizit use of
HUD.getTheme().getLoweredBevelBorderDescription() to retrieve its
Border.Description. |
| BorderFactory |
This utility class is used to construct the best matching Border implementation
from a given description. |
| ColoredBorder |
A ColoredBorder is a Border implementation with no Textures but only a
color. |
| EmptyBorder |
An EmptyBorder is a Border implementation without a visible component. |
| RoundedCornersBorder |
A RoundedCornersBorder is a TexturedBorder extension, that makes explizit use of
HUD.getTheme().getRoundedCornersBorderDescription() to retrieve its
Border.Description. |
| TexturedBorder |
A TexturedBorder is a Border implementation with no Textures but only a color. |