Package com.uppaal.model.core2.lsc
Interface LscConstants
- All Superinterfaces:
CommonConstants
- All Known Implementing Classes:
AnchoredElement,ChangeAnchorCommand,ChangeMessageEndCommand,Condition,Cut,InstanceLine,LscElement,LscTemplate,Message,Prechart,PrototypeDocument,SetLengthCommand,Simregion,TranslationMessageLabelCommand,TranslationYCommand,Update
public interface LscConstants extends CommonConstants
-
Field Summary
Fields Modifier and Type Field Description static intANCHOR_PRECHART_RADIUSstatic intANCHOR_RADIUSstatic doubleARROW_BASEstatic doubleARROW_HEIGHTstatic ColorCONDITION_COLD_COLstatic ColorCONDITION_HOT_COLstatic intCONDITION_SIDESstatic intCONDITION_UPDATE_HEIGHTstatic intCUT_SIDE_DISTANCEstatic intCUT_Y_DISTANCEstatic intFOOT_TOUCH_DISTANCEstatic ColorINSTANCE_FILL_COLstatic intINSTANCE_FOOT_HEIGHTstatic intINSTANCE_FOOT_WIDTHstatic intINSTANCE_HEIGHTstatic intINSTANCE_LENGTHstatic ColorINSTANCE_LINE_COLstatic intINSTANCE_MIN_WIDTHstatic intLOC_DISTANCEstatic ColorMESSAGE_COLstatic ColorMESSAGE_LABEL_COLstatic ColorPRECHART_COLstatic intPRECHART_MIN_HEIGHTstatic intPRECHART_SIDE_DISTANCEstatic intPRECHART_TOP_DISTANCEstatic intTOP_DISTANCEstatic intTOUCH_DISTANCEstatic intTOUCH_INSTANCE_DISTANCEstatic ColorUPDATE_COLFields inherited from interface com.uppaal.model.core2.CommonConstants
AREA_SELECT_COL, ARROW_ANGLE, ARROW_LENGTH, BIGFONT, BIGFONTNAME, EMPH_COL, FONT, FONTNAME, GLOBAL_DECL_COL, GLOBAL_PROCESSASSIGN_COL, GLOBAL_SYSTEM_COL, GRIDCHANGE, GRIDCOLOR, GRIDMIN, LEVEL, MOUSE_OVER_COL, MOUSE_OVER_REL_COL, PART_COV_COL, PROCESS_FILL_COL, PROCESS_OUTLINE_COL, SELECTED_COL, SNAP_PER_GRID, TEMPLATE_NAME_COL, TEMPLATE_PARAMLIST_COL, TRACE_COV_COL
-
Field Details
-
INSTANCE_HEIGHT
static final int INSTANCE_HEIGHT- See Also:
- Constant Field Values
-
INSTANCE_FOOT_HEIGHT
static final int INSTANCE_FOOT_HEIGHT- See Also:
- Constant Field Values
-
INSTANCE_FOOT_WIDTH
static final int INSTANCE_FOOT_WIDTH- See Also:
- Constant Field Values
-
INSTANCE_MIN_WIDTH
static final int INSTANCE_MIN_WIDTH- See Also:
- Constant Field Values
-
INSTANCE_LENGTH
static final int INSTANCE_LENGTH- See Also:
- Constant Field Values
-
ARROW_HEIGHT
static final double ARROW_HEIGHT- See Also:
- Constant Field Values
-
ARROW_BASE
static final double ARROW_BASE- See Also:
- Constant Field Values
-
PRECHART_MIN_HEIGHT
static final int PRECHART_MIN_HEIGHT- See Also:
- Constant Field Values
-
PRECHART_TOP_DISTANCE
static final int PRECHART_TOP_DISTANCE- See Also:
- Constant Field Values
-
PRECHART_SIDE_DISTANCE
static final int PRECHART_SIDE_DISTANCE- See Also:
- Constant Field Values
-
LOC_DISTANCE
static final int LOC_DISTANCE- See Also:
- Constant Field Values
-
INSTANCE_FILL_COL
-
INSTANCE_LINE_COL
-
MESSAGE_COL
-
MESSAGE_LABEL_COL
-
PRECHART_COL
-
CONDITION_COLD_COL
-
CONDITION_HOT_COL
-
UPDATE_COL
-
CONDITION_UPDATE_HEIGHT
static final int CONDITION_UPDATE_HEIGHT- See Also:
- Constant Field Values
-
ANCHOR_RADIUS
static final int ANCHOR_RADIUS- See Also:
- Constant Field Values
-
ANCHOR_PRECHART_RADIUS
static final int ANCHOR_PRECHART_RADIUS- See Also:
- Constant Field Values
-
TOUCH_DISTANCE
static final int TOUCH_DISTANCE- See Also:
- Constant Field Values
-
TOUCH_INSTANCE_DISTANCE
static final int TOUCH_INSTANCE_DISTANCE- See Also:
- Constant Field Values
-
FOOT_TOUCH_DISTANCE
static final int FOOT_TOUCH_DISTANCE- See Also:
- Constant Field Values
-
TOP_DISTANCE
static final int TOP_DISTANCE- See Also:
- Constant Field Values
-
CONDITION_SIDES
static final int CONDITION_SIDES- See Also:
- Constant Field Values
-
CUT_SIDE_DISTANCE
static final int CUT_SIDE_DISTANCE- See Also:
- Constant Field Values
-
CUT_Y_DISTANCE
static final int CUT_Y_DISTANCE- See Also:
- Constant Field Values
-