|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFillPattern
Provides access to methods that control the fill pattern.
FillPattern is used to draw the fill pattern for a BasicFillSymbol. There are 3 types of fill patterns - GradientPattern, LinePattern and SolidColorPattern. When new basic fill symbols are created, the fill pattern is defaulted to solid color pattern with black color fill.
IFillPattern interface is used to change the fill patterns.
The following code shows how you can change the attributes of a FillPattern.
Method Summary | |
---|---|
void |
draw(IOutputContext context,
IGeometry geometry,
IEnvelope envelope)
Draws the fill pattern. |
Method Detail |
---|
void draw(IOutputContext context, IGeometry geometry, IEnvelope envelope) throws IOException, AutomationException
context
- A reference to a com.esri.arcgis.display.IOutputContext (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (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 |