public class CFrame
extends java.lang.Object
JComponent
's on screen.Modifier and Type | Field and Description |
---|---|
static int |
DIM_DESKTOP_HEIGHT
Get the height of the desktop frame, which means the height of the hole
platform dependent size.
|
static int |
DIM_DESKTOP_WIDTH
Get the width of the desktop frame, which means the width of the hole
platform dependent size.
|
static float |
DIM_RATIO
The following value is for calculating the right dimension of the font
according to the size of the desktop width.
|
static java.awt.Dimension |
DIM_RF_FRAME
This is the dimension of the main RF frame.
|
static int |
DIM_RF_FRAME_HEIGHT
This is the height size of the main RF frame.
|
static int |
DIM_RF_FRAME_WIDTH
This is the width size of the main RF frame.
|
static java.awt.Dimension |
DIM_RF_PANEL
This is the dimension of the main RF panel.
|
static int |
DIM_RF_PANEL_HEIGHT
This is the height size of the main RF panel.
|
static int |
DIM_RF_PANEL_WIDTH
This is the width size of the main RF panel.
|
static java.awt.Dimension |
DIM_SWITCH_CHECKBOX
This is the dimension of the RF switch check box.
|
static int |
DIM_SWITCH_CHECKBOX_HEIGHT
This is the height size of the RF switch check box.
|
static int |
DIM_SWITCH_CHECKBOX_WIDTH
This is the width size of the RF switch check box.
|
static java.awt.Font |
FONT_BIG |
static java.awt.Font |
FONT_BIG_BOLD |
static java.awt.Font |
FONT_BIGGER |
static java.awt.Font |
FONT_BIGGER_BOLD |
static java.awt.Font |
FONT_CAVITY |
static java.awt.Font |
FONT_CAVITY_TAB |
static java.awt.Font |
FONT_COMBOBOX |
static java.awt.Font |
FONT_CONTROL |
static java.awt.Font |
FONT_HEADING |
static java.awt.Font |
FONT_MORE_NORMAL |
static java.awt.Font |
FONT_MORE_NORMAL_BOLD |
static java.awt.Font |
FONT_NORMAL |
static java.awt.Font |
FONT_NORMAL_BOLD |
static java.awt.Font |
FONT_SLIDER |
static java.awt.Font |
FONT_STATUS |
static java.awt.Font |
FONT_SWITCH |
static java.awt.Font |
FONT_TABBED |
static java.awt.Font |
FONT_TITLE_BORDER |
static java.awt.Font |
FONT_TRANSMITTER |
static java.lang.String |
FONT_TYPE
Set the font family and type.
|
static java.awt.Font |
FONT_VALUE |
static int |
GAP_STATUS
The gap between all components of the status panel.
|
Constructor and Description |
---|
CFrame() |
Modifier and Type | Method and Description |
---|---|
static void |
DEBUG_BORDER(javax.swing.JComponent component_)
Creates an outer border around the component for debugging purposes.
|
public static final int DIM_RF_FRAME_WIDTH
public static final int DIM_RF_FRAME_HEIGHT
public static final java.awt.Dimension DIM_RF_FRAME
public static final int DIM_RF_PANEL_WIDTH
public static final int DIM_RF_PANEL_HEIGHT
public static final java.awt.Dimension DIM_RF_PANEL
public static final int DIM_SWITCH_CHECKBOX_WIDTH
public static final int DIM_SWITCH_CHECKBOX_HEIGHT
public static final java.awt.Dimension DIM_SWITCH_CHECKBOX
public static final int DIM_DESKTOP_WIDTH
public static final int DIM_DESKTOP_HEIGHT
public static final float DIM_RATIO
public static final int GAP_STATUS
public static final java.lang.String FONT_TYPE
public static final java.awt.Font FONT_HEADING
public static final java.awt.Font FONT_CAVITY
public static final java.awt.Font FONT_CAVITY_TAB
public static final java.awt.Font FONT_NORMAL
public static final java.awt.Font FONT_NORMAL_BOLD
public static final java.awt.Font FONT_MORE_NORMAL
public static final java.awt.Font FONT_MORE_NORMAL_BOLD
public static final java.awt.Font FONT_BIG
public static final java.awt.Font FONT_BIG_BOLD
public static final java.awt.Font FONT_BIGGER
public static final java.awt.Font FONT_BIGGER_BOLD
public static final java.awt.Font FONT_TABBED
public static final java.awt.Font FONT_CONTROL
public static final java.awt.Font FONT_STATUS
public static final java.awt.Font FONT_VALUE
public static final java.awt.Font FONT_SLIDER
public static final java.awt.Font FONT_SWITCH
public static final java.awt.Font FONT_TRANSMITTER
public static final java.awt.Font FONT_COMBOBOX
public static final java.awt.Font FONT_TITLE_BORDER
public static final void DEBUG_BORDER(javax.swing.JComponent component_)
CGeneralConstant.DEBUG_GRAPHIC
to
true
otherwise no border will be drawn!component_
- Is the component where a red border should be drawn.
If this component is null nothing will happen.CGeneralConstant.DEBUG_GRAPHIC
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft