|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACRasterMarkerSymbol
COM Interface 'IACRasterMarkerSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getHeight()
The height of the bitmap in pixels. |
IPoint |
getHotSpot()
The hotspot of the bitmap. |
java.lang.String |
getImage()
The path to the image. |
IColor |
getShadowColor()
The shadow color. |
java.lang.String |
getURL()
The url to access the image. |
int |
getWidth()
The width of the bitmap in pixels. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
boolean |
isShadow()
Indicates if the shadow is used. |
void |
setHeight(int height)
The height of the bitmap in pixels. |
void |
setHotSpot(IPoint point)
The hotspot of the bitmap. |
void |
setImage(java.lang.String path)
The path to the image. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setShadow(boolean flag)
Indicates if the shadow is used. |
void |
setShadowColor(IColor color)
The shadow color. |
void |
setURL(java.lang.String uRL)
The url to access the image. |
void |
setWidth(int width)
The width of the bitmap in pixels. |
Field Detail |
---|
static final int IIDea422e0d_124d_4266_b2a8_a2931f1eaaa6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String uRL) throws java.io.IOException, AutomationException
uRL
- The uRL (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImage(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlap(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.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int height) throws java.io.IOException, AutomationException
height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getHotSpot() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHotSpot(IPoint point) throws java.io.IOException, AutomationException
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.boolean isShadow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadow(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.IColor getShadowColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShadowColor(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |