|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IDimensionStyleDisplayProxy
Description: 'Provides access to members that control a dimension style's display.' 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 =
public class IDimensionStyleDisplayProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IDimensionStyleDisplay |
---|
IID, IIDd7e38a34_f92a_11d3_80d3_00c04f601565 |
Constructor Summary | |
---|---|
|
IDimensionStyleDisplayProxy()
Deprecated. For internal use only |
|
IDimensionStyleDisplayProxy(java.lang.Object obj)
Deprecated. |
protected |
IDimensionStyleDisplayProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDimensionStyleDisplayProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDimensionStyleDisplayProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getBaselineHeight()
Deprecated. Height of the construction for creating baseline dimensions with this style. |
IMarkerSymbol |
getBeginMarkerSymbol()
Deprecated. Symbol used for the begin arrow. |
int |
getDimensionLineDisplay()
Deprecated. Dimension line display of the style. |
ILineSymbol |
getDimensionLineSymbol()
Deprecated. Symbol used for the dimension line. |
IMarkerSymbol |
getEndMarkerSymbol()
Deprecated. Symbol used for the end arrow. |
int |
getExtensionLineDisplay()
Deprecated. Extension line display of the style. |
double |
getExtensionLineOffset()
Deprecated. Length of the extension line offset. |
double |
getExtensionLineOvershot()
Deprecated. Length of the extension line overshot. |
ILineSymbol |
getExtensionLineSymbol()
Deprecated. Symbol used for the extension lines. |
int |
getMarkerDisplay()
Deprecated. Arrow display of the style. |
int |
getMarkerFit()
Deprecated. Arrow fit policy of the style. |
double |
getMarkerFitTolerance()
Deprecated. Arrow fit tolerance of the style. |
boolean |
isDrawLineOnFit()
Deprecated. Indicates if a dimension line should be drawn between the extension lines for an inward dimension. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBaselineHeight(double height)
Deprecated. Height of the construction for creating baseline dimensions with this style. |
void |
setBeginMarkerSymbol(IMarkerSymbol symbol)
Deprecated. Symbol used for the begin arrow. |
void |
setDimensionLineDisplay(int displayOption)
Deprecated. Dimension line display of the style. |
void |
setDimensionLineSymbol(ILineSymbol symbol)
Deprecated. Symbol used for the dimension line. |
void |
setDrawLineOnFit(boolean draw)
Deprecated. Indicates if a dimension line should be drawn between the extension lines for an inward dimension. |
void |
setEndMarkerSymbol(IMarkerSymbol symbol)
Deprecated. Symbol used for the end arrow. |
void |
setExtensionLineDisplay(int displayOption)
Deprecated. Extension line display of the style. |
void |
setExtensionLineOffset(double offset)
Deprecated. Length of the extension line offset. |
void |
setExtensionLineOvershot(double overshot)
Deprecated. Length of the extension line overshot. |
void |
setExtensionLineSymbol(ILineSymbol symbol)
Deprecated. Symbol used for the extension lines. |
void |
setMarkerDisplay(int displayOption)
Deprecated. Arrow display of the style. |
void |
setMarkerFit(int fit)
Deprecated. Arrow fit policy of the style. |
void |
setMarkerFitTolerance(double tolerance)
Deprecated. Arrow fit tolerance of the style. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDimensionStyleDisplayProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDimensionStyleDisplayProxy()
public IDimensionStyleDisplayProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDimensionStyleDisplayProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDimensionStyleDisplayProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setDimensionLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setDimensionLineSymbol
in interface IDimensionStyleDisplay
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.public ILineSymbol getDimensionLineSymbol() throws java.io.IOException, AutomationException
getDimensionLineSymbol
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setExtensionLineSymbol
in interface IDimensionStyleDisplay
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.public ILineSymbol getExtensionLineSymbol() throws java.io.IOException, AutomationException
getExtensionLineSymbol
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBeginMarkerSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setBeginMarkerSymbol
in interface IDimensionStyleDisplay
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getBeginMarkerSymbol() throws java.io.IOException, AutomationException
getBeginMarkerSymbol
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEndMarkerSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setEndMarkerSymbol
in interface IDimensionStyleDisplay
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getEndMarkerSymbol() throws java.io.IOException, AutomationException
getEndMarkerSymbol
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionLineOvershot(double overshot) throws java.io.IOException, AutomationException
setExtensionLineOvershot
in interface IDimensionStyleDisplay
overshot
- The overshot (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getExtensionLineOvershot() throws java.io.IOException, AutomationException
getExtensionLineOvershot
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionLineOffset(double offset) throws java.io.IOException, AutomationException
setExtensionLineOffset
in interface IDimensionStyleDisplay
offset
- The offset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getExtensionLineOffset() throws java.io.IOException, AutomationException
getExtensionLineOffset
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDimensionLineDisplay(int displayOption) throws java.io.IOException, AutomationException
setDimensionLineDisplay
in interface IDimensionStyleDisplay
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDimensionLineDisplay() throws java.io.IOException, AutomationException
getDimensionLineDisplay
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtensionLineDisplay(int displayOption) throws java.io.IOException, AutomationException
setExtensionLineDisplay
in interface IDimensionStyleDisplay
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExtensionLineDisplay() throws java.io.IOException, AutomationException
getExtensionLineDisplay
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerDisplay(int displayOption) throws java.io.IOException, AutomationException
setMarkerDisplay
in interface IDimensionStyleDisplay
displayOption
- A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMarkerDisplay() throws java.io.IOException, AutomationException
getMarkerDisplay
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerFit(int fit) throws java.io.IOException, AutomationException
setMarkerFit
in interface IDimensionStyleDisplay
fit
- A com.esri.arcgis.carto.esriDimensionMarkerFit constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMarkerFit() throws java.io.IOException, AutomationException
getMarkerFit
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerFitTolerance(double tolerance) throws java.io.IOException, AutomationException
setMarkerFitTolerance
in interface IDimensionStyleDisplay
tolerance
- The tolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMarkerFitTolerance() throws java.io.IOException, AutomationException
getMarkerFitTolerance
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawLineOnFit(boolean draw) throws java.io.IOException, AutomationException
setDrawLineOnFit
in interface IDimensionStyleDisplay
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawLineOnFit() throws java.io.IOException, AutomationException
isDrawLineOnFit
in interface IDimensionStyleDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBaselineHeight(double height) throws java.io.IOException, AutomationException
setBaselineHeight
in interface IDimensionStyleDisplay
height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBaselineHeight() throws java.io.IOException, AutomationException
getBaselineHeight
in interface IDimensionStyleDisplay
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 |