com.esri.arcgis.display
Interface IPictureMarkerSymbol

All Superinterfaces:
IMarkerSymbol, java.io.Serializable
All Known Implementing Classes:
IPictureMarkerSymbolProxy, PictureMarkerSymbol

public interface IPictureMarkerSymbol
extends IMarkerSymbol, java.io.Serializable

COM Interface 'IPictureMarkerSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the raster (bitmap) 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 IID7914e5e9_c892_11d0_8bb6_080009ee4e41
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IMarkerSymbol
IIDe6bdaa7c_4d35_11d0_98be_00805f7ced21
 
Method Summary
 void createMarkerSymbolFromFile(int type, java.lang.String fileName)
          Create symbol from picture file.
 IColor getBackgroundColor()
          Background color of the picture for 1 bit images.
 IColor getBitmapTransparencyColor()
          Color within bitmap indicating transparency.
 Picture getPicture()
          Picture used for marker symbol.
 boolean isSwapForeGroundBackGroundColor()
          Indicates if foreground and background colors are swapped on 1 Bit Images Only.
 void setBackgroundColor(IColor color)
          Background color of the picture for 1 bit images.
 void setBitmapTransparencyColor(IColor color)
          Color within bitmap indicating transparency.
 void setPictureByRef(Picture pictureDisp)
          Picture used for marker symbol.
 void setSwapForeGroundBackGroundColor(boolean swap)
          Indicates if foreground and background colors are swapped on 1 Bit Images Only.
 
Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset
 

Field Detail

IID7914e5e9_c892_11d0_8bb6_080009ee4e41

static final int IID7914e5e9_c892_11d0_8bb6_080009ee4e41
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPicture

Picture getPicture()
                   throws java.io.IOException,
                          AutomationException
Picture used for marker symbol.

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPictureByRef

void setPictureByRef(Picture pictureDisp)
                     throws java.io.IOException,
                            AutomationException
Picture used for marker symbol.

Parameters:
pictureDisp - A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Background color of the picture for 1 bit images.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

void setBackgroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
Background color of the picture for 1 bit images.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBitmapTransparencyColor

IColor getBitmapTransparencyColor()
                                  throws java.io.IOException,
                                         AutomationException
Color within bitmap indicating transparency.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBitmapTransparencyColor

void setBitmapTransparencyColor(IColor color)
                                throws java.io.IOException,
                                       AutomationException
Color within bitmap indicating transparency.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSwapForeGroundBackGroundColor

boolean isSwapForeGroundBackGroundColor()
                                        throws java.io.IOException,
                                               AutomationException
Indicates if foreground and background colors are swapped on 1 Bit Images Only.

Returns:
The swap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSwapForeGroundBackGroundColor

void setSwapForeGroundBackGroundColor(boolean swap)
                                      throws java.io.IOException,
                                             AutomationException
Indicates if foreground and background colors are swapped on 1 Bit Images Only.

Parameters:
swap - The swap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createMarkerSymbolFromFile

void createMarkerSymbolFromFile(int type,
                                java.lang.String fileName)
                                throws java.io.IOException,
                                       AutomationException
Create symbol from picture file.

Parameters:
type - A com.esri.arcgis.display.esriIPictureType constant (in)
fileName - The fileName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.