Class MapMenu

All Implemented Interfaces:
Styleable, Event­Target, Skinnable

public class MapMenu extends ContextMenu
A Context­Menu that can be shown in a Map­Canvas. On construction, this menu is initially empty. Items can be added by the following method calls: More choices may be added in a future versions. In current implementation, there is no mechanism for removing menu items.
Since:
1.1
  • Constructor Details

    • MapMenu

      public MapMenu(MapCanvas canvas)
      Creates an initially empty menu for the given canvas.
      Parameters:
      canvas - the canvas for which to create menus.
  • Method Details