com.esri.arcgis.carto
Interface IGraphicsComposite

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AlternatingScaleBar, CalibratedMapGridBorder, CustomOverlayGrid, DoubleAlternatingScaleBar, Graticule, HollowScaleBar, IGraphicsCompositeProxy, IndexGrid, Legend, LocatorRectangle, MapFrame, MapSurroundFrame, MarkerNorthArrow, MeasuredGrid, MgrsGrid, ScaleLine, ScaleText, SimpleMapGridBorder, SingleDivisionScaleBar, SteppedScaleLine, SymbolBackground, SymbolBorder, SymbolShadow

public interface IGraphicsComposite
extends java.io.Serializable

COM Interface 'IGraphicsComposite'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control objects that are composed of graphic elements.' 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 IID969cde4a_82d4_11d2_87dd_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumElement getGraphics(IDisplay display, java.lang.Object data)
          Graphic elements that are used to render this object.
 

Field Detail

IID969cde4a_82d4_11d2_87dd_0000f8751720

static final int IID969cde4a_82d4_11d2_87dd_0000f8751720
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

getGraphics

IEnumElement getGraphics(IDisplay display,
                         java.lang.Object data)
                         throws java.io.IOException,
                                AutomationException
Graphic elements that are used to render this object. The data argument is defined by the coclass that implements this interface.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
data - A reference to another Object (IUnknown) (in)
Returns:
A reference to a com.esri.arcgis.carto.IEnumElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.