Class MapMultiPointDrawer

    • Constructor Detail

      • MapMultiPointDrawer

        public MapMultiPointDrawer()
    • Method Detail

      • getPrimitiveType

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