Class LayerPrinter2

java.lang.Object
org.openjump.core.ui.plugin.file.LayerPrinter2

public class LayerPrinter2 extends Object
Renders layers as an Image, which can then be saved to a file or printed.
  • Constructor Details

    • LayerPrinter2

      public LayerPrinter2()
  • Method Details

    • getLayerViewPanel

      public LayerViewPanel getLayerViewPanel()
    • print

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