com.esri.arcgis.controls
Interface IGraphicProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandsEnvironment, IGraphicPropertiesProxy

public interface IGraphicProperties
extends java.io.Serializable

COM Interface 'IGraphicProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control the CommandsEnvironment singleton.' 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 IID72b8b18e_50ea_46bf_85d1_66b379931378
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFormattedTextSymbol getCallout()
          The callout symbol used by the CommandsEnvironment singleton.
 IFillSymbol getFillSymbol()
          The fill symbol used by the CommandsEnvironment singleton.
 ILineSymbol getLineSymbol()
          The line symbol used by the CommandsEnvironment singleton.
 IMarkerSymbol getMarkerSymbol()
          The marker symbol used by the CommandsEnvironment singleton.
 ITextSymbol getTextSymbol()
          The text symbol used by the CommandsEnvironment singleton.
 void setCallout(IFormattedTextSymbol ppCallout)
          The callout symbol used by the CommandsEnvironment singleton.
 void setFillSymbol(IFillSymbol ppFillSymbol)
          The fill symbol used by the CommandsEnvironment singleton.
 void setLineSymbol(ILineSymbol ppLineSymbol)
          The line symbol used by the CommandsEnvironment singleton.
 void setMarkerSymbol(IMarkerSymbol ppMarkerSymbol)
          The marker symbol used by the CommandsEnvironment singleton.
 void setTextSymbol(ITextSymbol ppTextSymbol)
          The text symbol used by the CommandsEnvironment singleton.
 

Field Detail

IID72b8b18e_50ea_46bf_85d1_66b379931378

static final int IID72b8b18e_50ea_46bf_85d1_66b379931378
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setMarkerSymbol

void setMarkerSymbol(IMarkerSymbol ppMarkerSymbol)
                     throws java.io.IOException,
                            AutomationException
The marker symbol used by the CommandsEnvironment singleton.

Parameters:
ppMarkerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMarkerSymbol

IMarkerSymbol getMarkerSymbol()
                              throws java.io.IOException,
                                     AutomationException
The marker symbol used by the CommandsEnvironment singleton.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLineSymbol

void setLineSymbol(ILineSymbol ppLineSymbol)
                   throws java.io.IOException,
                          AutomationException
The line symbol used by the CommandsEnvironment singleton.

Parameters:
ppLineSymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLineSymbol

ILineSymbol getLineSymbol()
                          throws java.io.IOException,
                                 AutomationException
The line symbol used by the CommandsEnvironment singleton.

Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFillSymbol

void setFillSymbol(IFillSymbol ppFillSymbol)
                   throws java.io.IOException,
                          AutomationException
The fill symbol used by the CommandsEnvironment singleton.

Parameters:
ppFillSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFillSymbol

IFillSymbol getFillSymbol()
                          throws java.io.IOException,
                                 AutomationException
The fill symbol used by the CommandsEnvironment singleton.

Returns:
A reference to a com.esri.arcgis.display.IFillSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextSymbol

void setTextSymbol(ITextSymbol ppTextSymbol)
                   throws java.io.IOException,
                          AutomationException
The text symbol used by the CommandsEnvironment singleton.

Parameters:
ppTextSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextSymbol

ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
The text symbol used by the CommandsEnvironment singleton.

Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCallout

void setCallout(IFormattedTextSymbol ppCallout)
                throws java.io.IOException,
                       AutomationException
The callout symbol used by the CommandsEnvironment singleton.

Parameters:
ppCallout - A reference to a com.esri.arcgis.display.IFormattedTextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCallout

IFormattedTextSymbol getCallout()
                                throws java.io.IOException,
                                       AutomationException
The callout symbol used by the CommandsEnvironment singleton.

Returns:
A reference to a com.esri.arcgis.display.IFormattedTextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.