|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScaleText2
COM Interface 'IScaleText2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the scale text.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa2fe2d0c_bd0e_452f_b903_c6a80ffc94e6
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
|---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
Format of the scale text. |
java.lang.String |
getMapUnitLabel()
Map unit label of the scale text. |
int |
getMapUnits()
Map units of the scale text. |
INumberFormat |
getNumberFormat()
Number formatting. |
java.lang.String |
getPageUnitLabel()
Page unit label of the scale text. |
int |
getPageUnits()
Page units of the scale text. |
java.lang.String |
getSeparator()
Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000. |
int |
getStyle()
Style of the scale text. |
ITextSymbol |
getSymbol()
Symbol of the scale text. |
java.lang.String |
getText()
The scale text. |
void |
setFormat(java.lang.String format)
Format of the scale text. |
void |
setMapUnitLabel(java.lang.String label)
Map unit label of the scale text. |
void |
setMapUnits(int units)
Map units of the scale text. |
void |
setNumberFormat(INumberFormat format)
Number formatting. |
void |
setPageUnitLabel(java.lang.String label)
Page unit label of the scale text. |
void |
setPageUnits(int units)
Page units of the scale text. |
void |
setSeparator(java.lang.String separator)
Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000. |
void |
setStyle(int style)
Style of the scale text. |
void |
setSymbol(ITextSymbol symbol)
Symbol of the scale text. |
| Methods inherited from interface com.esri.arcgis.carto.IMapSurround |
|---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
| Field Detail |
|---|
static final int IIDa2fe2d0c_bd0e_452f_b903_c6a80ffc94e6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getText()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbol(ITextSymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStyle(int style)
throws java.io.IOException,
AutomationException
style - A com.esri.arcgis.carto.esriScaleTextStyleEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStyle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFormat(java.lang.String format)
throws java.io.IOException,
AutomationException
format - The format (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageUnits(int units)
throws java.io.IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPageUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapUnits(int units)
throws java.io.IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMapUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageUnitLabel(java.lang.String label)
throws java.io.IOException,
AutomationException
label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPageUnitLabel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapUnitLabel(java.lang.String label)
throws java.io.IOException,
AutomationException
label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getMapUnitLabel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumberFormat(INumberFormat format)
throws java.io.IOException,
AutomationException
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INumberFormat getNumberFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSeparator(java.lang.String separator)
throws java.io.IOException,
AutomationException
separator - The separator (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSeparator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||