|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValueRenderer2
Provides access to members that control a renderer where symbols are assigned to features based on unique attribute values.
Method Summary | |
---|---|
IColorRamp |
getColorRamp()
Color Ramp Object. |
boolean |
isFlipSymbols()
Indicates if symbols are flipped. |
boolean |
isReverseUniqueValuesSorting()
Indicates if unique values are flipped. |
void |
setColorRampByRef(IColorRamp ppColorRamp)
Color Ramp Object. |
void |
setFlipSymbols(boolean ascending)
Indicates if symbols are flipped. |
void |
setReverseUniqueValuesSorting(boolean ascending)
Indicates if unique values are flipped. |
Method Detail |
---|
IColorRamp getColorRamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorRampByRef(IColorRamp ppColorRamp) throws IOException, AutomationException
ppColorRamp
- A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReverseUniqueValuesSorting() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReverseUniqueValuesSorting(boolean ascending) throws IOException, AutomationException
ascending
- The ascending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFlipSymbols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlipSymbols(boolean ascending) throws IOException, AutomationException
ascending
- The ascending (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 |