|
|||||||||
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.IACRasterMarkerSymbolProxy
Description: 'Provides access to members that control ArcIMS raster marker 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 IACRasterMarkerSymbolProxy
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.IACRasterMarkerSymbol |
---|
IID, IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6 |
Constructor Summary | |
---|---|
|
IACRasterMarkerSymbolProxy()
Deprecated. For internal use only |
|
IACRasterMarkerSymbolProxy(java.lang.Object obj)
Deprecated. |
protected |
IACRasterMarkerSymbolProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IACRasterMarkerSymbolProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IACRasterMarkerSymbolProxy(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. |
int |
getHeight()
Deprecated. The height of the bitmap in pixels. |
IPoint |
getHotSpot()
Deprecated. The hotspot of the bitmap. |
java.lang.String |
getImage()
Deprecated. The path to the image. |
IColor |
getShadowColor()
Deprecated. The shadow color. |
java.lang.String |
getURL()
Deprecated. The url to access the image. |
int |
getWidth()
Deprecated. The width of the bitmap in pixels. |
boolean |
isOverlap()
Deprecated. Indicates if labels can overlap this symbol. |
boolean |
isShadow()
Deprecated. Indicates if the shadow is used. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHeight(int height)
Deprecated. The height of the bitmap in pixels. |
void |
setHotSpot(IPoint point)
Deprecated. The hotspot of the bitmap. |
void |
setImage(java.lang.String path)
Deprecated. The path to the image. |
void |
setOverlap(boolean flag)
Deprecated. Indicates if labels can overlap this symbol. |
void |
setShadow(boolean flag)
Deprecated. Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
Deprecated. The shadow color. |
void |
setURL(java.lang.String uRL)
Deprecated. The url to access the image. |
void |
setWidth(int width)
Deprecated. The width of the bitmap in pixels. |
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 IACRasterMarkerSymbolProxy(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 IACRasterMarkerSymbolProxy()
public IACRasterMarkerSymbolProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IACRasterMarkerSymbolProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IACRasterMarkerSymbolProxy(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 java.lang.String getURL() throws java.io.IOException, AutomationException
getURL
in interface IACRasterMarkerSymbol
java.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 IACRasterMarkerSymbol
uRL
- 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 IACRasterMarkerSymbol
java.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 IACRasterMarkerSymbol
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverlap() throws java.io.IOException, AutomationException
isOverlap
in interface IACRasterMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlap(boolean flag) throws java.io.IOException, AutomationException
setOverlap
in interface IACRasterMarkerSymbol
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IACRasterMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int width) throws java.io.IOException, AutomationException
setWidth
in interface IACRasterMarkerSymbol
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IACRasterMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int height) throws java.io.IOException, AutomationException
setHeight
in interface IACRasterMarkerSymbol
height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getHotSpot() throws java.io.IOException, AutomationException
getHotSpot
in interface IACRasterMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHotSpot(IPoint point) throws java.io.IOException, AutomationException
setHotSpot
in interface IACRasterMarkerSymbol
point
- 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 boolean isShadow() throws java.io.IOException, AutomationException
isShadow
in interface IACRasterMarkerSymbol
java.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 IACRasterMarkerSymbol
flag
- 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 IACRasterMarkerSymbol
java.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 IACRasterMarkerSymbol
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |