|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.rover.RoverLegendItem
public class RoverLegendItem
Describes the visual legend for drawing a rover tile set onscreen for a given zoom.
| Constructor Summary | |
|---|---|
RoverLegendItem()
|
|
| Method Summary | |
|---|---|
int |
getLOD()
Level of detail used by the legend item. |
float |
getScaleThreshold()
Maximum valid scale for this legend item. |
java.util.Set |
getVisibleStyles()
Set of named graphic styles visible for this legend item. |
void |
setLOD(int newLOD)
|
void |
setScaleThreshold(float newScaleThreshold)
|
void |
setVisibleStyles(java.util.Set newStyles)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoverLegendItem()
| Method Detail |
|---|
public int getLOD()
public void setLOD(int newLOD)
public float getScaleThreshold()
public void setScaleThreshold(float newScaleThreshold)
public java.util.Set getVisibleStyles()
public void setVisibleStyles(java.util.Set newStyles)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||