|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScaleMarks
COM Interface 'IScaleMarks'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the scale bar mark properties.' 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 |
IID6dfae8e7_ecaa_11d0_8682_0000f8751720
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
double |
getDivisionMarkHeight()
Height of division marks in points (1/72 inch). |
ILineSymbol |
getDivisionMarkSymbol()
Symbol used to draw the division marks. |
int |
getMarkFrequency()
Mark frequency. |
int |
getMarkPosition()
Vertical positioning of the marks relative to the bar. |
double |
getSubdivisionMarkHeight()
Height of subdivision marks in points (1/72 inch). |
ILineSymbol |
getSubdivisionMarkSymbol()
Symbol used to draw the subdivision marks. |
void |
setDivisionMarkHeight(double points)
Height of division marks in points (1/72 inch). |
void |
setDivisionMarkSymbol(ILineSymbol symbol)
Symbol used to draw the division marks. |
void |
setMarkFrequency(int frequency)
Mark frequency. |
void |
setMarkPosition(int position)
Vertical positioning of the marks relative to the bar. |
void |
setSubdivisionMarkHeight(double points)
Height of subdivision marks in points (1/72 inch). |
void |
setSubdivisionMarkSymbol(ILineSymbol symbol)
Symbol used to draw the subdivision marks. |
| Field Detail |
|---|
static final int IID6dfae8e7_ecaa_11d0_8682_0000f8751720
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ILineSymbol getDivisionMarkSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDivisionMarkSymbol(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineSymbol getSubdivisionMarkSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSubdivisionMarkSymbol(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDivisionMarkHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDivisionMarkHeight(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.
double getSubdivisionMarkHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSubdivisionMarkHeight(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 getMarkPosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkPosition(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.
int getMarkFrequency()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkFrequency(int frequency)
throws java.io.IOException,
AutomationException
frequency - A com.esri.arcgis.carto.esriScaleBarFrequency constant (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 | ||||||||