private static class StyledMapRenderer.StyleRecord extends java.lang.Object implements java.lang.Comparable<StyledMapRenderer.StyleRecord>
Modifier and Type | Field and Description |
---|---|
(package private) int |
flags |
(package private) OsmPrimitive |
osm |
(package private) ElemStyle |
style |
Constructor and Description |
---|
StyleRecord(ElemStyle style,
OsmPrimitive osm,
int flags) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StyledMapRenderer.StyleRecord other) |
final OsmPrimitive osm
final int flags
public StyleRecord(ElemStyle style, OsmPrimitive osm, int flags)
public int compareTo(StyledMapRenderer.StyleRecord other)
compareTo
in interface java.lang.Comparable<StyledMapRenderer.StyleRecord>