|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsEnvironment
Implementation of ArcIMS 3.1 Environment tag.
| Field Summary | |
static int |
DISABLED_STATUS_FALSE
|
static int |
DISABLED_STATUS_TRUE
|
static int |
DISABLED_STATUS_UNKNOWN
|
| Constructor Summary | |
AimsEnvironment()
Creates new AimsEnvironment |
|
AimsEnvironment(double arcImsVersion)
Creates new AimsEnvironment for a specific ArcIMS version |
|
| Method Summary | |
java.lang.Object |
clone()
Returns a clone of this object |
double |
getArcImsVersion()
Returns the value of attribute arcImsVersion. |
int |
getDisabledStatus(java.lang.String type)
Returns a status code indicating whether the specified image type has been disabled. |
java.lang.String |
getForbidden()
Returns the value of attribute forbidden. |
long |
getImageLimit()
Returns the value of attribute imageLimit. |
java.lang.String |
getLocaleCountry()
Returns the value of attribute localeCountry. |
java.lang.String |
getLocaleLanguage()
Returns the value of attribute localeLanguage. |
java.lang.String |
getLocaleVariant()
Returns the value of attribute localeVariant. |
int |
getScreenDpi()
Returns the value of attribute screenDpi. |
java.lang.String |
getSeparatorsCs()
Returns the value of attribute separatorsCs. |
java.lang.String |
getSeparatorsTs()
Returns the value of attribute separatorsTs. |
AimsColor |
getUifontColor()
Returns the value of attribute uifontColor. |
java.lang.String |
getUifontName()
Returns the value of attribute uifontName. |
int |
getUifontSize()
Returns the value of attribute uifontSize. |
boolean |
isArcMap()
Returns whether the environment is an ArcMap session. |
boolean |
isForbidden(java.lang.String serviceName)
Returns whether a specified service is forbidden. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setForbidden(java.lang.String forbiddenServices)
Sets the value of attribute forbidden. |
void |
setImageLimit(long pixelCount)
Sets the value of attribute imageLimit. |
void |
setIsArcMap(boolean isArcMap)
Sets whether the environment is an ArcMap session. |
void |
setLocaleCountry(java.lang.String countryCode)
Sets the value of attribute localeCountry. |
void |
setLocaleLanguage(java.lang.String languageCode)
Sets the value of attribute localeLanguage. |
void |
setLocaleVariant(java.lang.String variantCode)
Sets the value of attribute localeVariant. |
void |
setScreenDpi(int dpi)
Sets the value of attribute screenDpi. |
void |
setSeparatorsCs(java.lang.String separator)
Sets the value of attribute separatorsCs. |
void |
setSeparatorsTs(java.lang.String separator)
Sets the value of attribute separatorsTs. |
void |
setUifontColor(AimsColor color)
Sets the value of attribute uifontColor. |
void |
setUifontName(java.lang.String fontName)
Sets the value of attribute uifontName. |
void |
setUifontSize(int size)
Sets the value of attribute uifontSize. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DISABLED_STATUS_UNKNOWN
public static final int DISABLED_STATUS_TRUE
public static final int DISABLED_STATUS_FALSE
| Constructor Detail |
public AimsEnvironment()
public AimsEnvironment(double arcImsVersion)
arcImsVersion - The ArcIMS version number, either 3.0, 3.1 or 4.0.| Method Detail |
public java.lang.Object clone()
public double getArcImsVersion()
public java.lang.String getLocaleLanguage()
public java.lang.String getLocaleCountry()
public java.lang.String getLocaleVariant()
public AimsColor getUifontColor()
public java.lang.String getUifontName()
public int getUifontSize()
public java.lang.String getSeparatorsCs()
public java.lang.String getSeparatorsTs()
public int getScreenDpi()
public long getImageLimit()
public boolean isArcMap()
public void setIsArcMap(boolean isArcMap)
isArcMap - True if it is an ArcMap session, otherwise false.public java.lang.String getForbidden()
public boolean isForbidden(java.lang.String serviceName)
public int getDisabledStatus(java.lang.String type)
type - The imaage type.
public void setLocaleLanguage(java.lang.String languageCode)
languageCode - The attribute setting. Refer to the AXL documentation
for the list of valid settings.public void setLocaleCountry(java.lang.String countryCode)
countryCode - The attribute setting. Refer to the AXL documentation
for the list of valid settings.public void setLocaleVariant(java.lang.String variantCode)
variantCode - The attribute setting. Refer to the AXL documentation
for the list of valid settings.public void setUifontColor(AimsColor color)
color - The attribute setting.public void setUifontName(java.lang.String fontName)
fontName - The attribute setting.public void setUifontSize(int size)
size - The attribute setting.public void setSeparatorsCs(java.lang.String separator)
separator - The attribute setting.public void setSeparatorsTs(java.lang.String separator)
separator - The attribute setting.public void setScreenDpi(int dpi)
dpi - The attribute setting.public void setImageLimit(long pixelCount)
pixelCount - The attribute setting.public void setForbidden(java.lang.String forbiddenServices)
forbiddenServices - The attribute setting.public java.lang.String toAxlString()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||