|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.translator.MapViewLegend
public class MapViewLegend
| Constructor Summary | |
|---|---|
MapViewLegend()
|
|
| Method Summary | |
|---|---|
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.ArrayList |
getScaleRegions()
Gets the value of scaleRegions |
double[] |
getScaleThresholds()
|
Cog |
getState()
|
java.util.ArrayList |
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.ArrayList argScaleRegions)
Sets the value of scaleRegions |
void |
setState(Cog newState)
|
void |
setZooms(java.util.ArrayList newZooms)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapViewLegend()
| Method Detail |
|---|
public Cog getState()
getState in interface Coggablepublic void setState(Cog newState)
setState in interface Coggablepublic 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.ArrayList getZooms()
public void setZooms(java.util.ArrayList newZooms)
public java.util.ArrayList getScaleRegions()
public void setScaleRegions(java.util.ArrayList 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||