|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicGlyph
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 |
|---|
static final int IID7ac555c0_7bba_4d36_b540_afb13aa80050
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getGlyphType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryDimensions(float[] width,
float[] height)
throws java.io.IOException,
AutomationException
width - The width (in/out: use single element array)height - The height (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAnchor(float[] xAnchor,
float[] yAnchor)
throws java.io.IOException,
AutomationException
xAnchor - The xAnchor (in/out: use single element array)yAnchor - The yAnchor (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAnchor(float xAnchor,
float yAnchor)
throws java.io.IOException,
AutomationException
xAnchor - The xAnchor (in)yAnchor - The yAnchor (in)
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 | ||||||||