Package jadex.gpmn.editor.gui
Class GuiConstants
- java.lang.Object
- 
- jadex.gpmn.editor.gui.GuiConstants
 
- 
 public class GuiConstants extends java.lang.ObjectClass containing constants for fine-tuning the GUI.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringACHIEVE_GOAL_COLORAchieve Goal Colorstatic java.lang.StringACTIVATION_EDGE_STYLEActivation edge style.static java.lang.StringACTIVATION_PLAN_COLORActivation Plan Colorstatic java.lang.StringACTIVATION_PLAN_STYLEActivation plan style.static intANIMATION_FPSFrames per second for animationsstatic intANIMATION_FRAME_TIMETime between animation frames in milliseconds, depends on FPS.static intBASE_ICON_SIZEThe base icon size.static java.lang.StringCONTROL_POINT_COLORControl Point Colorstatic intDEFAULT_GOAL_HEIGHTDefault visual height of goals.static intDEFAULT_GOAL_WIDTHDefault visual width of goals.static intDEFAULT_ICON_SIZEThe default icon size used.static intDEFAULT_PLAN_HEIGHTDefault visual height of plans.static intDEFAULT_PLAN_WIDTHDefault visual width of plans.static intGOAL_MARKER_HEIGHTHeight of goal markers.static intGOAL_MARKER_WIDTHWidth of goal markers.static java.lang.StringGOAL_TYPE_STYLEGoal type marker style.static doubleGRAPH_PROPERTY_RATIORatio between graph and property view.static floatHIGHLIGHT_AMPAmplification factor for highlighted iconsstatic int[]ICON_SIZESThe available icon sizes.static java.lang.StringMAINTAIN_GOAL_COLORMaintain Goal Colorstatic java.lang.StringPERFORM_GOAL_COLORPerform Goal Colorstatic intPLAN_ACTIVATION_MARKER_WIDTHWidth of activation plan markers.static java.lang.StringPLAN_EDGE_STYLEPlan edge style.static intPLAN_MARKER_HEIGHTHeight of plan markers.static intPLAN_MODE_MARKER_HEIGHTHeight of plan mode markers.static intPLAN_MODE_MARKER_WIDTHWidth of plan mode markers.static java.lang.StringPLAN_MODE_STYLEPlan mode marker style.static intPLAN_REF_MARKER_WIDTHWidth of ref plan markers.static java.lang.StringPLAN_TYPE_STYLEPlan type marker style.static java.lang.StringQUERY_GOAL_COLORQuery Goal Colorstatic java.lang.StringREF_PLAN_COLORPlan Colorstatic java.lang.StringREF_PLAN_STYLEReferred plan style.static java.lang.StringSELECT_COLORSelect Colorstatic java.lang.StringSUPPRESSION_EDGE_COLORSuppression Edge Colorstatic java.lang.StringSUPPRESSION_EDGE_STYLESuppression edge style.static doubleTHROW_ANIMATION_RESISTANCEResistance for slowing the pan-throw.static doubleTHROW_ANIMATION_UNSLOWED_TIMETime in milliseconds the throw animation is not slowed.static doubleTHROW_ANIMATION_VELOCITY_CUTOFFVelocity cut-off for pan-throwing.static doubleTHROW_ANIMATION_VELOCITY_SPEEDUPSpeed-up for pan-throwing.static intVAE_MARKER_HEIGHTHeight of virtual activation edge markers.static intVAE_MARKER_WIDTHWidth of virtual activation edge markers.static java.lang.StringVIRTUAL_ACTIVATION_EDGE_MARKER_STYLEVirtual activation edge marker style.static java.lang.StringVIRTUAL_ACTIVATION_EDGE_STYLEVirtual activation edge style.static doubleZOOM_ANIMATION_FINAL_RATIORatio how close a zoom animation should get before "locking in" on the final scalestatic doubleZOOM_ANIMATION_STEP_RATIORatio of distance from final scale used as step size.static doubleZOOM_MOUSE_DIRECTION_FACTORFactor by which the mouse shifts the view during zoom.
 - 
Constructor SummaryConstructors Constructor Description GuiConstants()
 
