com.esri.arcgis.display
Interface IDynamicGlyph

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DynamicGlyph, IDynamicGlyphProxy

public interface IDynamicGlyph
extends java.io.Serializable

COM Interface 'IDynamicGlyph'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to handle to a resource that is used to render a dynamic symbol.' 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 IID7ac555c0_7bba_4d36_b540_afb13aa80050
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getAnchor(float[] xAnchor, float[] yAnchor)
          Indicates the origin of the glyph from the the bottom left.
 int getGlyphType()
          Indicates the type of dynamic glyph.
 void queryDimensions(float[] width, float[] height)
          Returns the width and height, in pixels, of the glyph.
 void setAnchor(float xAnchor, float yAnchor)
          Indicates the origin of the glyph from the the bottom left.
 

Field Detail

IID7ac555c0_7bba_4d36_b540_afb13aa80050

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

getGlyphType

int getGlyphType()
                 throws java.io.IOException,
                        AutomationException
Indicates the type of dynamic glyph.

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

queryDimensions

void queryDimensions(float[] width,
                     float[] height)
                     throws java.io.IOException,
                            AutomationException
Returns the width and height, in pixels, of the glyph. The width of the text glyph will be the width of the space character.

Parameters:
width - The width (in/out: use single element array)
height - The height (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnchor

void getAnchor(float[] xAnchor,
               float[] yAnchor)
               throws java.io.IOException,
                      AutomationException
Indicates the origin of the glyph from the the bottom left.

Parameters:
xAnchor - The xAnchor (in/out: use single element array)
yAnchor - The yAnchor (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnchor

void setAnchor(float xAnchor,
               float yAnchor)
               throws java.io.IOException,
                      AutomationException
Indicates the origin of the glyph from the the bottom left.

Parameters:
xAnchor - The xAnchor (in)
yAnchor - The yAnchor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.