コード例 #1
0
ファイル: EPDLayerCommon.java プロジェクト: tbsalling/EPD
 /**
  * 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);
 }