|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IACRasterShieldSymbolProxy
Description: 'Provides access to members that control ArcIMS raster shield symbol.' 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 IACRasterShieldSymbolProxy
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.IACRasterShieldSymbol |
|---|
IID, IID33282097_f60f_402a_a047_c0ec72de5186 |
| Constructor Summary | |
|---|---|
|
IACRasterShieldSymbolProxy()
Deprecated. For internal use only |
|
IACRasterShieldSymbolProxy(java.lang.Object obj)
Deprecated. |
protected |
IACRasterShieldSymbolProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IACRasterShieldSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IACRasterShieldSymbolProxy(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. |
java.lang.String |
getFont()
Deprecated. The font name. |
IColor |
getFontColor()
Deprecated. The font color. |
int |
getFontSize()
Deprecated. The font size. |
int |
getFontStyle()
Deprecated. The font style. |
java.lang.String |
getImage()
Deprecated. The path to the image. |
int |
getLabelMode()
Deprecated. The label mode. |
int |
getPrintMode()
Deprecated. The print mode. |
IColor |
getShadowColor()
Deprecated. The shadow color. |
IPoint |
getTextPosition()
Deprecated. The text position on the bitmap. |
java.lang.String |
getURL()
Deprecated. The url to access the image. |
boolean |
isBoundary()
Deprecated. Indicates if a boundary is drawn. |
boolean |
isShadow()
Deprecated. Indicates if the shadow is used. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBoundary(boolean flag)
Deprecated. Indicates if a boundary is drawn. |
void |
setFont(java.lang.String font)
Deprecated. The font name. |
void |
setFontColor(IColor color)
Deprecated. The font color. |
void |
setFontSize(int fontSize)
Deprecated. The font size. |
void |
setFontStyle(int fontStyle)
Deprecated. The font style. |
void |
setImage(java.lang.String path)
Deprecated. The path to the image. |
void |
setLabelMode(int labelMode)
Deprecated. The label mode. |
void |
setPrintMode(int printMode)
Deprecated. The print mode. |
void |
setShadow(boolean flag)
Deprecated. Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
Deprecated. The shadow color. |
void |
setTextPosition(IPoint point)
Deprecated. The text position on the bitmap. |
void |
setURL(java.lang.String uRL)
Deprecated. The url to access the image. |
| 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 IACRasterShieldSymbolProxy(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.IOExceptionpublic IACRasterShieldSymbolProxy()
public IACRasterShieldSymbolProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IACRasterShieldSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IACRasterShieldSymbolProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getURL()
throws java.io.IOException,
AutomationException
getURL in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
setURL in interface IACRasterShieldSymboluRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getImage()
throws java.io.IOException,
AutomationException
getImage in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setImage(java.lang.String path)
throws java.io.IOException,
AutomationException
setImage in interface IACRasterShieldSymbolpath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFont()
throws java.io.IOException,
AutomationException
getFont in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFont(java.lang.String font)
throws java.io.IOException,
AutomationException
setFont in interface IACRasterShieldSymbolfont - The font (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFontStyle()
throws java.io.IOException,
AutomationException
getFontStyle in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontStyle(int fontStyle)
throws java.io.IOException,
AutomationException
setFontStyle in interface IACRasterShieldSymbolfontStyle - A com.esri.arcgis.carto.acFontStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFontSize()
throws java.io.IOException,
AutomationException
getFontSize in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontSize(int fontSize)
throws java.io.IOException,
AutomationException
setFontSize in interface IACRasterShieldSymbolfontSize - The fontSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getFontColor()
throws java.io.IOException,
AutomationException
getFontColor in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontColor(IColor color)
throws java.io.IOException,
AutomationException
setFontColor in interface IACRasterShieldSymbolcolor - 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.
public boolean isShadow()
throws java.io.IOException,
AutomationException
isShadow in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadow(boolean flag)
throws java.io.IOException,
AutomationException
setShadow in interface IACRasterShieldSymbolflag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getShadowColor()
throws java.io.IOException,
AutomationException
getShadowColor in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShadowColor(IColor color)
throws java.io.IOException,
AutomationException
setShadowColor in interface IACRasterShieldSymbolcolor - 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.
public int getPrintMode()
throws java.io.IOException,
AutomationException
getPrintMode in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrintMode(int printMode)
throws java.io.IOException,
AutomationException
setPrintMode in interface IACRasterShieldSymbolprintMode - A com.esri.arcgis.carto.acPrintMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getTextPosition()
throws java.io.IOException,
AutomationException
getTextPosition in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextPosition(IPoint point)
throws java.io.IOException,
AutomationException
setTextPosition in interface IACRasterShieldSymbolpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLabelMode()
throws java.io.IOException,
AutomationException
getLabelMode in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelMode(int labelMode)
throws java.io.IOException,
AutomationException
setLabelMode in interface IACRasterShieldSymbollabelMode - A com.esri.arcgis.carto.acLabelMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBoundary()
throws java.io.IOException,
AutomationException
isBoundary in interface IACRasterShieldSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBoundary(boolean flag)
throws java.io.IOException,
AutomationException
setBoundary in interface IACRasterShieldSymbolflag - 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 | ||||||||