com.partnersoft.v3x.apps.Redliner
Class MapViewerConfig

java.lang.Object
  extended by com.partnersoft.v3x.apps.Redliner.MapViewerConfig
All Implemented Interfaces:
java.io.Serializable

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

Configuration for the redlining and printing MapViewer.

See Also:
Serialized Form

Constructor Summary
MapViewerConfig()
          Create a new MapViewerConfig.
 
Method Summary
 AngleFormat getAngleFormat()
          Angle format used in the FieldDesigner.
 int getHeight()
          Height of MapViewer window.
 java.lang.String getHelpFile()
          Help file index.
 java.lang.String getHtmlViewer()
          command to launch web browser.
 boolean getIncludeDynamicQueries()
          If true, the dynamic query tab is included, with queries loaded from MapViewer/config/partner/MapQueries.tof.
 java.lang.String getMap()
          Map directory or MapControl.tof file to view.
 java.util.ArrayList getReports()
          Report templates available for printing snapshots.
 int getWidth()
          Width of MapViewer window.
 java.lang.String getWindowTitle()
          Title of MapViewer window.
 void setAngleFormat(AngleFormat newFormat)
           
 void setHeight(int newHeight)
          Height of MapViewer window.
 void setHelpFile(java.lang.String newHelpFile)
          Help file index.
 void setHtmlViewer(java.lang.String newHtmlViewer)
          command to launch web browser.
 void setIncludeDynamicQueries(boolean shouldi)
           
 void setMap(java.lang.String newMap)
          Map directory or MapControl.tof file to view.
 void setReports(java.util.ArrayList newReports)
          Report templates available for printing snapshots.
 void setWidth(int newWidth)
          Width of MapViewer window.
 void setWindowTitle(java.lang.String newWindowTitle)
          Title of MapViewer window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapViewerConfig

public MapViewerConfig()
Create a new MapViewerConfig.

Method Detail

getHeight

public int getHeight()
Height of MapViewer window.


setHeight

public void setHeight(int newHeight)
Height of MapViewer window.


getHelpFile

public java.lang.String getHelpFile()
Help file index.


setHelpFile

public void setHelpFile(java.lang.String newHelpFile)
Help file index.


getHtmlViewer

public java.lang.String getHtmlViewer()
command to launch web browser.


setHtmlViewer

public void setHtmlViewer(java.lang.String newHtmlViewer)
command to launch web browser.


getMap

public java.lang.String getMap()
Map directory or MapControl.tof file to view.


setMap

public void setMap(java.lang.String newMap)
Map directory or MapControl.tof file to view.


getWindowTitle

public java.lang.String getWindowTitle()
Title of MapViewer window.


setWindowTitle

public void setWindowTitle(java.lang.String newWindowTitle)
Title of MapViewer window.


getReports

public java.util.ArrayList getReports()
Report templates available for printing snapshots.


setReports

public void setReports(java.util.ArrayList newReports)
Report templates available for printing snapshots.


getWidth

public int getWidth()
Width of MapViewer window.


setWidth

public void setWidth(int newWidth)
Width of MapViewer window.


getIncludeDynamicQueries

public boolean getIncludeDynamicQueries()
If true, the dynamic query tab is included, with queries loaded from MapViewer/config/partner/MapQueries.tof.


setIncludeDynamicQueries

public void setIncludeDynamicQueries(boolean shouldi)

getAngleFormat

public AngleFormat getAngleFormat()
Angle format used in the FieldDesigner. If null or left out, defaults to a normal DeflectionAngle.


setAngleFormat

public void setAngleFormat(AngleFormat newFormat)