Package com.cosylab.vdct
Class Constants
- java.lang.Object
-
- com.cosylab.vdct.Constants
-
public class Constants extends Object
Insert the type's description here. Creation date: (8.1.2001 18:21:54)- Author:
- Matej Sekoranja
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getConfigFile(String fileName, String overrideProperty)
Generate full config file path using default algoritm: override JVM property, user home, sys home.
-
-
-
Field Detail
-
VDCT_WIDTH
public static final int VDCT_WIDTH
- See Also:
- Constant Field Values
-
VDCT_HEIGHT
public static final int VDCT_HEIGHT
- See Also:
- Constant Field Values
-
COPY_SUFFIX
public static final String COPY_SUFFIX
- See Also:
- Constant Field Values
-
MOVE_SUFFIX
public static final String MOVE_SUFFIX
- See Also:
- Constant Field Values
-
VDCT_DEFAULT_CONFIG_DIR
public static final String VDCT_DEFAULT_CONFIG_DIR
- See Also:
- Constant Field Values
-
VDCT_CONFIG_DIR_ENV
public static final String VDCT_CONFIG_DIR_ENV
- See Also:
- Constant Field Values
-
VDCT_CONFIG_DIR
public static final String VDCT_CONFIG_DIR
-
VDCT_PLUGINS_FILE
public static final String VDCT_PLUGINS_FILE
- See Also:
- Constant Field Values
-
PLUGINS_FILE_NAME
public static final String PLUGINS_FILE_NAME
- See Also:
- Constant Field Values
-
VDCT_SETTINGS_FILE
public static final String VDCT_SETTINGS_FILE
- See Also:
- Constant Field Values
-
VDCT_SETTINGS_FILE_NAME
public static final String VDCT_SETTINGS_FILE_NAME
- See Also:
- Constant Field Values
-
TEMPLATE_FIELD_LOCATOR
public static final String TEMPLATE_FIELD_LOCATOR
- See Also:
- Constant Field Values
-
GROUP_SEPARATOR
public static char GROUP_SEPARATOR
-
HIERARCHY_SEPARATOR
public static final char HIERARCHY_SEPARATOR
- See Also:
- Constant Field Values
-
FIELD_SEPARATOR
public static final char FIELD_SEPARATOR
- See Also:
- Constant Field Values
-
HARDWARE_LINK
public static final String HARDWARE_LINK
- See Also:
- Constant Field Values
-
CONNECTOR_FIELD_SEPARATOR
public static final String CONNECTOR_FIELD_SEPARATOR
- See Also:
- Constant Field Values
-
UNTITLED
public static final String UNTITLED
- See Also:
- Constant Field Values
-
MAIN_GROUP
public static final String MAIN_GROUP
- See Also:
- Constant Field Values
-
TEMPLATE_GROUP
public static final String TEMPLATE_GROUP
- See Also:
- Constant Field Values
-
CONFIG_DIR
public static final String CONFIG_DIR
- See Also:
- Constant Field Values
-
DTD_DIR
public static final String DTD_DIR
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
MENU_DEFAULT_VALUE_INDICATOR
public static final String MENU_DEFAULT_VALUE_INDICATOR
- See Also:
- Constant Field Values
-
CLIPBOARD_NAME
public static final String CLIPBOARD_NAME
- See Also:
- Constant Field Values
-
DEFAULT_NAME
public static final String DEFAULT_NAME
- See Also:
- Constant Field Values
-
UNDO_STEPS_TO_REMEMBER
public static final int UNDO_STEPS_TO_REMEMBER
- See Also:
- Constant Field Values
-
GRID_SIZE
public static final int GRID_SIZE
- See Also:
- Constant Field Values
-
RECORD_WIDTH
public static final int RECORD_WIDTH
- See Also:
- Constant Field Values
-
RECORD_HEIGHT
public static final int RECORD_HEIGHT
- See Also:
- Constant Field Values
-
FIELD_WIDTH
public static final int FIELD_WIDTH
- See Also:
- Constant Field Values
-
FIELD_HEIGHT
public static final int FIELD_HEIGHT
- See Also:
- Constant Field Values
-
GROUP_FIELD_WIDTH
public static final int GROUP_FIELD_WIDTH
- See Also:
- Constant Field Values
-
GROUP_FIELD_HEIGHT
public static final int GROUP_FIELD_HEIGHT
- See Also:
- Constant Field Values
-
GROUP_WIDTH
public static final int GROUP_WIDTH
- See Also:
- Constant Field Values
-
GROUP_HEIGHT
public static final int GROUP_HEIGHT
- See Also:
- Constant Field Values
-
TEMPLATE_WIDTH
public static final int TEMPLATE_WIDTH
- See Also:
- Constant Field Values
-
TEMPLATE_INITIAL_HEIGHT
public static final int TEMPLATE_INITIAL_HEIGHT
- See Also:
- Constant Field Values
-
TEMPLATE_MIN_HEIGHT
public static final int TEMPLATE_MIN_HEIGHT
- See Also:
- Constant Field Values
-
INVISIBLE_CROSS_SIZE
public static final int INVISIBLE_CROSS_SIZE
- See Also:
- Constant Field Values
-
LINK_STUB_SIZE
public static final int LINK_STUB_SIZE
- See Also:
- Constant Field Values
-
CONNECTOR_WIDTH
public static final int CONNECTOR_WIDTH
- See Also:
- Constant Field Values
-
CONNECTOR_HEIGHT
public static final int CONNECTOR_HEIGHT
- See Also:
- Constant Field Values
-
LINK_RADIOUS
public static final int LINK_RADIOUS
- See Also:
- Constant Field Values
-
DOT_SIZE
public static final int DOT_SIZE
- See Also:
- Constant Field Values
-
TAIL_LENGTH
public static final int TAIL_LENGTH
- See Also:
- Constant Field Values
-
LINK_LABEL_LENGTH
public static final int LINK_LABEL_LENGTH
- See Also:
- Constant Field Values
-
DEFAULT_FONT
public static final String DEFAULT_FONT
- See Also:
- Constant Field Values
-
MAX_RECENT_FILES
public static final int MAX_RECENT_FILES
- See Also:
- Constant Field Values
-
LINK_SLOT_WIDTH
public static final int LINK_SLOT_WIDTH
- See Also:
- Constant Field Values
-
MULTIPLE_PASTE_GAP
public static final int MULTIPLE_PASTE_GAP
- See Also:
- Constant Field Values
-
BACKGROUND_COLOR
public static Color BACKGROUND_COLOR
-
PICK_COLOR
public static Color PICK_COLOR
-
FRAME_COLOR
public static Color FRAME_COLOR
-
HILITE_COLOR
public static Color HILITE_COLOR
-
LINE_COLOR
public static Color LINE_COLOR
-
RECORD_COLOR
public static Color RECORD_COLOR
-
SELECTION_COLOR
public static Color SELECTION_COLOR
-
LINK_COLOR
public static Color LINK_COLOR
-
GRID_COLOR
public static Color GRID_COLOR
-
DASHED_LINE_DENSITY
public static final int DASHED_LINE_DENSITY
- See Also:
- Constant Field Values
-
ARROW_SIZE
public static final int ARROW_SIZE
- See Also:
- Constant Field Values
-
ARROW_SHARPNESS
public static final double ARROW_SHARPNESS
- See Also:
- Constant Field Values
-
MAX_NAME_MACRO_EXPANSIONS
public static final int MAX_NAME_MACRO_EXPANSIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigFile
public static String getConfigFile(String fileName, String overrideProperty)
Generate full config file path using default algoritm: override JVM property, user home, sys home.- Parameters:
fileName
- config file name (w/o path)overrideProperty
- override property (JVM parameter) which overrides default config file name (full path), can benull
.- Returns:
- full config file path (file might not exist).
-
-