Class AbstractMapCircleDrawer<T extends MapCircle>

  • Type Parameters:
    T - the type of the map circles.
    All Implemented Interfaces:
    Drawer<T>
    Direct Known Subclasses:
    MapCircleDrawer

    public abstract class AbstractMapCircleDrawer<T extends MapCircle>
    extends AbstractGISEditableDrawer<T>
    Abstract drawer of a map circle.
    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

      • AbstractMapCircleDrawer

        public AbstractMapCircleDrawer()
    • Method Detail

      • stroke

        protected void stroke​(ZoomableGraphicsContext gc,
                              T element)
        Stroke the circle.
        Parameters:
        gc - the graphics context that must be used for drawing.
        element - the map element.
      • fill

        protected void fill​(ZoomableGraphicsContext gc,
                            T element)
        Fill the circle.
        Parameters:
        gc - the graphics context that must be used for drawing.
        element - the map element.