|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureLineSymbol
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 |
---|
static final int IID22c8c5a0_84fc_11d4_834d_0080c79f0371
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
Picture getPicture() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPictureByRef(Picture pictureDisp) throws java.io.IOException, AutomationException
pictureDisp
- A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(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.void setBitmapTransparencyColor(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.IColor getBitmapTransparencyColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRotate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotate(boolean rotate) throws java.io.IOException, AutomationException
rotate
- The rotate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXScale(double xScale) throws java.io.IOException, AutomationException
xScale
- The xScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYScale(double yScale) throws java.io.IOException, AutomationException
yScale
- The yScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOffset(double offset) throws java.io.IOException, AutomationException
offset
- The offset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSwapForeGroundBackGroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSwapForeGroundBackGroundColor(boolean swap) throws java.io.IOException, AutomationException
swap
- The swap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createLineSymbolFromFile(int type, java.lang.String fileName) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.display.esriIPictureType constant (in)fileName
- The fileName (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 |