|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScaleBar2
COM Interface 'IScaleBar2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the scalebar map surrounds.' 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 |
IIDd1658f8e_be62_4a78_88d3_07170f09120c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IColor |
getBarColor()
Color used to draw the bar. |
double |
getBarHeight()
Height of the bar in points (1/72 inch). |
double |
getDivision()
Number of units in one major division. |
short |
getDivisions()
Total number of divisions (including those before zero). |
short |
getDivisionsBeforeZero()
Number of divisions to the left of zero. |
int |
getLabelFrequency()
The label style indicating which marks are labeled. |
double |
getLabelGap()
Vertical gap between the bar and the labels in points (1/72 inch). |
int |
getLabelPosition()
Vertical positioning of the mark labels. |
ITextSymbol |
getLabelSymbol()
Symbol used to draw the labels. |
INumberFormat |
getNumberFormat()
Number format. |
int |
getResizeHint()
Indicates what happens when scale bar is resized. |
short |
getSubdivisions()
Number of subdivisions per major division. |
java.lang.String |
getUnitLabel()
The unit label. |
double |
getUnitLabelGap()
Gap between the scale bar and the unit label in points (1/72 inch). |
int |
getUnitLabelPosition()
Vertical positioning of the unit label. |
ITextSymbol |
getUnitLabelSymbol()
Unit label symbol. |
int |
getUnits()
The units reported. |
boolean |
isUseFractionCharacters()
Indicates if common decimal numbers are replaced by a fraction symbol, i.e., 1/2. |
void |
setBarColor(IColor color)
Color used to draw the bar. |
void |
setBarHeight(double points)
Height of the bar in points (1/72 inch). |
void |
setDivision(double units)
Number of units in one major division. |
void |
setDivisions(short count)
Total number of divisions (including those before zero). |
void |
setDivisionsBeforeZero(short count)
Number of divisions to the left of zero. |
void |
setLabelFrequency(int labelFrequency)
The label style indicating which marks are labeled. |
void |
setLabelGap(double points)
Vertical gap between the bar and the labels in points (1/72 inch). |
void |
setLabelPosition(int position)
Vertical positioning of the mark labels. |
void |
setLabelSymbol(ITextSymbol symbol)
Symbol used to draw the labels. |
void |
setNumberFormat(INumberFormat format)
Number format. |
void |
setResizeHint(int hint)
Indicates what happens when scale bar is resized. |
void |
setSubdivisions(short units)
Number of subdivisions per major division. |
void |
setUnitLabel(java.lang.String unitLabel)
The unit label. |
void |
setUnitLabelGap(double points)
Gap between the scale bar and the unit label in points (1/72 inch). |
void |
setUnitLabelPosition(int position)
Vertical positioning of the unit label. |
void |
setUnitLabelSymbol(ITextSymbol symbol)
Unit label symbol. |
void |
setUnits(int units)
The units reported. |
void |
setUseFractionCharacters(boolean flag)
Indicates if common decimal numbers are replaced by a fraction symbol, i.e., 1/2. |
void |
useMapSettings()
Sets division and units based on map. |
Field Detail |
---|
static final int IIDd1658f8e_be62_4a78_88d3_07170f09120c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getDivision() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDivision(double units) throws java.io.IOException, AutomationException
units
- The units (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDivisions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDivisions(short count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDivisionsBeforeZero() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDivisionsBeforeZero(short count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getSubdivisions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubdivisions(short units) throws java.io.IOException, AutomationException
units
- The units (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(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.java.lang.String getUnitLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitLabel(java.lang.String unitLabel) throws java.io.IOException, AutomationException
unitLabel
- The unitLabel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUnitLabelPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitLabelPosition(int position) throws java.io.IOException, AutomationException
position
- A com.esri.arcgis.carto.esriScaleBarPos constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getUnitLabelGap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitLabelGap(double points) throws java.io.IOException, AutomationException
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getUnitLabelSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnitLabelSymbol(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.int getLabelFrequency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelFrequency(int labelFrequency) throws java.io.IOException, AutomationException
labelFrequency
- A com.esri.arcgis.carto.esriScaleBarFrequency constant (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 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.int getLabelPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelPosition(int position) throws java.io.IOException, AutomationException
position
- A com.esri.arcgis.carto.esriVertPosEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLabelGap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelGap(double points) throws java.io.IOException, AutomationException
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getLabelSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelSymbol(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.IColor getBarColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBarHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBarHeight(double points) throws java.io.IOException, AutomationException
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResizeHint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResizeHint(int hint) throws java.io.IOException, AutomationException
hint
- A com.esri.arcgis.carto.esriScaleBarResizeHint constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void useMapSettings() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseFractionCharacters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseFractionCharacters(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
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 |