|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IGridLabelProxy
Description: 'Provides access to members that control the way a map grid is labeled.' 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 =
public class IGridLabelProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IGridLabel |
---|
IID, IIDce41c501_9df9_11d2_aade_000000000000 |
Constructor Summary | |
---|---|
|
IGridLabelProxy()
Deprecated. For internal use only |
|
IGridLabelProxy(java.lang.Object obj)
Deprecated. |
protected |
IGridLabelProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGridLabelProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGridLabelProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
draw(double labelValue,
IPoint location,
int axis,
IDisplay display)
Deprecated. Draws a label on the specified grid axis. |
IColor |
getColor()
Deprecated. The color of the grid label. |
java.lang.String |
getDisplayName()
Deprecated. The display name for the type of grid label. |
java.lang.Object |
getEditObject()
Deprecated. The interface to an object that can be edited with a property sheet. |
Font |
getFont()
Deprecated. The font used by the grid label. |
double |
getLabelOffset()
Deprecated. The offset of the grid label from the border in points. |
boolean |
isApplies(IMapGrid grid)
Deprecated. Indicates if this grid label can be used with the specified map grid. |
boolean |
isLabelAlignment(int axis)
Deprecated. Indicates if the grid label is horizontal (true) or vertical (false) on the specified axis. |
void |
preview(int hDC,
tagRECT rectangle)
Deprecated. Draws a preview of the grid label into the specified hdc. |
void |
queryTextExtent(double labelValue,
IPoint location,
int axis,
IDisplay display,
IEnvelope extent)
Deprecated. Determines the extent of a label's text on the specified grid axis. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setColor(IColor color)
Deprecated. The color of the grid label. |
void |
setEditObject(java.lang.Object ppObject)
Deprecated. The interface to an object that can be edited with a property sheet. |
void |
setFont(Font font)
Deprecated. The font used by the grid label. |
void |
setLabelAlignment(int axis,
boolean horizontal)
Deprecated. Indicates if the grid label is horizontal (true) or vertical (false) on the specified axis. |
void |
setLabelOffset(double offsetPoints)
Deprecated. The offset of the grid label from the border in points. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGridLabelProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGridLabelProxy()
public IGridLabelProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGridLabelProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGridLabelProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface IGridLabel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isApplies(IMapGrid grid) throws java.io.IOException, AutomationException
isApplies
in interface IGridLabel
grid
- A reference to a com.esri.arcgis.carto.IMapGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getEditObject() throws java.io.IOException, AutomationException
getEditObject
in interface IGridLabel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditObject(java.lang.Object ppObject) throws java.io.IOException, AutomationException
setEditObject
in interface IGridLabel
ppObject
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Font getFont() throws java.io.IOException, AutomationException
getFont
in interface IGridLabel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFont(Font font) throws java.io.IOException, AutomationException
setFont
in interface IGridLabel
font
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getColor() throws java.io.IOException, AutomationException
getColor
in interface IGridLabel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(IColor color) throws java.io.IOException, AutomationException
setColor
in interface IGridLabel
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.public double getLabelOffset() throws java.io.IOException, AutomationException
getLabelOffset
in interface IGridLabel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelOffset(double offsetPoints) throws java.io.IOException, AutomationException
setLabelOffset
in interface IGridLabel
offsetPoints
- The offsetPoints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLabelAlignment(int axis) throws java.io.IOException, AutomationException
isLabelAlignment
in interface IGridLabel
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.public void setLabelAlignment(int axis, boolean horizontal) throws java.io.IOException, AutomationException
setLabelAlignment
in interface IGridLabel
axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)horizontal
- The horizontal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTextExtent(double labelValue, IPoint location, int axis, IDisplay display, IEnvelope extent) throws java.io.IOException, AutomationException
queryTextExtent
in interface IGridLabel
labelValue
- The labelValue (in)location
- A reference to a com.esri.arcgis.geometry.IPoint (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(double labelValue, IPoint location, int axis, IDisplay display) throws java.io.IOException, AutomationException
draw
in interface IGridLabel
labelValue
- The labelValue (in)location
- A reference to a com.esri.arcgis.geometry.IPoint (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void preview(int hDC, tagRECT rectangle) throws java.io.IOException, AutomationException
preview
in interface IGridLabel
hDC
- The hDC (A COM typedef) (in)rectangle
- A Structure: com.esri.arcgis.system.tagRECT (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 |