|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalcRendererValues
COM Interface 'ICalcRendererValues'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that are used to calculate the renderer statistics required for some uses of a ChartRenderer.' 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 |
IID4b62f73e_0502_11d4_9f7c_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
calcMinMax(double[] minValue,
double[] maxValue)
Calculates minimum and maximum values. |
java.lang.Object |
getFieldTotals()
Gets totals for all fields. |
void |
setData(IFeatureLayer layer,
IFeatureRenderer renderer)
Sets data for calculation. |
void |
setDirty()
Sets object to state where values will be recalculated. |
void |
setMinMax(double minValue,
double maxValue)
Manually sets minimum and maximum values. |
Field Detail |
---|
static final int IID4b62f73e_0502_11d4_9f7c_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setData(IFeatureLayer layer, IFeatureRenderer renderer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void calcMinMax(double[] minValue, double[] maxValue) throws java.io.IOException, AutomationException
minValue
- The minValue (out: use single element array)maxValue
- The maxValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinMax(double minValue, double maxValue) throws java.io.IOException, AutomationException
minValue
- The minValue (in)maxValue
- The maxValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFieldTotals() 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 |