Package com.uppaal.model.core2
Interface CommonConstants
- All Known Subinterfaces:
Constants,LscConstants
- All Known Implementing Classes:
AnchoredElement,ChangeAnchorCommand,ChangeMessageEndCommand,Condition,Cut,InstanceLine,LscElement,LscTemplate,Message,Prechart,PrototypeDocument,SetLengthCommand,Simregion,TranslationMessageLabelCommand,TranslationYCommand,Update
public interface CommonConstants
Defines various constants used by the model representation.
-
Field Summary
Fields Modifier and Type Field Description static ColorAREA_SELECT_COLColor for area select rectangle.static doubleARROW_ANGLERadian angle of arrow head lines on transition edges.static intARROW_LENGTHLength of the arrow head lines on transition edges.static FontBIGFONTstatic StringBIGFONTNAMEstatic ColorEMPH_COLstatic FontFONTstatic StringFONTNAMEstatic ColorGLOBAL_DECL_COLstatic ColorGLOBAL_PROCESSASSIGN_COLstatic ColorGLOBAL_SYSTEM_COLstatic intGRIDCHANGEstatic ColorGRIDCOLORstatic intGRIDMINstatic intLEVELstatic ColorMOUSE_OVER_COLColor to be used for highligting objects under the mouse.static ColorMOUSE_OVER_REL_COLstatic ColorPART_COV_COLstatic ColorPROCESS_FILL_COLColor for process box fill.static ColorPROCESS_OUTLINE_COLConstant.static ColorSELECTED_COLColor to be used for indicating selected objects.static intSNAP_PER_GRIDstatic ColorTEMPLATE_NAME_COLstatic ColorTEMPLATE_PARAMLIST_COLstatic ColorTRACE_COV_COL
-
Field Details
-
ARROW_LENGTH
static final int ARROW_LENGTHLength of the arrow head lines on transition edges.- See Also:
- Constant Field Values
-
ARROW_ANGLE
static final double ARROW_ANGLERadian angle of arrow head lines on transition edges.- See Also:
- Constant Field Values
-
PROCESS_OUTLINE_COL
Constant. Color for process box outline. -
PROCESS_FILL_COL
Color for process box fill. -
AREA_SELECT_COL
Color for area select rectangle. -
MOUSE_OVER_COL
Color to be used for highligting objects under the mouse. -
MOUSE_OVER_REL_COL
-
SELECTED_COL
Color to be used for indicating selected objects. -
EMPH_COL
-
PART_COV_COL
-
TRACE_COV_COL
-
GLOBAL_DECL_COL
-
GLOBAL_PROCESSASSIGN_COL
-
GLOBAL_SYSTEM_COL
-
TEMPLATE_NAME_COL
-
TEMPLATE_PARAMLIST_COL
-
FONTNAME
- See Also:
- Constant Field Values
-
BIGFONTNAME
- See Also:
- Constant Field Values
-
FONT
-
BIGFONT
-
GRIDMIN
static final int GRIDMIN -
GRIDCHANGE
static final int GRIDCHANGE -
SNAP_PER_GRID
static final int SNAP_PER_GRID- See Also:
- Constant Field Values
-
LEVEL
static final int LEVEL -
GRIDCOLOR
-