org.openstreetmap.josm.data.osm.visitor.paint
Class StyledMapRenderer.StyleRecord

java.lang.Object
  extended by org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
All Implemented Interfaces:
java.lang.Comparable<StyledMapRenderer.StyleRecord>
Enclosing class:
StyledMapRenderer

private static class StyledMapRenderer.StyleRecord
extends java.lang.Object
implements java.lang.Comparable<StyledMapRenderer.StyleRecord>


Field Summary
(package private)  int flags
           
(package private)  OsmPrimitive osm
           
(package private)  ElemStyle style
           
 
Constructor Summary
StyledMapRenderer.StyleRecord(ElemStyle style, OsmPrimitive osm, int flags)
           
 
Method Summary
 int compareTo(StyledMapRenderer.StyleRecord other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

final ElemStyle style

osm

final OsmPrimitive osm

flags

final int flags
Constructor Detail

StyledMapRenderer.StyleRecord

public StyledMapRenderer.StyleRecord(ElemStyle style,
                                     OsmPrimitive osm,
                                     int flags)
Method Detail

compareTo

public int compareTo(StyledMapRenderer.StyleRecord other)
Specified by:
compareTo in interface java.lang.Comparable<StyledMapRenderer.StyleRecord>


JOSM