Examples of MapConfigurationVisitor


Examples of org.geomajas.plugin.printing.configuration.MapConfigurationVisitor

  }

  @Test
  public void testRender() throws Exception {
    DefaultDocument document = new DefaultDocument(printService.createDefaultTemplate("A4", true), null,
        getDefaultVisitor(-31.44, -37.43, 80.83f), new MapConfigurationVisitor(configurationService,
            printDtoService));
    FileOutputStream fo = new FileOutputStream("target/test.png");
    document.render(fo, Format.PNG);
    fo.flush();
    fo.close();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.