|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextureLineSymbol
Provides access to members that control the texture line symbol.
| Method Summary | |
|---|---|
void |
createLineSymbolFromFile(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 |
| Method Detail |
|---|
IGeometryMaterial getTexture()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextureByRef(IGeometryMaterial texture)
throws IOException,
AutomationException
texture - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBitmapTransparencyColor(IColor color)
throws IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getBitmapTransparencyColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createLineSymbolFromFile(String fileName)
throws IOException,
AutomationException
fileName - The fileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVerticalOrientation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalOrientation(boolean bVertical)
throws IOException,
AutomationException
bVertical - The bVertical (in)
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 | ||||||||