Class SelectingGraphMousePlugin.Builder<V,​E,​T extends SelectingGraphMousePlugin,​B extends SelectingGraphMousePlugin.Builder<V,​E,​T,​B>>

    • Field Detail

      • singleSelectionMask

        protected int singleSelectionMask
      • addSingleSelectionMask

        protected int addSingleSelectionMask
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • self

        public B self()
      • singleSelectionMask

        public B singleSelectionMask​(int singleSelectionMask)
      • addSingleSelectionMask

        public B addSingleSelectionMask​(int addSingleSelectionMask)
      • build

        public T build()