Class DefaultGraphMouse<V,​E>

    • Field Detail

      • singleSelectionMask

        protected int singleSelectionMask
      • addSingleSelectionMask

        protected int addSingleSelectionMask
      • regionSelectionMask

        protected int regionSelectionMask
      • addRegionSelectionMask

        protected int addRegionSelectionMask
      • regionSelectionCompleteMask

        protected int regionSelectionCompleteMask
      • addRegionSelectionCompleteMask

        protected int addRegionSelectionCompleteMask
      • translatingMask

        protected int translatingMask
      • scalingMask

        protected int scalingMask
      • xAxisScalingMask

        protected int xAxisScalingMask
      • yAxisScalingMask

        protected int yAxisScalingMask
    • Constructor Detail

      • DefaultGraphMouse

        protected DefaultGraphMouse​(DefaultGraphMouse.Builder<V,​E,​?,​?> builder)
        create an instance with default values
      • DefaultGraphMouse

        public DefaultGraphMouse()
        create an instance with default values
    • Method Detail

      • loadPlugins

        public void loadPlugins()
        create the plugins, and load them
      • setZoomAtMouse

        public void setZoomAtMouse​(boolean zoomAtMouse)
        Overrides:
        setZoomAtMouse in class AbstractGraphMouse
        Parameters:
        zoomAtMouse - The zoomAtMouse to set.