MCPcopy Create free account
hub / github.com/OSGeo/gdal / setImage

Method setImage

swig/java/apps/GDALtest.java:91–97  ·  view source on GitHub ↗
(BufferedImage image)

Source from the content-addressed store, hash-verified

89 }
90
91 public void setImage(BufferedImage image) {
92 ImageIcon icon = new ImageIcon(image);
93
94 if(this.canvas != null) {
95 canvas.setIcon(icon);
96 }
97 }
98
99 public BufferedImage openFile(File f) {
100 Dataset poDataset = null;

Callers 2

actionPerformedMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected