|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IGridLabel2Proxy
Description: 'Provides additional 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 IGridLabel2Proxy
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.IGridLabel2 |
|---|
IID, IID76b22cba_a25b_41e5_b8ba_f29ae31822bb |
| Constructor Summary | |
|---|---|
|
IGridLabel2Proxy()
Deprecated. For internal use only |
|
IGridLabel2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGridLabel2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGridLabel2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGridLabel2Proxy(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 |
getFontSize()
Deprecated. The font size 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 |
setFontSize(double size)
Deprecated. The font size 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 IGridLabel2Proxy(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.IOExceptionpublic IGridLabel2Proxy()
public IGridLabel2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGridLabel2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGridLabel2Proxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IGridLabel2java.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 IGridLabel2grid - 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 IGridLabel2java.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 IGridLabel2ppObject - 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 IGridLabel2java.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 IGridLabel2font - 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 IGridLabel2java.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 IGridLabel2color - 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 IGridLabel2java.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 IGridLabel2offsetPoints - 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 IGridLabel2axis - 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 IGridLabel2axis - 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 IGridLabel2labelValue - 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 IGridLabel2labelValue - 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 IGridLabel2hDC - 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.
public double getFontSize()
throws java.io.IOException,
AutomationException
getFontSize in interface IGridLabel2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontSize(double size)
throws java.io.IOException,
AutomationException
setFontSize in interface IGridLabel2size - The size (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 | ||||||||