|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPictureFillSymbol
COM Interface 'IPictureFillSymbol'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the picture fill 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 |
IIDd842b081_330c_11d2_9168_0000f87808ee
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.display.IFillSymbol |
|---|
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21 |
| Method Summary | |
|---|---|
void |
createFillSymbolFromFile(int type,
java.lang.String fileName)
Create fill symbol from picture file. |
double |
getAngle()
Angle of picture fill. |
IColor |
getBackgroundColor()
Fill background color. |
IColor |
getBitmapTransparencyColor()
Color within bitmap indicating transparency. |
Picture |
getPicture()
Picture used for fill. |
double |
getXScale()
Scale of picture fill along X-axis. |
double |
getYScale()
Scale of picture fill along Y-axis. |
boolean |
isSwapForeGroundBackGroundColor()
Indicates if the foreground and background colors are swapped on 1 Bit Images Only. |
void |
setAngle(double angle)
Angle of picture fill. |
void |
setBackgroundColor(IColor color)
Fill background color. |
void |
setBitmapTransparencyColor(IColor color)
Color within bitmap indicating transparency. |
void |
setPictureByRef(Picture pictureDisp)
Picture used for fill. |
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 fill along X-axis. |
void |
setYScale(double yScale)
Scale of picture fill along Y-axis. |
| Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
|---|
getColor, getOutline, setColor, setOutline |
| Field Detail |
|---|
static final int IIDd842b081_330c_11d2_9168_0000f87808ee
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.
double getAngle()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAngle(double angle)
throws java.io.IOException,
AutomationException
angle - The angle (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.
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 createFillSymbolFromFile(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 | ||||||||