|
|||||||||
| 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.arcmapui.IDocumentDefaultSymbolsProxy
public class IDocumentDefaultSymbolsProxy
Internal use class Proxy for COM Interface 'IDocumentDefaultSymbols'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that control Default Symbols for the document.' 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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.arcmapui.IDocumentDefaultSymbols |
|---|
IID, IID85961926_d8e9_11d3_9ff5_00c04f6bc8dd |
| Constructor Summary | |
|---|---|
|
IDocumentDefaultSymbolsProxy()
For internal use only |
|
IDocumentDefaultSymbolsProxy(java.lang.Object obj)
|
protected |
IDocumentDefaultSymbolsProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IDocumentDefaultSymbolsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IDocumentDefaultSymbolsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IAreaPatch |
getAreaPatch()
Default Area Patch. |
IFormattedTextSymbol |
getCallout()
Default Callout. |
Font |
getCustomTOCFont()
Custom TOC Font. |
double |
getCustomTOCFontSize()
Custom TOC Font Size in Points. |
IFillSymbol |
getFillSymbol()
Default Fill Symbol. |
ILinePatch |
getLinePatch()
Default Line Patch. |
ILineSymbol |
getLineSymbol()
Default Line Symbol. |
IMarkerSymbol |
getMarkerSymbol()
Default Marker Symbol. |
double |
getPatchHeight()
Default Patch Height in Points. |
double |
getPatchWidth()
Default Patch Width in Points. |
ITextSymbol |
getTextSymbol()
Default Text Symbol. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAreaPatch(IAreaPatch patch)
Default Area Patch. |
void |
setCallout(IFormattedTextSymbol callout)
Default Callout. |
void |
setCustomTOCFont(Font font)
Custom TOC Font. |
void |
setCustomTOCFontSize(double fontSizePts)
Custom TOC Font Size in Points. |
void |
setFillSymbol(IFillSymbol lSymbol)
Default Fill Symbol. |
void |
setLinePatch(ILinePatch patch)
Default Line Patch. |
void |
setLineSymbol(ILineSymbol lineSymbol)
Default Line Symbol. |
void |
setMarkerSymbol(IMarkerSymbol markerSymbol)
Default Marker Symbol. |
void |
setPatchHeight(double heightPts)
Default Patch Height in Points. |
void |
setPatchWidth(double widthPts)
Default Patch Width in Points. |
void |
setTextSymbol(ITextSymbol textSymbol)
Default Text Symbol. |
| 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 IDocumentDefaultSymbolsProxy(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 IDocumentDefaultSymbolsProxy()
public IDocumentDefaultSymbolsProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDocumentDefaultSymbolsProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDocumentDefaultSymbolsProxy(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 void setFillSymbol(IFillSymbol lSymbol)
throws java.io.IOException,
AutomationException
setFillSymbol in interface IDocumentDefaultSymbolslSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFillSymbol getFillSymbol()
throws java.io.IOException,
AutomationException
getFillSymbol in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLineSymbol(ILineSymbol lineSymbol)
throws java.io.IOException,
AutomationException
setLineSymbol in interface IDocumentDefaultSymbolslineSymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getLineSymbol()
throws java.io.IOException,
AutomationException
getLineSymbol in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerSymbol(IMarkerSymbol markerSymbol)
throws java.io.IOException,
AutomationException
setMarkerSymbol in interface IDocumentDefaultSymbolsmarkerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMarkerSymbol getMarkerSymbol()
throws java.io.IOException,
AutomationException
getMarkerSymbol in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbol(ITextSymbol textSymbol)
throws java.io.IOException,
AutomationException
setTextSymbol in interface IDocumentDefaultSymbolstextSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
getTextSymbol in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCallout(IFormattedTextSymbol callout)
throws java.io.IOException,
AutomationException
setCallout in interface IDocumentDefaultSymbolscallout - A reference to a com.esri.arcgis.display.IFormattedTextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFormattedTextSymbol getCallout()
throws java.io.IOException,
AutomationException
getCallout in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAreaPatch(IAreaPatch patch)
throws java.io.IOException,
AutomationException
setAreaPatch in interface IDocumentDefaultSymbolspatch - A reference to a com.esri.arcgis.carto.IAreaPatch (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAreaPatch getAreaPatch()
throws java.io.IOException,
AutomationException
getAreaPatch in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinePatch(ILinePatch patch)
throws java.io.IOException,
AutomationException
setLinePatch in interface IDocumentDefaultSymbolspatch - A reference to a com.esri.arcgis.carto.ILinePatch (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILinePatch getLinePatch()
throws java.io.IOException,
AutomationException
getLinePatch in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchWidth(double widthPts)
throws java.io.IOException,
AutomationException
setPatchWidth in interface IDocumentDefaultSymbolswidthPts - The widthPts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPatchWidth()
throws java.io.IOException,
AutomationException
getPatchWidth in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPatchHeight(double heightPts)
throws java.io.IOException,
AutomationException
setPatchHeight in interface IDocumentDefaultSymbolsheightPts - The heightPts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPatchHeight()
throws java.io.IOException,
AutomationException
getPatchHeight in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomTOCFont(Font font)
throws java.io.IOException,
AutomationException
setCustomTOCFont in interface IDocumentDefaultSymbolsfont - 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 Font getCustomTOCFont()
throws java.io.IOException,
AutomationException
getCustomTOCFont in interface IDocumentDefaultSymbolsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomTOCFontSize(double fontSizePts)
throws java.io.IOException,
AutomationException
setCustomTOCFontSize in interface IDocumentDefaultSymbolsfontSizePts - The fontSizePts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCustomTOCFontSize()
throws java.io.IOException,
AutomationException
getCustomTOCFontSize in interface IDocumentDefaultSymbolsjava.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 | ||||||||