Class MapCircleDrawer

    • Constructor Detail

      • MapCircleDrawer

        public MapCircleDrawer()
    • Method Detail

      • getPrimitiveType

        @Pure
        public Class<? extends MapCircle> getPrimitiveType()
        Description copied from interface: Drawer
        Replies the type of the primitives that could be drawn by this drawer.
        Returns:
        the type of the primitives.
      • draw

        public void draw​(ZoomableGraphicsContext gc,
                         MapCircle element)
        Description copied from interface: Drawer
        Draw the given document primitives.
        Parameters:
        gc - the graphics context that must be used for drawing.
        element - the primitive to draw.