|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassBreaksUIProperties2
Provides access to members that control some user interface properties of a ClassBreaksRenderer. The properties set through this interface do NOT affect what is drawn on the map.
Method Summary | |
---|---|
IColorRamp |
IClassBreaksUIProperties2_getColorRamp()
Color Ramp Object. |
boolean |
isFlipSymbols()
Indicates if symbols are flipped. |
void |
setColorRampByRef(IColorRamp ppColorRamp)
Color Ramp Object. |
void |
setFlipSymbols(boolean ascending)
Indicates if symbols are flipped. |
Method Detail |
---|
IColorRamp IClassBreaksUIProperties2_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
Sets the color ramp on the renderer for use during reclassification.
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 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 |