source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyle.java@ 1169

Last change on this file since 1169 was 1169, checked in by stoecker, 16 years ago

removed usage of tab stops

  • Property svn:eol-style set to native
File size: 204 bytes
Line 
1package org.openstreetmap.josm.gui.mappaint;
2
3abstract public class ElemStyle
4{
5 // zoom range to display the feature
6 public long minScale;
7 public long maxScale;
8
9 public int priority;
10}
11
12
13
Note: See TracBrowser for help on using the repository browser.