|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITextureFillSymbol
Provides access to members that control the texture fill symbol.
| Method Summary | |
|---|---|
void |
createFillSymbolFromFile(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 |
| 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.
double getAngle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAngle(double angle)
throws IOException,
AutomationException
angle - The angle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSize(double pSize)
throws IOException,
AutomationException
pSize - The pSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createFillSymbolFromFile(String fileName)
throws IOException,
AutomationException
fileName - The fileName (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 | ||||||||