Class Screen.SERVER
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.Screen.SERVER
-
- Enclosing class:
- Screen
public static final class Screen.SERVER extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ICON_SIZE
static int
NORMAL_HEIGHT
static int
NORMAL_WIDTH
static int
SERVICE_HEIGHT
static int
SERVICE_WIDTH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.Rectangle
calcIconRectangle(int serverNo)
static java.awt.Rectangle
calcNormalRectangle()
static java.awt.Rectangle
calcServiceRectangle(int xtraServiceWidth, int xtraServiceHeight)
-
-
-
Field Detail
-
ICON_SIZE
public static final int ICON_SIZE
-
NORMAL_WIDTH
public static final int NORMAL_WIDTH
- See Also:
- Constant Field Values
-
NORMAL_HEIGHT
public static final int NORMAL_HEIGHT
- See Also:
- Constant Field Values
-
SERVICE_WIDTH
public static final int SERVICE_WIDTH
- See Also:
- Constant Field Values
-
SERVICE_HEIGHT
public static final int SERVICE_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
calcIconRectangle
public static final java.awt.Rectangle calcIconRectangle(int serverNo)
-
calcServiceRectangle
public static final java.awt.Rectangle calcServiceRectangle(int xtraServiceWidth, int xtraServiceHeight)
-
calcNormalRectangle
public static final java.awt.Rectangle calcNormalRectangle()
-
-