|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextureFillSymbol
COM Interface 'ITextureFillSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that control the texture 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 |
IID3f6d8301_5a5a_4b84_969f_433af07ee1a3
|
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(java.lang.String fileName)
Create fill symbol from image file. |
double |
getAngle()
Angle of texture fill. |
IColor |
getBitmapTransparencyColor()
Color within bitmap indicating transparency. |
double |
getSize()
World size of texture. |
IGeometryMaterial |
getTexture()
Texture used for fill. |
void |
setAngle(double angle)
Angle of texture fill. |
void |
setBitmapTransparencyColor(IColor color)
Color within bitmap indicating transparency. |
void |
setSize(double pSize)
World size of texture. |
void |
setTextureByRef(IGeometryMaterial texture)
Texture used for fill. |
Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
---|
getColor, getOutline, setColor, setOutline |
Field Detail |
---|
static final int IID3f6d8301_5a5a_4b84_969f_433af07ee1a3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeometryMaterial getTexture() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextureByRef(IGeometryMaterial texture) throws java.io.IOException, AutomationException
texture
- A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (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 getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(double pSize) throws java.io.IOException, AutomationException
pSize
- The pSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFillSymbolFromFile(java.lang.String fileName) throws java.io.IOException, AutomationException
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 |