Class LayerPrinter

java.lang.Object
com.vividsolutions.jump.workbench.ui.LayerPrinter

@Deprecated public class LayerPrinter extends Object
Deprecated.
Renders layers as an Image, which can then be saved to a file or printed.
See Also:
  • Constructor Details

    • LayerPrinter

      public LayerPrinter()
      Deprecated.
  • Method Details

    • print

      public BufferedImage print(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels) throws Exception
      Deprecated.
      Parameters:
      layers - earlier layers will be rendered above later layers
      Throws:
      Exception