|
|||||||||
| 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.IPageProxy
Description: 'Provides access to members that control the Page.' 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 IPageProxy
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.IPage |
|---|
IID, IID2ab4981f_9406_11d0_87ef_080009ec732a |
| Constructor Summary | |
|---|---|
|
IPageProxy()
Deprecated. For internal use only |
|
IPageProxy(java.lang.Object obj)
Deprecated. |
protected |
IPageProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IPageProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IPageProxy(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 |
drawBackground(IDisplay display)
Deprecated. Draw the page background. |
void |
drawBorder(IDisplay display)
Deprecated. Draw the page border. |
void |
drawPaper(IDisplay display,
IColor eraseColor)
Deprecated. Draw the paper. |
void |
drawPrintableArea(IDisplay display)
Deprecated. Draw the printable area. |
IBackground |
getBackground()
Deprecated. The page background. |
IColor |
getBackgroundColor()
Deprecated. The page color. |
IBorder |
getBorder()
Deprecated. The page border. |
void |
getDeviceBounds(IPrinter printer,
short currentPage,
double overlap,
short resolution,
IEnvelope deviceBounds)
Deprecated. Return the printer page size in device units. |
int |
getFormID()
Deprecated. The Page form. |
short |
getOrientation()
Deprecated. The Page orientation. |
void |
getPageBounds(IPrinter printer,
short currentPage,
double overlap,
IEnvelope pageBounds)
Deprecated. Return the page size in page units. |
int |
getPageToPrinterMapping()
Deprecated. The page to printer mapping. |
IEnvelope |
getPrintableBounds()
Deprecated. The printable bounds. |
int |
getUnits()
Deprecated. The units used for the page and all associated coordinates. |
boolean |
isDelayEvents()
Deprecated. Indicates if the page stops firing IPageEvents until the flag is set to false. |
boolean |
isPrintableAreaVisible()
Deprecated. Indicates if the printable area is visible. |
boolean |
isStretchGraphicsWithPage()
Deprecated. Indicates if graphics should stretch with the page when the page size changes. |
void |
printerChanged(IPrinter printer)
Deprecated. Called by PageLayout when printer changes. |
void |
printerPageCount(IPrinter printer,
double overlap,
short[] pageCount)
Deprecated. The number of printer pages spanned by the page. |
void |
putCustomSize(double width,
double height)
Deprecated. The size of the page in page units. |
void |
querySize(double[] width,
double[] height)
Deprecated. The size of the page in page units. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBackground(IBackground background)
Deprecated. The page background. |
void |
setBackgroundColor(IColor color)
Deprecated. The page color. |
void |
setBorder(IBorder border)
Deprecated. The page border. |
void |
setDelayEvents(boolean delayEvents)
Deprecated. Indicates if the page stops firing IPageEvents until the flag is set to false. |
void |
setFormID(int formID)
Deprecated. The Page form. |
void |
setIsPrintableAreaVisible(boolean isPrintableAreaVisible)
Deprecated. Indicates if the printable area is visible. |
void |
setOrientation(short orientation)
Deprecated. The Page orientation. |
void |
setPageToPrinterMapping(int mode)
Deprecated. The page to printer mapping. |
void |
setStretchGraphicsWithPage(boolean stretchGraphicsWithPage)
Deprecated. Indicates if graphics should stretch with the page when the page size changes. |
void |
setUnits(int units)
Deprecated. The units used for the page and all associated coordinates. |
| 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 IPageProxy(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 IPageProxy()
public IPageProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IPageProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IPageProxy(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 int getFormID()
throws java.io.IOException,
AutomationException
getFormID in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFormID(int formID)
throws java.io.IOException,
AutomationException
setFormID in interface IPageformID - A com.esri.arcgis.carto.esriPageFormID constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getOrientation()
throws java.io.IOException,
AutomationException
getOrientation in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrientation(short orientation)
throws java.io.IOException,
AutomationException
setOrientation in interface IPageorientation - The orientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnits(int units)
throws java.io.IOException,
AutomationException
setUnits in interface IPageunits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getPrintableBounds()
throws java.io.IOException,
AutomationException
getPrintableBounds in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPrintableAreaVisible()
throws java.io.IOException,
AutomationException
isPrintableAreaVisible in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPrintableAreaVisible(boolean isPrintableAreaVisible)
throws java.io.IOException,
AutomationException
setIsPrintableAreaVisible in interface IPageisPrintableAreaVisible - The isPrintableAreaVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isStretchGraphicsWithPage()
throws java.io.IOException,
AutomationException
isStretchGraphicsWithPage in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStretchGraphicsWithPage(boolean stretchGraphicsWithPage)
throws java.io.IOException,
AutomationException
setStretchGraphicsWithPage in interface IPagestretchGraphicsWithPage - The stretchGraphicsWithPage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
throws java.io.IOException,
AutomationException
getBackgroundColor in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColor(IColor color)
throws java.io.IOException,
AutomationException
setBackgroundColor in interface IPagecolor - 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 IBorder getBorder()
throws java.io.IOException,
AutomationException
getBorder in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBorder(IBorder border)
throws java.io.IOException,
AutomationException
setBorder in interface IPageborder - A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IBackground getBackground()
throws java.io.IOException,
AutomationException
getBackground in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackground(IBackground background)
throws java.io.IOException,
AutomationException
setBackground in interface IPagebackground - A reference to a com.esri.arcgis.carto.IBackground (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDelayEvents()
throws java.io.IOException,
AutomationException
isDelayEvents in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDelayEvents(boolean delayEvents)
throws java.io.IOException,
AutomationException
setDelayEvents in interface IPagedelayEvents - The delayEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPageToPrinterMapping()
throws java.io.IOException,
AutomationException
getPageToPrinterMapping in interface IPagejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPageToPrinterMapping(int mode)
throws java.io.IOException,
AutomationException
setPageToPrinterMapping in interface IPagemode - A com.esri.arcgis.carto.esriPageToPrinterMapping constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void querySize(double[] width,
double[] height)
throws java.io.IOException,
AutomationException
querySize in interface IPagewidth - The width (out: use single element array)height - The height (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putCustomSize(double width,
double height)
throws java.io.IOException,
AutomationException
putCustomSize in interface IPagewidth - The width (in)height - The height (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void printerPageCount(IPrinter printer,
double overlap,
short[] pageCount)
throws java.io.IOException,
AutomationException
printerPageCount in interface IPageprinter - A reference to a com.esri.arcgis.output.IPrinter (in)overlap - The overlap (in)pageCount - The pageCount (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPageBounds(IPrinter printer,
short currentPage,
double overlap,
IEnvelope pageBounds)
throws java.io.IOException,
AutomationException
getPageBounds in interface IPageprinter - A reference to a com.esri.arcgis.output.IPrinter (in)currentPage - The currentPage (in)overlap - The overlap (in)pageBounds - 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 getDeviceBounds(IPrinter printer,
short currentPage,
double overlap,
short resolution,
IEnvelope deviceBounds)
throws java.io.IOException,
AutomationException
getDeviceBounds in interface IPageprinter - A reference to a com.esri.arcgis.output.IPrinter (in)currentPage - The currentPage (in)overlap - The overlap (in)resolution - The resolution (in)deviceBounds - 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 drawPaper(IDisplay display,
IColor eraseColor)
throws java.io.IOException,
AutomationException
drawPaper in interface IPagedisplay - A reference to a com.esri.arcgis.display.IDisplay (in)eraseColor - 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 void drawBackground(IDisplay display)
throws java.io.IOException,
AutomationException
drawBackground in interface IPagedisplay - 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 drawPrintableArea(IDisplay display)
throws java.io.IOException,
AutomationException
drawPrintableArea in interface IPagedisplay - 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 drawBorder(IDisplay display)
throws java.io.IOException,
AutomationException
drawBorder in interface IPagedisplay - 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 printerChanged(IPrinter printer)
throws java.io.IOException,
AutomationException
printerChanged in interface IPageprinter - A reference to a com.esri.arcgis.output.IPrinter (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 | ||||||||