|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.MapBrowserConfig
public class MapBrowserConfig
Configuration for the map browser.
| Constructor Summary | |
|---|---|
MapBrowserConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBackgroundColor()
Name of color to use as background. |
java.util.ArrayList |
getBirdseyeScales()
Specifies the zoom level to be presented in the birdseye map for each zoom level of the regular map. |
java.util.ArrayList |
getContents()
|
int |
getDetailZoom()
Specifies the zoom level presented by the software if a find item is selected or if a job is opened. |
java.lang.String |
getFindItemColorName()
|
java.lang.String |
getForegroundColor()
Not currently used. |
Coord3D |
getInitialCoord()
The coordinate used for centering the key map. |
double |
getInitialScale()
Specifies the scale in mapping units per pixel of the key map. |
java.util.ArrayList |
getLegends()
Specifies legends for each source. |
CustomerMapNomenclature |
getNomenclature()
Customer nomenclature used for "hover" feature. |
int |
getNumberOfZooms()
Specifies the number of zoom levels. |
java.lang.String |
getPrintingBackgroundColor()
Name of color to use as background when printing. |
java.util.Map |
getRoverLegends()
|
java.util.ArrayList |
getScales()
Specifies the mapping units per pixel for each zoom level. |
java.util.ArrayList |
getSources()
Specifies the directories containing the configuration tofs for each map set. |
boolean |
getToggleZoomingAtDetail()
|
java.lang.String |
getViewDataColorName()
|
int |
getZoomFactor()
Specifies the factor for zoom between zoom levels. |
boolean |
requiresColorInversion()
|
void |
setBackgroundColor(java.lang.String newColor)
|
void |
setBirdseyeScales(java.util.ArrayList newScales)
|
void |
setContents(java.util.ArrayList newContents)
Not currently used. |
void |
setDetailZoom(int newDetailZoom)
|
void |
setFindItemColorName(java.lang.String newName)
|
void |
setForegroundColor(java.lang.String newColor)
|
void |
setInitialCoord(Coord3D newInitialCoord)
|
void |
setInitialScale(double newInitialScale)
|
void |
setLegends(java.util.ArrayList newLegends)
|
void |
setNomenclature(CustomerMapNomenclature clat)
|
void |
setNumberOfZooms(int newNum)
|
void |
setRoverLegends(java.util.Map newLegends)
|
void |
setScales(java.util.ArrayList newScales)
|
void |
setSources(java.util.ArrayList newSources)
|
void |
setToggleZoomingAtDetail(boolean tizit)
|
void |
setViewDataColorName(java.lang.String newName)
|
void |
setZoomFactor(int newNum)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapBrowserConfig()
| Method Detail |
|---|
public boolean requiresColorInversion()
public java.util.ArrayList getScales()
public void setScales(java.util.ArrayList newScales)
public java.util.ArrayList getSources()
public void setSources(java.util.ArrayList newSources)
public java.util.ArrayList getLegends()
public void setLegends(java.util.ArrayList newLegends)
public java.util.ArrayList getContents()
public void setContents(java.util.ArrayList newContents)
public java.util.ArrayList getBirdseyeScales()
public void setBirdseyeScales(java.util.ArrayList newScales)
public Coord3D getInitialCoord()
public void setInitialCoord(Coord3D newInitialCoord)
public double getInitialScale()
public void setInitialScale(double newInitialScale)
public int getDetailZoom()
public void setDetailZoom(int newDetailZoom)
public int getNumberOfZooms()
public void setNumberOfZooms(int newNum)
public int getZoomFactor()
public void setZoomFactor(int newNum)
public void setBackgroundColor(java.lang.String newColor)
public java.lang.String getBackgroundColor()
public java.lang.String getPrintingBackgroundColor()
public void setForegroundColor(java.lang.String newColor)
public java.lang.String getForegroundColor()
public CustomerMapNomenclature getNomenclature()
public void setNomenclature(CustomerMapNomenclature clat)
public boolean getToggleZoomingAtDetail()
public void setToggleZoomingAtDetail(boolean tizit)
public java.lang.String getFindItemColorName()
public void setFindItemColorName(java.lang.String newName)
public java.lang.String getViewDataColorName()
public void setViewDataColorName(java.lang.String newName)
public java.util.Map getRoverLegends()
public void setRoverLegends(java.util.Map newLegends)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||