|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexGridTabStyle
COM Interface 'IIndexGridTabStyle'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the way an index grid's labels are drawn.' 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 |
IIDce41c50a_9df9_11d2_aade_000000000000
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IColor |
getForegroundColor()
The foreground color of the tab. |
IColor |
getOutlineColor()
The outline color of the tab. |
double |
getThickness()
The thickness of the tab in points. |
void |
prepareDraw(java.lang.String labelValue,
double tabWidthPage,
int axis)
Sets up the tab for drawing. |
void |
setForegroundColor(IColor color)
The foreground color of the tab. |
void |
setOutlineColor(IColor color)
The outline color of the tab. |
void |
setThickness(double thicknessPts)
The thickness of the tab in points. |
Field Detail |
---|
static final int IIDce41c50a_9df9_11d2_aade_000000000000
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IColor getForegroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForegroundColor(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 getOutlineColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutlineColor(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.double getThickness() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThickness(double thicknessPts) throws java.io.IOException, AutomationException
thicknessPts
- The thicknessPts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void prepareDraw(java.lang.String labelValue, double tabWidthPage, int axis) throws java.io.IOException, AutomationException
labelValue
- The labelValue (in)tabWidthPage
- The tabWidthPage (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (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 |