private static class StyledMapRenderer.StyleRecord extends Object implements 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) |
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 Comparable<StyledMapRenderer.StyleRecord>