|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICornerGridLabel
COM Interface 'ICornerGridLabel'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the corner properties of grid labels.' 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 |
IID8ed900fe_2573_4911_9c13_a24ac3bc3233
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getCornerValue(int corner,
int axis)
The corner value at the specified corner and axis. |
boolean |
isCornerLabel(int corner)
Indicates if the specified corner should be displayed as a special corner label. |
void |
setCornerLabel(int corner,
boolean isCorner)
Indicates if the specified corner should be displayed as a special corner label. |
void |
setCornerValue(int corner,
int axis,
double value)
The corner value at the specified corner and axis. |
Field Detail |
---|
static final int IID8ed900fe_2573_4911_9c13_a24ac3bc3233
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isCornerLabel(int corner) throws java.io.IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCornerLabel(int corner, boolean isCorner) throws java.io.IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)isCorner
- The isCorner (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCornerValue(int corner, int axis) throws java.io.IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (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.void setCornerValue(int corner, int axis, double value) throws java.io.IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)value
- The value (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 |