Class LayerPrinter
java.lang.Object
com.vividsolutions.jump.workbench.ui.LayerPrinter
Deprecated.
Renders layers as an Image, which can then be saved to a file or printed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprint(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels) Deprecated.
-
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
-