Interface IDialogCentralButton
-
- All Superinterfaces:
ICloseButtonDialog,ch.sahits.game.openpatrician.javafx.dialog.IDialog
- All Known Implementing Classes:
LeaveConvoyDialog,TavernBaseSideRoomPersonDialog,TavernBurglarDialog,TavernBuyerDialog,TavernConcurrentDialog,TavernCourierDialog,TavernEscortDialog,TavernFugativeDialog,TavernPatrolDialog,TavernPirateHunterDialog,TavernSmugglerDialog,TavernTransportTraderDialog,TavernTreasureMapOwnerDialog,TavernWarehouseTenantDialog
public interface IDialogCentralButton extends ICloseButtonDialog
Constants for a close button dialog with an additional central button.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 08, 2016
-
-
Field Summary
Fields Modifier and Type Field Description static intBUTTON_Xstatic intLOWER_BUTTON_Ystatic intUPPER_BUTTON_Y-
Fields inherited from interface ch.sahits.game.openpatrician.display.dialog.ICloseButtonDialog
CLOSE_BTN_Y_POS, CLOSE_BUTTON_HEIGHT, CLOSE_BUTTON_PADDING, CLOSE_BUTTON_WIDTH
-
-
-
-
Field Detail
-
BUTTON_X
static final int BUTTON_X
- See Also:
- Constant Field Values
-
LOWER_BUTTON_Y
static final int LOWER_BUTTON_Y
- See Also:
- Constant Field Values
-
UPPER_BUTTON_Y
static final int UPPER_BUTTON_Y
- See Also:
- Constant Field Values
-
-