|
|||||||||
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.IExportInfoGeneratorProxy
Description: 'Provides access to members that help generate export information.' 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 IExportInfoGeneratorProxy
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.IExportInfoGenerator |
---|
IID, IID520c94fd_8858_4ead_b72a_cb36515bdaee |
Constructor Summary | |
---|---|
|
IExportInfoGeneratorProxy()
Deprecated. For internal use only |
|
IExportInfoGeneratorProxy(java.lang.Object obj)
Deprecated. |
protected |
IExportInfoGeneratorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IExportInfoGeneratorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IExportInfoGeneratorProxy(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 |
beginGroup(IDisplay pDisplay,
java.lang.String comment)
Deprecated. Generates export information that a group is starting to draw. |
void |
beginLayer(IDisplay pDisplay,
java.lang.String comment)
Deprecated. Generates export information that a layer is starting to draw. |
void |
beginLayerWithName(IDisplay pDisplay,
ILayer pLayer)
Deprecated. Generates export information that a layer is starting to draw. |
void |
beginLayerWithNameAndPhase(IDisplay pDisplay,
ILayer pLayer,
int viewDrawPhase)
Deprecated. Generates export information that a layer is starting to draw. |
void |
beginMap(IDisplay pDisplay,
int hDC,
IMap pMap)
Deprecated. Generates export information that a map is starting to draw. |
void |
beginPageLayout(int hDC,
int focusMap)
Deprecated. Generates export information that a page layout is starting to draw. |
void |
beginText(IDisplay pDisplay,
int type,
int kerning,
double tracking,
double widthScale,
double wordSpace,
double lineLeading,
java.lang.String text)
Deprecated. Generates export information about text that is starting to draw. |
void |
endGroup(IDisplay pDisplay)
Deprecated. Generates export information that a group finished to draw. |
void |
endLayer(IDisplay pDisplay)
Deprecated. Generates export information that a layer finished to draw. |
void |
endMap(int hDC)
Deprecated. Generates export information that a map finished to draw. |
void |
endPageLayout(int hDC)
Deprecated. Generates export information that a page layout finished to draw. |
void |
endText(IDisplay pDisplay)
Deprecated. Generates export information that a started text has ended. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCmykColor(IDisplay pDisplay,
int cmykColor,
boolean spotColor,
int colorType)
Deprecated. Generates export information for a CMYK-color. |
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 IExportInfoGeneratorProxy(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 IExportInfoGeneratorProxy()
public IExportInfoGeneratorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IExportInfoGeneratorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IExportInfoGeneratorProxy(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 void beginText(IDisplay pDisplay, int type, int kerning, double tracking, double widthScale, double wordSpace, double lineLeading, java.lang.String text) throws java.io.IOException, AutomationException
beginText
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)type
- The type (in)kerning
- The kerning (in)tracking
- The tracking (in)widthScale
- The widthScale (in)wordSpace
- The wordSpace (in)lineLeading
- The lineLeading (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endText(IDisplay pDisplay) throws java.io.IOException, AutomationException
endText
in interface IExportInfoGenerator
pDisplay
- 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 setCmykColor(IDisplay pDisplay, int cmykColor, boolean spotColor, int colorType) throws java.io.IOException, AutomationException
setCmykColor
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)cmykColor
- The cmykColor (A COM typedef) (in)spotColor
- The spotColor (in)colorType
- The colorType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beginLayer(IDisplay pDisplay, java.lang.String comment) throws java.io.IOException, AutomationException
beginLayer
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)comment
- The comment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beginLayerWithName(IDisplay pDisplay, ILayer pLayer) throws java.io.IOException, AutomationException
beginLayerWithName
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beginLayerWithNameAndPhase(IDisplay pDisplay, ILayer pLayer, int viewDrawPhase) throws java.io.IOException, AutomationException
beginLayerWithNameAndPhase
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)viewDrawPhase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endLayer(IDisplay pDisplay) throws java.io.IOException, AutomationException
endLayer
in interface IExportInfoGenerator
pDisplay
- 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 beginGroup(IDisplay pDisplay, java.lang.String comment) throws java.io.IOException, AutomationException
beginGroup
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)comment
- The comment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endGroup(IDisplay pDisplay) throws java.io.IOException, AutomationException
endGroup
in interface IExportInfoGenerator
pDisplay
- 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 beginMap(IDisplay pDisplay, int hDC, IMap pMap) throws java.io.IOException, AutomationException
beginMap
in interface IExportInfoGenerator
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)hDC
- The hDC (A COM typedef) (in)pMap
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endMap(int hDC) throws java.io.IOException, AutomationException
endMap
in interface IExportInfoGenerator
hDC
- The hDC (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void beginPageLayout(int hDC, int focusMap) throws java.io.IOException, AutomationException
beginPageLayout
in interface IExportInfoGenerator
hDC
- The hDC (A COM typedef) (in)focusMap
- The focusMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void endPageLayout(int hDC) throws java.io.IOException, AutomationException
endPageLayout
in interface IExportInfoGenerator
hDC
- The hDC (A COM typedef) (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 |