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:
(created in 2007)
-
-
Constructor Summary
Constructors Constructor Description LayerPrinter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BufferedImage
print(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels)
Deprecated.
-
-
-
Method Detail
-
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
-
-