com.esri.arcgis.carto
Class IExportInfoGeneratorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IExportInfoGeneratorProxy
All Implemented Interfaces:
IExportInfoGenerator, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IExportInfoGenerator'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IExportInfoGenerator, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IExportInfoGeneratorProxy

public IExportInfoGeneratorProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IExportInfoGeneratorProxy

public IExportInfoGeneratorProxy()
Deprecated. 
For internal use only


IExportInfoGeneratorProxy

public IExportInfoGeneratorProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IExportInfoGeneratorProxy

protected IExportInfoGeneratorProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IExportInfoGeneratorProxy

protected IExportInfoGeneratorProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

beginText

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
Deprecated. 
Generates export information about text that is starting to draw.

Specified by:
beginText in interface IExportInfoGenerator
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endText

public void endText(IDisplay pDisplay)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Generates export information that a started text has ended.

Specified by:
endText in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCmykColor

public void setCmykColor(IDisplay pDisplay,
                         int cmykColor,
                         boolean spotColor,
                         int colorType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Generates export information for a CMYK-color.

Specified by:
setCmykColor in interface IExportInfoGenerator
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginLayer

public void beginLayer(IDisplay pDisplay,
                       java.lang.String comment)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Generates export information that a layer is starting to draw. Adds the comment to the information.

Specified by:
beginLayer in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
comment - The comment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginLayerWithName

public void beginLayerWithName(IDisplay pDisplay,
                               ILayer pLayer)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Generates export information that a layer is starting to draw. Adds the layer name to the information.

Specified by:
beginLayerWithName in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginLayerWithNameAndPhase

public void beginLayerWithNameAndPhase(IDisplay pDisplay,
                                       ILayer pLayer,
                                       int viewDrawPhase)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Generates export information that a layer is starting to draw. Adds the layer name and draw phase to the information.

Specified by:
beginLayerWithNameAndPhase in interface IExportInfoGenerator
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endLayer

public void endLayer(IDisplay pDisplay)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Generates export information that a layer finished to draw.

Specified by:
endLayer in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginGroup

public void beginGroup(IDisplay pDisplay,
                       java.lang.String comment)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Generates export information that a group is starting to draw.

Specified by:
beginGroup in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
comment - The comment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endGroup

public void endGroup(IDisplay pDisplay)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Generates export information that a group finished to draw.

Specified by:
endGroup in interface IExportInfoGenerator
Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginMap

public void beginMap(IDisplay pDisplay,
                     int hDC,
                     IMap pMap)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Generates export information that a map is starting to draw.

Specified by:
beginMap in interface IExportInfoGenerator
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endMap

public void endMap(int hDC)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Generates export information that a map finished to draw.

Specified by:
endMap in interface IExportInfoGenerator
Parameters:
hDC - The hDC (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beginPageLayout

public void beginPageLayout(int hDC,
                            int focusMap)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Generates export information that a page layout is starting to draw.

Specified by:
beginPageLayout in interface IExportInfoGenerator
Parameters:
hDC - The hDC (A COM typedef) (in)
focusMap - The focusMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endPageLayout

public void endPageLayout(int hDC)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Generates export information that a page layout finished to draw.

Specified by:
endPageLayout in interface IExportInfoGenerator
Parameters:
hDC - The hDC (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.