Class MapPointDrawer

    • Constructor Detail

      • MapPointDrawer

        public MapPointDrawer()
    • Method Detail

      • getPrimitiveType

        @Pure
        public Class<? extends MapPoint> 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,
                         MapPoint 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.