Class AbstractMapPolygonDrawer<T extends MapPolygon>

  • Type Parameters:
    T - the type of the polygons.
    All Implemented Interfaces:
    Drawer<T>
    Direct Known Subclasses:
    MapPolygonDrawer

    public abstract class AbstractMapPolygonDrawer<T extends MapPolygon>
    extends AbstractGISEditableDrawer<T>
    Abstract drawer of a map polygon.
    Since:
    15.0
    Version:
    17.0 2020-01-04 14:41:54
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.gis.ui
    Maven Artifact Id:
    giscorefx
    • Constructor Detail

      • AbstractMapPolygonDrawer

        public AbstractMapPolygonDrawer()