| Constructor and Description |
|---|
MapViewLegend(Cog newState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColorName()
Gets the value of backgroundColorName
|
java.lang.String |
getForegroundColorName()
Gets the value of foregroundColorName
|
MapViewScaleRegion |
getHighlightRegion() |
double |
getInitialX()
Gets the value of initialX
|
double |
getInitialY()
Gets the value of initialY
|
double |
getMinimumScaleForLOD(int LOD) |
java.util.List |
getScaleRegions()
Gets the value of scaleRegions
|
double[] |
getScaleThresholds() |
java.util.List |
getZooms() |
MapViewScaleRegion |
regionFor(double scale) |
void |
setBackgroundColorName(java.lang.String argBackgroundColorName)
Sets the value of backgroundColorName
|
void |
setForegroundColorName(java.lang.String argForegroundColorName)
Sets the value of foregroundColorName
|
void |
setInitialX(double argInitialX)
Sets the value of initialX
|
void |
setInitialY(double argInitialY)
Sets the value of initialY
|
void |
setScaleRegions(java.util.List argScaleRegions)
Sets the value of scaleRegions
|
void |
setZooms(java.util.List newZooms) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
public MapViewLegend(Cog newState)
public Cog toCog()
CoggableCog.public MapViewScaleRegion regionFor(double scale)
public MapViewScaleRegion getHighlightRegion()
public double[] getScaleThresholds()
public double getMinimumScaleForLOD(int LOD)
public double getInitialX()
public void setInitialX(double argInitialX)
argInitialX - Value to assign to this.initialXpublic double getInitialY()
public void setInitialY(double argInitialY)
argInitialY - Value to assign to this.initialYpublic java.util.List getZooms()
public void setZooms(java.util.List newZooms)
public java.util.List getScaleRegions()
public void setScaleRegions(java.util.List argScaleRegions)
argScaleRegions - Value to assign to this.scaleRegionspublic java.lang.String getBackgroundColorName()
public void setBackgroundColorName(java.lang.String argBackgroundColorName)
argBackgroundColorName - Value to assign to this.backgroundColorNamepublic java.lang.String getForegroundColorName()
public void setForegroundColorName(java.lang.String argForegroundColorName)
argForegroundColorName - Value to assign to this.foregroundColorName