- 
- 
- 
Field Detail- 
GOAL_TYPE_STYLEpublic static final java.lang.String GOAL_TYPE_STYLE Goal type marker style.- See Also:
- Constant Field Values
 
 - 
REF_PLAN_STYLEpublic static final java.lang.String REF_PLAN_STYLE Referred plan style.- See Also:
- Constant Field Values
 
 - 
ACTIVATION_PLAN_STYLEpublic static final java.lang.String ACTIVATION_PLAN_STYLE Activation plan style.- See Also:
- Constant Field Values
 
 - 
PLAN_TYPE_STYLEpublic static final java.lang.String PLAN_TYPE_STYLE Plan type marker style.- See Also:
- Constant Field Values
 
 - 
PLAN_MODE_STYLEpublic static final java.lang.String PLAN_MODE_STYLE Plan mode marker style.- See Also:
- Constant Field Values
 
 - 
PLAN_EDGE_STYLEpublic static final java.lang.String PLAN_EDGE_STYLE Plan edge style.- See Also:
- Constant Field Values
 
 - 
ACTIVATION_EDGE_STYLEpublic static final java.lang.String ACTIVATION_EDGE_STYLE Activation edge style.- See Also:
- Constant Field Values
 
 - 
SUPPRESSION_EDGE_STYLEpublic static final java.lang.String SUPPRESSION_EDGE_STYLE Suppression edge style.- See Also:
- Constant Field Values
 
 - 
VIRTUAL_ACTIVATION_EDGE_STYLEpublic static final java.lang.String VIRTUAL_ACTIVATION_EDGE_STYLE Virtual activation edge style.- See Also:
- Constant Field Values
 
 - 
VIRTUAL_ACTIVATION_EDGE_MARKER_STYLEpublic static final java.lang.String VIRTUAL_ACTIVATION_EDGE_MARKER_STYLE Virtual activation edge marker style.- See Also:
- Constant Field Values
 
 - 
BASE_ICON_SIZEpublic static final int BASE_ICON_SIZE The base icon size.- See Also:
- Constant Field Values
 
 - 
DEFAULT_ICON_SIZEpublic static final int DEFAULT_ICON_SIZE The default icon size used.- See Also:
- Constant Field Values
 
 - 
ICON_SIZESpublic static final int[] ICON_SIZES The available icon sizes.
 - 
HIGHLIGHT_AMPpublic static final float HIGHLIGHT_AMP Amplification factor for highlighted icons- See Also:
- Constant Field Values
 
 - 
ACHIEVE_GOAL_COLORpublic static final java.lang.String ACHIEVE_GOAL_COLOR Achieve Goal Color- See Also:
- Constant Field Values
 
 - 
PERFORM_GOAL_COLORpublic static final java.lang.String PERFORM_GOAL_COLOR Perform Goal Color- See Also:
- Constant Field Values
 
 - 
MAINTAIN_GOAL_COLORpublic static final java.lang.String MAINTAIN_GOAL_COLOR Maintain Goal Color- See Also:
- Constant Field Values
 
 - 
QUERY_GOAL_COLORpublic static final java.lang.String QUERY_GOAL_COLOR Query Goal Color- See Also:
- Constant Field Values
 
 - 
ACTIVATION_PLAN_COLORpublic static final java.lang.String ACTIVATION_PLAN_COLOR Activation Plan Color- See Also:
- Constant Field Values
 
 - 
REF_PLAN_COLORpublic static final java.lang.String REF_PLAN_COLOR Plan Color- See Also:
- Constant Field Values
 
 - 
SUPPRESSION_EDGE_COLORpublic static final java.lang.String SUPPRESSION_EDGE_COLOR Suppression Edge Color- See Also:
- Constant Field Values
 
 - 
SELECT_COLORpublic static final java.lang.String SELECT_COLOR Select Color- See Also:
- Constant Field Values
 
 - 
CONTROL_POINT_COLORpublic static final java.lang.String CONTROL_POINT_COLOR Control Point Color- See Also:
- Constant Field Values
 
 - 
GRAPH_PROPERTY_RATIOpublic static final double GRAPH_PROPERTY_RATIO Ratio between graph and property view.- See Also:
- Constant Field Values
 
 - 
