Class PiccoloMapPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PiccoloMapPanel extends JPanel
Deprecated.
2D piccolo based code is being removed
This is a very basic panel that holds a canvas and a toolbar.
Author:
Tom Howe
See Also:
  • Constructor Details

    • PiccoloMapPanel

      public PiccoloMapPanel(org.geotools.map.MapContent context)
      Deprecated.
      Create a new panel based on an existing MapContext.
      Parameters:
      context - The map context to display
  • Method Details

    • addTool

      public void addTool(org.piccolo2d.event.PInputEventListener listener, Map<String,Object> properties)
      Deprecated.
      Add a new tool to the toolBar to interact with the canvas.
      Parameters:
      listener - The PInputListener to add
      properties - Action Properties
    • getToolManager

      public ToolManager getToolManager()
      Deprecated.
    • addButton

      public void addButton(MapTool tool, Map<String,Object> properties)
      Deprecated.
    • getToolBar

      public JToolBar getToolBar()
      Deprecated.
    • getCanvas

      public PGISCanvas getCanvas()
      Deprecated.