Interface ViewConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double BARBELL_SIZE
      a constant that can be used as the size of selection-barbells (in pixels !!!)
      static double CLICK_DISTANCE
      a constant that can be used as the max.
    • Field Detail

      • CLICK_DISTANCE

        static final double CLICK_DISTANCE
        a constant that can be used as the max. distance b/w a point and a mouse click that triggers a selection (in mm !!!)
        See Also:
        Constant Field Values
      • BARBELL_SIZE

        static final double BARBELL_SIZE
        a constant that can be used as the size of selection-barbells (in pixels !!!)
        See Also:
        Constant Field Values