ANIMATION_FPSpublic static final int ANIMATION_FPS Frames per second for animations- See Also:
- Constant Field Values
 
 - 
ANIMATION_FRAME_TIMEpublic static final int ANIMATION_FRAME_TIME Time between animation frames in milliseconds, depends on FPS.
 - 
ZOOM_MOUSE_DIRECTION_FACTORpublic static final double ZOOM_MOUSE_DIRECTION_FACTOR Factor by which the mouse shifts the view during zoom.- See Also:
- Constant Field Values
 
 - 
ZOOM_ANIMATION_FINAL_RATIOpublic static final double ZOOM_ANIMATION_FINAL_RATIO Ratio how close a zoom animation should get before "locking in" on the final scale- See Also:
- Constant Field Values
 
 - 
ZOOM_ANIMATION_STEP_RATIOpublic static final double ZOOM_ANIMATION_STEP_RATIO Ratio of distance from final scale used as step size.
 - 
THROW_ANIMATION_VELOCITY_SPEEDUPpublic static final double THROW_ANIMATION_VELOCITY_SPEEDUP Speed-up for pan-throwing.
 - 
THROW_ANIMATION_UNSLOWED_TIMEpublic static final double THROW_ANIMATION_UNSLOWED_TIME Time in milliseconds the throw animation is not slowed.- See Also:
- Constant Field Values
 
 - 
THROW_ANIMATION_RESISTANCEpublic static final double THROW_ANIMATION_RESISTANCE Resistance for slowing the pan-throw.- See Also:
- Constant Field Values
 
 - 
THROW_ANIMATION_VELOCITY_CUTOFFpublic static final double THROW_ANIMATION_VELOCITY_CUTOFF Velocity cut-off for pan-throwing.- See Also:
- Constant Field Values
 
 - 
DEFAULT_GOAL_WIDTHpublic static final int DEFAULT_GOAL_WIDTH Default visual width of goals.- See Also:
- Constant Field Values
 
 - 
DEFAULT_GOAL_HEIGHTpublic static final int DEFAULT_GOAL_HEIGHT Default visual height of goals.- See Also:
- Constant Field Values
 
 - 
DEFAULT_PLAN_WIDTHpublic static final int DEFAULT_PLAN_WIDTH Default visual width of plans.- See Also:
- Constant Field Values
 
 - 
DEFAULT_PLAN_HEIGHTpublic static final int DEFAULT_PLAN_HEIGHT Default visual height of plans.- See Also:
- Constant Field Values
 
 - 
GOAL_MARKER_WIDTHpublic static final int GOAL_MARKER_WIDTH Width of goal markers.- See Also:
- Constant Field Values
 
 - 
GOAL_MARKER_HEIGHTpublic static final int GOAL_MARKER_HEIGHT Height of goal markers.- See Also:
- Constant Field Values
 
 - 
PLAN_ACTIVATION_MARKER_WIDTHpublic static final int PLAN_ACTIVATION_MARKER_WIDTH Width of activation plan markers.- See Also:
- Constant Field Values
 
 - 
PLAN_REF_MARKER_WIDTHpublic static final int PLAN_REF_MARKER_WIDTH Width of ref plan markers.- See Also:
- Constant Field Values
 
 - 
PLAN_MARKER_HEIGHTpublic static final int PLAN_MARKER_HEIGHT Height of plan markers.- See Also:
- Constant Field Values
 
 - 
PLAN_MODE_MARKER_HEIGHTpublic static final int PLAN_MODE_MARKER_HEIGHT Height of plan mode markers.- See Also:
- Constant Field Values
 
 - 
PLAN_MODE_MARKER_WIDTHpublic static final int PLAN_MODE_MARKER_WIDTH Width of plan mode markers.- See Also:
- Constant Field Values
 
 - 
VAE_MARKER_WIDTHpublic static final int VAE_MARKER_WIDTH Width of virtual activation edge markers.- See Also:
- Constant Field Values
 
 - 
VAE_MARKER_HEIGHTpublic static final int VAE_MARKER_HEIGHT Height of virtual activation edge markers.- See Also:
- Constant Field Values
 
 
- 
 
-