|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerFillSymbol
Provides access to members that control the marker fill symbol.
You can use any MarkerSymbol for your fill, but note that the PictureFillSymbol may be more appropriate for your needs than using a PictureMarkerSymbol as the MarkerSymbol.
If the esriMFSGrid style is chosen, then the Marker objects will be aligned on a grid starting at the origin of the container's coordinate system, with the center of a marker at (0,0); therefore, if the same fill is applied to many shapes in one container, the markers within every shape will align together.
Method Summary | |
---|---|
double |
getGridAngle()
Angle of marker position grid. |
IMarkerSymbol |
getMarkerSymbol()
Marker symbol used for fill. |
int |
getStyle()
Fill style. |
void |
setGridAngle(double angle)
Angle of marker position grid. |
void |
setMarkerSymbolByRef(IMarkerSymbol marker)
Marker symbol used for fill. |
void |
setStyle(int style)
Fill style. |
Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
---|
getColor, getOutline, setColor, setOutline |
Method Detail |
---|
IMarkerSymbol getMarkerSymbol() throws IOException, AutomationException
MarkerSymbol is the marker used as the fill pattern. Any IMarkerSymbol interface can be used.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerSymbolByRef(IMarkerSymbol marker) throws IOException, AutomationException
MarkerSymbol is the marker used as the fill pattern. Any IMarkerSymbol interface can be used.
marker
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyle() throws IOException, AutomationException
Style is the enumeration that defines whether the markers are place in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. esriMFSGrid is the default Style.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyle(int style) throws IOException, AutomationException
Style is the enumeration that defines whether the markers are place in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. esriMFSGrid is the default Style.
style
- A com.esri.arcgis.display.esriMarkerFillStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridAngle() throws IOException, AutomationException
Not yet implemented.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridAngle(double angle) throws IOException, AutomationException
Not yet implemented.
angle
- The angle (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 |