public class ThreeDBorderGuiImpl extends java.lang.Object implements Border<GuiOutputManager>
| Modifier and Type | Field and Description |
|---|---|
private CoordinatesConversion |
c
Coordinate conversion reference.
|
private GuiDriver<?,?> |
gd
Cached driver.
|
private Insets |
insets
Insets.
|
| Constructor and Description |
|---|
ThreeDBorderGuiImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drawBorder(Widget<GuiOutputManager> widget,
Dimension size)
Draw border.
|
Insets |
insets()
Get insets introduced by the border.
|
private Insets insets
private GuiDriver<?,?> gd
private CoordinatesConversion c
public Insets insets()
insets in interface Border<GuiOutputManager>public void drawBorder(Widget<GuiOutputManager> widget, Dimension size)
drawBorder in interface Border<GuiOutputManager>widget - Base widget.size - Border dimensions.