Class LayerPrinter2
java.lang.Object
org.openjump.core.ui.plugin.file.LayerPrinter2
Renders layers as an Image, which can then be saved to a file or printed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprint(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels)
-
Constructor Details
-
LayerPrinter2
public LayerPrinter2()
-
-
Method Details
-
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
-