Class VisualizationModule

    • Constructor Detail

      • VisualizationModule

        public VisualizationModule()
    • Method Detail

      • addToolBarService

        protected void addToolBarService​(Class<? extends ToolBarService> toolBarService)
        Parameters:
        toolBarService - the tool bar service to be added
      • addToolBarService

        protected static void addToolBarService​(com.google.inject.Binder binder,
                                                Class<? extends ToolBarService> toolBarService)
        Parameters:
        binder - the binder
        toolBarService - the tool bar service to be added
      • addIndividualMouseListener

        public static final void addIndividualMouseListener​(com.google.inject.Binder binder,
                                                            Class<? extends IndividualMouseListener> individualMouseListener)
        Parameters:
        binder - the binder
        individualMouseListener - the individual mouse listener to be added