|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDotDensityRenderer
COM Interface 'IDotDensityRenderer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the drawing of varying densities of dots within polygon features to represent different quantities.' 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 |
IID9c7776b7_0421_11d4_9f7c_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
createLegend()
Creates the legend. |
java.lang.String |
getColorScheme()
Color scheme, (user interface property only). |
IFeatureLayer |
getControlLayer()
Control layer used for masking. |
IDotDensityFillSymbol |
getDotDensitySymbol()
The dot density symbol. |
double |
getDotValue()
Value of each dot. |
boolean |
isMaintainSize()
Indicates if dot size is preserved when zooming (the alternative is that density is preserved). |
void |
setColorScheme(java.lang.String name)
Color scheme, (user interface property only). |
void |
setControlLayerByRef(IFeatureLayer layer)
Control layer used for masking. |
void |
setDotDensitySymbolByRef(IDotDensityFillSymbol symbol)
The dot density symbol. |
void |
setDotValue(double value)
Value of each dot. |
void |
setMaintainSize(boolean flag)
Indicates if dot size is preserved when zooming (the alternative is that density is preserved). |
Field Detail |
---|
static final int IID9c7776b7_0421_11d4_9f7c_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IDotDensityFillSymbol getDotDensitySymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDotDensitySymbolByRef(IDotDensityFillSymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IDotDensityFillSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDotValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDotValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getControlLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setControlLayerByRef(IFeatureLayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getColorScheme() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorScheme(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createLegend() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaintainSize(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 isMaintainSize() 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 |