Interface MapFrameListener

    • Method Detail

      • mapFrameInitialized

        void mapFrameInitialized​(MapFrame oldFrame,
                                 MapFrame newFrame)
        Called after Main.mapFrame is initialized. (After the first data is loaded). You can use this callback to tweak the newFrame to your needs, as example install an alternative Painter.
        Parameters:
        oldFrame - The old MapFrame
        newFrame - The new MapFrame