|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.FieldStaker.StakerConfiguration
public class StakerConfiguration
Configuration parameters for the Staker module.
| Constructor Summary | |
|---|---|
StakerConfiguration()
Creates a default staker configuration. |
|
| Method Summary | |
|---|---|
AngleFormat |
getAngleFormat()
Angle format used in the FieldDesigner. |
java.lang.String |
getClientName()
Name of client company. |
java.lang.String |
getHelpFileName()
Path to HTML file launched when user hits the "Help" button. |
boolean |
getInflexibleUnitSelector()
If true, unit buttons are forced to be the same width in the filter tree. |
boolean |
getLiteMode()
|
boolean |
getMapCopyPopups()
|
boolean |
getOffsetLocationUnitsInFeet()
|
java.lang.String |
getProductName()
Name of staking product, e.g. |
java.lang.String |
getProjection()
Name of projection. |
java.lang.String |
getReportArchiveDir()
Directory (or guppy URL) to archive reports to during checkin. |
java.lang.String |
getReportDir()
Directory to generate reports into. |
boolean |
getTestMode()
Turns on some options that aid testing. |
java.lang.String |
getVersion()
Version of staking product, e.g. |
boolean |
isDemoMode()
If true, disables some features to support demo mode. |
boolean |
isNoSplash()
Turns off the splash screen. |
boolean |
isPrintingDisabled()
Disables printing/report generation. |
void |
setAngleFormat(AngleFormat newFormat)
|
void |
setClientName(java.lang.String newClientName)
Name of client company. |
void |
setDemoMode(boolean newDemoMode)
|
void |
setHelpFileName(java.lang.String newName)
|
void |
setInflexibleUnitSelector(boolean tizit)
|
void |
setLiteMode(boolean tizit)
|
void |
setMapCopyPopups(boolean tizit)
|
void |
setNoSplash(boolean newNoSplash)
|
void |
setOffsetLocationUnitsInFeet(boolean tizit)
|
void |
setPrintingDisabled(boolean newPrintingDisabled)
|
void |
setProductName(java.lang.String newProductName)
Name of staking product, e.g. |
void |
setProjection(java.lang.String newProjection)
Name of projection. |
void |
setTestMode(boolean tizit)
|
void |
setVersion(java.lang.String newVersion)
Version of staking product, e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakerConfiguration()
| Method Detail |
|---|
public java.lang.String getProductName()
public void setProductName(java.lang.String newProductName)
public java.lang.String getVersion()
public void setVersion(java.lang.String newVersion)
public java.lang.String getClientName()
public void setClientName(java.lang.String newClientName)
public boolean isPrintingDisabled()
public void setPrintingDisabled(boolean newPrintingDisabled)
public boolean isDemoMode()
public void setDemoMode(boolean newDemoMode)
public boolean isNoSplash()
public void setNoSplash(boolean newNoSplash)
public java.lang.String getHelpFileName()
public void setHelpFileName(java.lang.String newName)
public java.lang.String getReportDir()
public java.lang.String getReportArchiveDir()
public boolean getInflexibleUnitSelector()
public void setInflexibleUnitSelector(boolean tizit)
public boolean getTestMode()
public void setTestMode(boolean tizit)
public boolean getLiteMode()
public void setLiteMode(boolean tizit)
public AngleFormat getAngleFormat()
public void setAngleFormat(AngleFormat newFormat)
public java.lang.String getProjection()
public void setProjection(java.lang.String newProjection)
public boolean getMapCopyPopups()
public void setMapCopyPopups(boolean tizit)
public void setOffsetLocationUnitsInFeet(boolean tizit)
public boolean getOffsetLocationUnitsInFeet()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||