|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBasicDocumentDefaultSymbols
COM Interface 'IBasicDocumentDefaultSymbols'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that control Default basic 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbaf98c1c_6e13_11d4_ab81_0008c73fd50c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IAreaPatch |
getAreaPatch()
Default Area Patch. |
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. |
void |
setAreaPatch(IAreaPatch patch)
Default Area Patch. |
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. |
| Field Detail |
|---|
static final int IIDbaf98c1c_6e13_11d4_ab81_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setFillSymbol(IFillSymbol lSymbol)
throws java.io.IOException,
AutomationException
lSymbol - 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.
IFillSymbol getFillSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLineSymbol(ILineSymbol lineSymbol)
throws java.io.IOException,
AutomationException
lineSymbol - 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.
ILineSymbol getLineSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkerSymbol(IMarkerSymbol markerSymbol)
throws java.io.IOException,
AutomationException
markerSymbol - 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.
IMarkerSymbol getMarkerSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaPatch(IAreaPatch patch)
throws java.io.IOException,
AutomationException
patch - 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.
IAreaPatch getAreaPatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinePatch(ILinePatch patch)
throws java.io.IOException,
AutomationException
patch - 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.
ILinePatch getLinePatch()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPatchWidth(double widthPts)
throws java.io.IOException,
AutomationException
widthPts - The widthPts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPatchWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPatchHeight(double heightPts)
throws java.io.IOException,
AutomationException
heightPts - The heightPts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPatchHeight()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCustomTOCFont(Font font)
throws java.io.IOException,
AutomationException
font - 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.
Font getCustomTOCFont()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCustomTOCFontSize(double fontSizePts)
throws java.io.IOException,
AutomationException
fontSizePts - The fontSizePts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCustomTOCFontSize()
throws java.io.IOException,
AutomationException
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 | ||||||||