ch.sahits.game.graphic.display.gameplay
Class TradeDialog.DialogPositions
java.lang.Object
ch.sahits.game.graphic.display.gameplay.TradeDialog.DialogPositions
- Enclosing class:
- TradeDialog
private static class TradeDialog.DialogPositions
- extends Object
This class holds the positions where different elements are
placed on the dialog.
- Author:
- Andi Hotz, (c) Sahits GmbH, 2011
Created on Dec 9, 2011
|
Constructor Summary |
TradeDialog.DialogPositions(double titleHeigth,
int lineHeight,
int leftBorder,
int xWare,
int xCity,
int xBuy,
int xSell,
int xShip,
int xPrice)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
titleHeigth
private final double titleHeigth
lineHeight
private final int lineHeight
leftBorder
private final int leftBorder
xWare
private final int xWare
xCity
private final int xCity
xBuy
private final int xBuy
xSell
private final int xSell
xShip
private final int xShip
xPrice
private final int xPrice
TradeDialog.DialogPositions
public TradeDialog.DialogPositions(double titleHeigth,
int lineHeight,
int leftBorder,
int xWare,
int xCity,
int xBuy,
int xSell,
int xShip,
int xPrice)
Copyright © 2011 Sahits GmbH. All Rights Reserved.