|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverposterOptions
COM Interface 'IOverposterOptions'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to overposter options.' 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 |
IID8112f1a9_0ecd_4e5e_977c_80b358a574b9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
getInvertedLabelTolerance()
The angle at which the label orientation is switched. |
IColor |
getUnplacedLabelColor()
The color with which unplaced labels are drawn. |
boolean |
isEnableDrawUnplaced()
Indicates whether the unplaced labels are drawn. |
boolean |
isEnableLabelCache()
Indicates whether labels are returned from cache or placement run. |
boolean |
isRotateLabelWithDataFrame()
Indicates if labels are rotated if the data frame is rotated. |
void |
setEnableDrawUnplaced(boolean flag)
Indicates whether the unplaced labels are drawn. |
void |
setEnableLabelCache(boolean flag)
Indicates whether labels are returned from cache or placement run. |
void |
setInvertedLabelTolerance(double angle)
The angle at which the label orientation is switched. |
void |
setRotateLabelWithDataFrame(boolean flag)
Indicates if labels are rotated if the data frame is rotated. |
void |
setUnplacedLabelColorByRef(IColor color)
The color with which unplaced labels are drawn. |
void |
stackLabel(ILabelEngineLayerProperties layerProps,
boolean forceStack,
java.lang.String labelIn,
boolean[] stacked,
java.lang.String[] labelOut)
Provides the option to stack a label based on the current overposter properties. |
void |
translateLabel(ILabelEngineLayerProperties layerProps,
java.lang.String labelIn,
boolean[] translated,
java.lang.String[] labelOut)
Provides the option to translate a label based on the current overposter properties. |
Field Detail |
---|
static final int IID8112f1a9_0ecd_4e5e_977c_80b358a574b9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void translateLabel(ILabelEngineLayerProperties layerProps, java.lang.String labelIn, boolean[] translated, java.lang.String[] labelOut) throws java.io.IOException, AutomationException
layerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)labelIn
- The labelIn (in)translated
- The translated (out: use single element array)labelOut
- The labelOut (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stackLabel(ILabelEngineLayerProperties layerProps, boolean forceStack, java.lang.String labelIn, boolean[] stacked, java.lang.String[] labelOut) throws java.io.IOException, AutomationException
layerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)forceStack
- The forceStack (in)labelIn
- The labelIn (in)stacked
- The stacked (out: use single element array)labelOut
- The labelOut (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableLabelCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableLabelCache(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableDrawUnplaced() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableDrawUnplaced(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnplacedLabelColorByRef(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.IColor getUnplacedLabelColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInvertedLabelTolerance(double angle) throws java.io.IOException, AutomationException
angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInvertedLabelTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotateLabelWithDataFrame(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRotateLabelWithDataFrame() throws java.io.IOException, AutomationException
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 |