|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACGradientFillSymbol
COM Interface 'IACGradientFillSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control ArcIMS gradient fill symbol.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7e9b1c09_f4d7_4bb0_9340_00dfa8fe5f5c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IColor |
getFinishColor()
The end color. |
IColor |
getStartColor()
The start color. |
int |
getType()
The fill type. |
boolean |
isOverlap()
Indicates if labels can overlap this symbol. |
void |
setFinishColor(IColor color)
The end color. |
void |
setOverlap(boolean flag)
Indicates if labels can overlap this symbol. |
void |
setStartColor(IColor color)
The start color. |
void |
setType(int type)
The fill type. |
Field Detail |
---|
static final int IID7e9b1c09_f4d7_4bb0_9340_00dfa8fe5f5c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.acGradientFillType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getStartColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getFinishColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFinishColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverlap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlap(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.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 |