com.esri.arcgis.display
Interface IPictureLineSymbol

All Superinterfaces:
ILineSymbol, java.io.Serializable
All Known Implementing Classes:
IPictureLineSymbolProxy, PictureLineSymbol

public interface IPictureLineSymbol
extends ILineSymbol, java.io.Serializable

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

Description: 'Provides access to members that control the picture line 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 IID22c8c5a0_84fc_11d4_834d_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ILineSymbol
IIDe6bdaa7d_4d35_11d0_98be_00805f7ced21
 
Method Summary
 void createLineSymbolFromFile(int type, java.lang.String fileName)
          Create line symbol from picture file.
 IColor getBackgroundColor()
          Line background color.
 IColor getBitmapTransparencyColor()
          Color within bitmap indicating transparency.
 double getOffset()
          Picture offset from center of line.
 Picture getPicture()
          Picture used for line.
 double getXScale()
          Scale of picture along X-axis.
 double getYScale()
          Scale of picture along Y-axis.
 boolean isRotate()
          Indicates if the picture is rotated to follow the line.
 boolean isSwapForeGroundBackGroundColor()
          Indicates if the foreground and background colors are swapped on 1 Bit Images Only.
 void setBackgroundColor(IColor color)
          Line background color.
 void setBitmapTransparencyColor(IColor color)
          Color within bitmap indicating transparency.
 void setOffset(double offset)
          Picture offset from center of line.
 void setPictureByRef(Picture pictureDisp)
          Picture used for line.
 void setRotate(boolean rotate)
          Indicates if the picture is rotated to follow the line.
 void setSwapForeGroundBackGroundColor(boolean swap)
          Indicates if the foreground and background colors are swapped on 1 Bit Images Only.
 void setXScale(double xScale)
          Scale of picture along X-axis.
 void setYScale(double yScale)
          Scale of picture along Y-axis.
 
Methods inherited from interface com.esri.arcgis.display.ILineSymbol
getColor, getWidth, setColor, setWidth
 

Field Detail

IID22c8c5a0_84fc_11d4_834d_0080c79f0371

static final int IID22c8c5a0_84fc_11d4_834d_0080c79f0371
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 line.

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 line.

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
Line background color.

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
Line background color.

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.

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.

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.

isRotate

boolean isRotate()
                 throws java.io.IOException,
                        AutomationException
Indicates if the picture is rotated to follow the line.

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

setRotate

void setRotate(boolean rotate)
               throws java.io.IOException,
                      AutomationException
Indicates if the picture is rotated to follow the line.

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

getXScale

double getXScale()
                 throws java.io.IOException,
                        AutomationException
Scale of picture along X-axis.

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

setXScale

void setXScale(double xScale)
               throws java.io.IOException,
                      AutomationException
Scale of picture along X-axis.

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

getYScale

double getYScale()
                 throws java.io.IOException,
                        AutomationException
Scale of picture along Y-axis.

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

setYScale

void setYScale(double yScale)
               throws java.io.IOException,
                      AutomationException
Scale of picture along Y-axis.

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

getOffset

double getOffset()
                 throws java.io.IOException,
                        AutomationException
Picture offset from center of line.

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

setOffset

void setOffset(double offset)
               throws java.io.IOException,
                      AutomationException
Picture offset from center of line.

Parameters:
offset - The offset (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 the 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 the 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.

createLineSymbolFromFile

void createLineSymbolFromFile(int type,
                              java.lang.String fileName)
                              throws java.io.IOException,
                                     AutomationException
Create line 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.