Interface MapContextDrawer

All Known Implementing Classes:
DefaultMapContextDrawer

public interface MapContextDrawer
  • Method Details

    • setMapContext

      void setMapContext(MapContext mapContext)
    • setViewPort

      void setViewPort(ViewPort viewPort)
    • draw

      void draw(FLayers root, BufferedImage image, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale) throws org.gvsig.fmap.dal.exception.ReadException
      Throws:
      org.gvsig.fmap.dal.exception.ReadException
    • print

      void print(FLayers root, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale, org.gvsig.compat.print.PrintAttributes properties) throws org.gvsig.fmap.dal.exception.ReadException
      Throws:
      org.gvsig.fmap.dal.exception.ReadException
    • dispose

      void dispose()
    • isPrintGraphicsLayer

      boolean isPrintGraphicsLayer()
    • setPrintGraphicsLayer

      void setPrintGraphicsLayer(boolean b)