All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.DFAParams
java.lang.Object
|
+----javaParse.DFAParams
- public class DFAParams
- extends Object
This class is a wrapper for the parameters used
in the flap package.
-
_bt_backcolor
-
-
_c_backcolor
-
-
_c_confcolor
-
-
_c_font
-
-
_c_forecolor
-
-
_c_height
-
-
_c_width
-
-
_d_backcolor
-
-
_d_fadedbackcolor
-
-
_d_forecolor
-
-
_dg_backcolor
-
-
_dg_font
-
-
_dg_forecolor
-
-
_dg_height
-
-
_dg_width
-
-
_e_backcolor
-
-
_e_exampleurl
-
-
_e_height
-
-
_e_inputfieldlength
-
-
_e_width
-
-
_e_xprcommand
-
-
_e_xwdcommand
-
-
_h_backcolor
-
-
_h_columns
-
-
_h_font
-
-
_h_rows
-
-
_img_cross
-
-
_img_flake
-
-
_img_icon
-
-
_m_font
-
-
_ma_capacity
-
-
_mm_backcolor
-
-
_mm_height
-
-
_mm_width
-
-
_p_backcolor
-
-
_p_focusedcolor
-
-
_p_font
-
-
_p_forecolor
-
-
_p_height
-
-
_p_invalidcolor
-
-
_p_width
-
-
_s_focusedcolor
-
-
_s_font
-
-
_s_forecolor
-
-
_s_highlightedcolor
-
-
_s_normalcolor
-
-
_s_radius
-
-
_sys_macos
-
-
_sys_solaris
-
-
_sys_win95
-
-
_t_distance
-
-
_t_focusedcolor
-
-
_t_font
-
-
_t_height
-
-
_t_interiorcolor
-
-
_t_ltheight
-
-
_t_normalcolor
-
-
_t_selectedcolor
-
-
_tw_backcolor
-
-
_tw_font
-
-
_tw_height
-
-
_tw_hoffset
-
-
_tw_voffset
-
-
_tw_width
-
-
_uw_backcolor
-
-
_uw_height
-
-
_uw_width
-
-
emptyDfaLabelWidth
-
-
DFAParams()
-
-
generateImage(byte[], int[], int, int)
- Generates an Image object from a byte array
-
load(Properties)
- Loads the parameters from the given Properties object
emptyDfaLabelWidth
public static int emptyDfaLabelWidth
_e_width
public static int _e_width
_e_height
public static int _e_height
_e_inputfieldlength
public static int _e_inputfieldlength
_e_backcolor
public static Color _e_backcolor
_e_exampleurl
public static String _e_exampleurl
_e_xwdcommand
public static String _e_xwdcommand
_e_xprcommand
public static String _e_xprcommand
_d_backcolor
public static Color _d_backcolor
_d_fadedbackcolor
public static Color _d_fadedbackcolor
_d_forecolor
public static Color _d_forecolor
_s_forecolor
public static Color _s_forecolor
_s_normalcolor
public static Color _s_normalcolor
_s_focusedcolor
public static Color _s_focusedcolor
_s_highlightedcolor
public static Color _s_highlightedcolor
_s_radius
public static int _s_radius
_s_font
public static Font _s_font
_t_interiorcolor
public static Color _t_interiorcolor
_t_normalcolor
public static Color _t_normalcolor
_t_focusedcolor
public static Color _t_focusedcolor
_t_selectedcolor
public static Color _t_selectedcolor
_t_font
public static Font _t_font
_t_distance
public static int _t_distance
_t_height
public static int _t_height
_t_ltheight
public static int _t_ltheight
_c_height
public static int _c_height
_c_width
public static int _c_width
_c_confcolor
public static Color _c_confcolor
_c_backcolor
public static Color _c_backcolor
_c_forecolor
public static Color _c_forecolor
_c_font
public static Font _c_font
_uw_height
public static int _uw_height
_uw_width
public static int _uw_width
_uw_backcolor
public static Color _uw_backcolor
_tw_width
public static int _tw_width
_tw_height
public static int _tw_height
_tw_voffset
public static int _tw_voffset
_tw_hoffset
public static int _tw_hoffset
_tw_font
public static Font _tw_font
_tw_backcolor
public static Color _tw_backcolor
_p_width
public static int _p_width
_p_height
public static int _p_height
_p_backcolor
public static Color _p_backcolor
_p_forecolor
public static Color _p_forecolor
_p_focusedcolor
public static Color _p_focusedcolor
_p_invalidcolor
public static Color _p_invalidcolor
_p_font
public static Font _p_font
_m_font
public static Font _m_font
_mm_width
public static int _mm_width
_mm_height
public static int _mm_height
_mm_backcolor
public static Color _mm_backcolor
_ma_capacity
public static int _ma_capacity
_dg_font
public static Font _dg_font
_dg_backcolor
public static Color _dg_backcolor
_dg_forecolor
public static Color _dg_forecolor
_dg_width
public static int _dg_width
_dg_height
public static int _dg_height
_h_rows
public static int _h_rows
_h_columns
public static int _h_columns
_h_font
public static Font _h_font
_h_backcolor
public static Color _h_backcolor
_bt_backcolor
public static Color _bt_backcolor
_sys_win95
public static String _sys_win95
_sys_macos
public static String _sys_macos
_sys_solaris
public static String _sys_solaris
_img_flake
public static Image _img_flake
_img_cross
public static Image _img_cross
_img_icon
public static Image _img_icon
DFAParams
public DFAParams()
generateImage
public static Image generateImage(byte imageData[],
int colors[],
int width,
int height)
- Generates an Image object from a byte array
load
public static void load(Properties params)
- Loads the parameters from the given Properties object
All Packages Class Hierarchy This Package Previous Next Index