com.partnersoft.v3x.apps.MapBrowser.rover
Class RoverLegendItem

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.rover.RoverLegendItem
All Implemented Interfaces:
java.io.Serializable

public class RoverLegendItem
extends java.lang.Object
implements java.io.Serializable

Describes the visual legend for drawing a rover tile set onscreen for a given zoom.

See Also:
Serialized Form

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

RoverLegendItem

public RoverLegendItem()
Method Detail

getLOD

public int getLOD()
Level of detail used by the legend item.


setLOD

public void setLOD(int newLOD)

getScaleThreshold

public float getScaleThreshold()
Maximum valid scale for this legend item.


setScaleThreshold

public void setScaleThreshold(float newScaleThreshold)

getVisibleStyles

public java.util.Set getVisibleStyles()
Set of named graphic styles visible for this legend item.


setVisibleStyles

public void setVisibleStyles(java.util.Set newStyles)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object