|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbolCollectionElement
COM Interface 'ISymbolCollectionElement'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides further access to members that control Collection Symbol 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 |
IID9aec8465_b8c8_4099_95a8_49815539a8a7
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
drawESRIAnno(IStream stream,
ISymbolCollection symbolCollection,
ISpatialReference spatialRef,
IDisplay display)
Draws the anno in a compressed format. |
void |
exportToESRIAnno(IStream stream)
Saves the anno in a compressed format. |
ITextBackground |
getBackground()
Background symbol. |
double |
getCharacterSpacing()
The character spacing. |
double |
getCharacterWidth()
The character width. |
IColor |
getColor()
Font color. |
double |
getFlipAngle()
Flip angle. |
java.lang.String |
getFontName()
Font name. |
IGeometry |
getGeometry()
Shape of the element as a geometry. |
int |
getHorizontalAlignment()
Horizontal alignment style. |
double |
getLeading()
The character leading. |
int |
getOverriddenProperties()
Overridden properties. |
int |
getOverriddenPropertiesExclusionMask()
Mask used to exclude overrides when drawing. |
ISymbol |
getSharedSymbol()
Collection symbol. |
double |
getSize()
Font size. |
int |
getSymbolID()
Symbol ID associated with this element. |
java.lang.String |
getText()
Text being displayed by this element. |
ITextPath |
getTextPath()
Text path. |
int |
getVerticalAlignment()
Vertical alignment style. |
double |
getWordSpacing()
The word spacing. |
double |
getXOffset()
Text offset along X-axis. |
double |
getYOffset()
Text offset along Y-axis. |
void |
importFromESRIAnno(IStream stream,
ISpatialReference spatialReference,
ISymbolCollection symbolCollection)
Loads the anno in a compressed format. |
boolean |
isBold()
Indicates whether bold fonts style. |
boolean |
isItalic()
Indicates whether italic font style. |
boolean |
isUnderline()
Indicates whether underline font style. |
IPoint |
ISymbolCollectionElement_getAnchorPoint()
Callout anchor point. |
void |
setAnchorPoint(IPoint anchorPoint)
Callout anchor point. |
void |
setBackgroundByRef(ITextBackground symbol)
Background symbol. |
void |
setBold(boolean bold)
Indicates whether bold fonts style. |
void |
setCharacterSpacing(double characterSpacing)
The character spacing. |
void |
setCharacterWidth(double characterWidth)
The character width. |
void |
setColor(IColor color)
Font color. |
void |
setFlipAngle(double flipAngle)
Flip angle. |
void |
setFontName(java.lang.String fontName)
Font name. |
void |
setGeometry(IGeometry pGeometry)
Shape of the element as a geometry. |
void |
setHorizontalAlignment(int horizAlignment)
Horizontal alignment style. |
void |
setItalic(boolean italic)
Indicates whether italic font style. |
void |
setLeading(double leading)
The character leading. |
void |
setOverriddenProperties(int props)
Overridden properties. |
void |
setOverriddenPropertiesExclusionMask(int mask)
Mask used to exclude overrides when drawing. |
void |
setSharedSymbol(int symbolID,
ISymbol rhs2)
The symbol ID associated with this element. |
void |
setSize(double pointSize)
Font size. |
void |
setText(java.lang.String text)
Text being displayed by this element. |
void |
setTextPathByRef(ITextPath textPath)
Text path. |
void |
setUnderline(boolean underline)
Indicates whether underline font style. |
void |
setVerticalAlignment(int vertAlignment)
Vertical alignment style. |
void |
setWordSpacing(double wordSpacing)
The word spacing. |
void |
setXOffset(double xOffset)
Text offset along X-axis. |
void |
setYOffset(double yOffset)
Text offset along Y-axis. |
Field Detail |
---|
static final int IID9aec8465_b8c8_4099_95a8_49815539a8a7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getSymbolID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSharedSymbol(int symbolID, ISymbol rhs2) throws java.io.IOException, AutomationException
symbolID
- The symbolID (in)rhs2
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSharedSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportToESRIAnno(IStream stream) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importFromESRIAnno(IStream stream, ISpatialReference spatialReference, ISymbolCollection symbolCollection) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)symbolCollection
- A reference to a com.esri.arcgis.display.ISymbolCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawESRIAnno(IStream stream, ISymbolCollection symbolCollection, ISpatialReference spatialRef, IDisplay display) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)symbolCollection
- A reference to a com.esri.arcgis.display.ISymbolCollection (in)spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXOffset(double xOffset) throws java.io.IOException, AutomationException
xOffset
- The xOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYOffset(double yOffset) throws java.io.IOException, AutomationException
yOffset
- The yOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVerticalAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalAlignment(int vertAlignment) throws java.io.IOException, AutomationException
vertAlignment
- A com.esri.arcgis.display.esriTextVerticalAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHorizontalAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalAlignment(int horizAlignment) throws java.io.IOException, AutomationException
horizAlignment
- A com.esri.arcgis.display.esriTextHorizontalAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFlipAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlipAngle(double flipAngle) throws java.io.IOException, AutomationException
flipAngle
- The flipAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint ISymbolCollectionElement_getAnchorPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnchorPoint(IPoint anchorPoint) throws java.io.IOException, AutomationException
anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(double pointSize) throws java.io.IOException, AutomationException
pointSize
- The pointSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextPath getTextPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextPathByRef(ITextPath textPath) throws java.io.IOException, AutomationException
textPath
- A reference to a com.esri.arcgis.display.ITextPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCharacterSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCharacterSpacing(double characterSpacing) throws java.io.IOException, AutomationException
characterSpacing
- The characterSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCharacterWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCharacterWidth(double characterWidth) throws java.io.IOException, AutomationException
characterWidth
- The characterWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWordSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWordSpacing(double wordSpacing) throws java.io.IOException, AutomationException
wordSpacing
- The wordSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLeading() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeading(double leading) throws java.io.IOException, AutomationException
leading
- The leading (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBold(boolean bold) throws java.io.IOException, AutomationException
bold
- The bold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFontName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontName(java.lang.String fontName) throws java.io.IOException, AutomationException
fontName
- The fontName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isItalic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItalic(boolean italic) throws java.io.IOException, AutomationException
italic
- The italic (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUnderline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnderline(boolean underline) throws java.io.IOException, AutomationException
underline
- The underline (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextBackground getBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundByRef(ITextBackground symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ITextBackground (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverriddenProperties(int props) throws java.io.IOException, AutomationException
props
- The props (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOverriddenProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverriddenPropertiesExclusionMask(int mask) throws java.io.IOException, AutomationException
mask
- The mask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOverriddenPropertiesExclusionMask() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setText(java.lang.String text) throws java.io.IOException, AutomationException
text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometry(IGeometry pGeometry) throws java.io.IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |