|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorRamp
Provides access to the methods and properties common to all color ramp objects.
IPresetColorRamp
,
IMultiPartColorRamp
,
IAlgorithmicColorRamp
,
IColorRamp.getColor(int)
,
IRandomColorRamp
,
IColorRamp.createRamp(boolean[])
,
IColorRamp
Method Summary | |
---|---|
void |
createRamp(boolean[] ok)
Generates a color ramp with length determined by Size value. |
IColor |
getColor(int index)
The color at the given index position. |
IEnumColors |
getColors()
The list of colors. |
String |
getName()
The name of the color ramp. |
int |
getSize()
The number of colors that will be generated by the CreateRamp method. |
void |
setName(String pName)
The name of the color ramp. |
void |
setSize(int count)
The number of colors that will be generated by the CreateRamp method. |
Method Detail |
---|
void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumColors getColors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getColor(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createRamp(boolean[] ok) throws IOException, AutomationException
ok
- The ok (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPresetColorRamp
,
IMultiPartColorRamp
,
IAlgorithmicColorRamp
,
IColorRamp.getColor(int)
,
IRandomColorRamp
,
IColorRamp.createRamp(boolean[])
,
IColorRamp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |