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