|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextureLineSymbol
COM Interface 'ITextureLineSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that control the texture 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 |
IIDd47a4da5_6d42_11d6_a13e_00508bd60cb9
|
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(java.lang.String fileName)
Create line symbol from texture file. |
IColor |
getBitmapTransparencyColor()
Color within bitmap indicating transparency. |
IGeometryMaterial |
getTexture()
Texture used for line. |
boolean |
isVerticalOrientation()
Indicates whether line is oriented vertically. |
void |
setBitmapTransparencyColor(IColor color)
Color within bitmap indicating transparency. |
void |
setTextureByRef(IGeometryMaterial texture)
Texture used for line. |
void |
setVerticalOrientation(boolean bVertical)
Indicates whether line is oriented vertically. |
Methods inherited from interface com.esri.arcgis.display.ILineSymbol |
---|
getColor, getWidth, setColor, setWidth |
Field Detail |
---|
static final int IIDd47a4da5_6d42_11d6_a13e_00508bd60cb9
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.void createLineSymbolFromFile(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.boolean isVerticalOrientation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalOrientation(boolean bVertical) throws java.io.IOException, AutomationException
bVertical
- The bVertical (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 |