|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
private static class 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 |
---|
final ElemStyle style
final OsmPrimitive osm
final int flags
Constructor Detail |
---|
public StyledMapRenderer.StyleRecord(ElemStyle style, OsmPrimitive osm, int flags)
Method Detail |
---|
public int compareTo(StyledMapRenderer.StyleRecord other)
compareTo
in interface java.lang.Comparable<StyledMapRenderer.StyleRecord>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |