|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicFillSymbol
Provides access to properties of the basic fill symbol.
Use IBasicFillSymbol to create a new basic fill symbol for drawing polygon geometries.
FillPattern is the property that returns a reference to a fill pattern such as GradientPattern, LinePattern or SolidColorPattern. When new basic fill symbols are created, the fill pattern is defaulted to solid color pattern with black color fill. Use IFillPattern to change the fill pattern.
Method Summary | |
---|---|
IFillPattern |
getFillPattern()
Fill pattern of a basic fill symbol. |
void |
setFillPatternByRef(IFillPattern pattern)
Fill pattern of a basic fill symbol. |
Method Detail |
---|
IFillPattern getFillPattern() throws IOException, AutomationException
Use IFillPattern interface to change FillPattern property of a BasicFillSymbol object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFillPatternByRef(IFillPattern pattern) throws IOException, AutomationException
pattern
- A reference to a com.esri.arcgis.display.IFillPattern (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 |