Class ExportImagePlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.ExportImagePlugIn
-
- All Implemented Interfaces:
PlugIn
- Direct Known Subclasses:
CopyImagePlugIn
,SaveImageAsPlugIn
public abstract class ExportImagePlugIn extends AbstractPlugIn
-
-
Constructor Summary
Constructors Constructor Description ExportImagePlugIn()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BufferedImage
image(LayerViewPanel layerViewPanel)
protected static boolean
java14OrNewer()
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
java14OrNewer
protected static boolean java14OrNewer()
-
image
protected BufferedImage image(LayerViewPanel layerViewPanel)
-
-