Class ShowingGeometryList

    • Constructor Detail

      • ShowingGeometryList

        public ShowingGeometryList(Viewer viewer)
        Public constructor.
        Parameters:
        viewer - the viewer to use.
    • Method Detail

      • getList

        public GeomList getList()
        Returns:
        the GeomList used.
      • onPaint

        public void onPaint(TileMapWindow mapWindow,
                            Graphics g)
        Description copied from interface: PaintListener
        Called when a paint has been done.
        Specified by:
        onPaint in interface  PaintListener
        Parameters:
        mapWindow - the associated mapWindow.
        g - the graphics object emitted.