|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorRampSymbol2
Provides access to members that control ColorRamp symbolization.
Method Summary | |
---|---|
boolean |
isHorizontal()
Indicates whether ramp is drawn horizontally. |
boolean |
isShowTics()
Indicates whether to draw tic marks between intervals. |
void |
setHorizontal(boolean flag)
Indicates whether ramp is drawn horizontally. |
void |
setShowTics(boolean flag)
Indicates whether to draw tic marks between intervals. |
Methods inherited from interface com.esri.arcgis.carto.IColorRampSymbol |
---|
getColorRamp, getLegendClassIndex, getLegendGroup, isInvert, setColorRamp, setColorRampInLegendGroup, setInvert, setLegendClassIndex, setLegendGroupByRef |
Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
---|
getColor, getOutline, setColor, setOutline |
Method Detail |
---|
boolean isHorizontal() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontal(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowTics(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |