Changeset 4126 in josm for trunk/test/performance/org
- Timestamp:
- 2011-06-07T19:05:14+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/data/osm/MapPaintVisitorPerformanceTest.java
r4087 r4126 32 32 @BeforeClass 33 33 public static void load() throws Exception { 34 Main. proj = new Mercator();34 Main.setProjection(new Mercator()); 35 35 img = new BufferedImage(IMG_WIDTH, IMG_HEIGHT, BufferedImage.TYPE_3BYTE_BGR); 36 36 g = (Graphics2D)img.getGraphics();
Note:
See TracChangeset
for help on using the changeset viewer.