com.esri.arcgis.cartoUI
Interface IDataHistogram

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataHistogram, IDataHistogramProxy

public interface IDataHistogram
extends java.io.Serializable

COM Interface 'IDataHistogram'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members used to create a histogram from data values.' 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 IIDfd21f231_67a6_11d3_9f66_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setData(java.lang.Object doubleArrayValues)
          Sets data from a array of values (doubles).
 void setHistogramData(java.lang.Object doubleArrayValues, java.lang.Object longArrayFrequencies)
          Sets data from a histogram; an array of values (doubles) and a paired array of frequencies (longs).
 

Field Detail

IIDfd21f231_67a6_11d3_9f66_00c04f6bc709

static final int IIDfd21f231_67a6_11d3_9f66_00c04f6bc709
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setData

void setData(java.lang.Object doubleArrayValues)
             throws java.io.IOException,
                    AutomationException
Sets data from a array of values (doubles).

Parameters:
doubleArrayValues - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramData

void setHistogramData(java.lang.Object doubleArrayValues,
                      java.lang.Object longArrayFrequencies)
                      throws java.io.IOException,
                             AutomationException
Sets data from a histogram; an array of values (doubles) and a paired array of frequencies (longs).

Parameters:
doubleArrayValues - A Variant (in)
longArrayFrequencies - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.