Example #1
0
 /**
  * Register the graphics classes that are handled upon left-clicking and right-clicking the mouse
  *
  * @param graphics the graphics classes that are handled upon left- and right-clicking the mouse.
  */
 @SafeVarargs
 protected final void registerMouseClickAndMapMenuClasses(Class<? extends OMGraphic>... graphics) {
   registerMouseClickClasses(graphics);
   registerMapMenuClasses(graphics);
 }