com.esri.arcgis.cartoUI
Interface IHistogram

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataHistogram, IHistogramProxy, TableHistogram, TinHistogram

public interface IHistogram
extends java.io.Serializable

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

Description: 'Provides access to members that control histogram objects created from different data sources.' 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 IID962bd9ab_1ec8_11d3_9f4d_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exclusionDoModal(int parentHWnd, boolean[] ok)
          Shows the exclusion dialog for the histogram.
 void hasExclusion(boolean[] flag)
          Indicates if the histogram uses exclusion.
 void hasSampling(boolean[] flag)
          Indicates if the histogram uses data sampling.
 void IHistogram_getHistogram(java.lang.Object[] doubleArrayValues, java.lang.Object[] longArrayFrequencies)
          Histogram as an array of values (doubles) and a paired array of frequencies (longs).
 void resetCustomMinMax()
          Resets custom minimum and maximum.
 void samplingDoModal(int parentHWnd, boolean[] ok)
          Shows the sampling dialog for the histogram.
 void setCustomMax(double rhs1)
          Custom maximum.
 void setCustomMin(double rhs1)
          Custom minimum.
 

Field Detail

IID962bd9ab_1ec8_11d3_9f4d_00c04f6bc709

static final int IID962bd9ab_1ec8_11d3_9f4d_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

IHistogram_getHistogram

void IHistogram_getHistogram(java.lang.Object[] doubleArrayValues,
                             java.lang.Object[] longArrayFrequencies)
                             throws java.io.IOException,
                                    AutomationException
Histogram as an array of values (doubles) and a paired array of frequencies (longs).

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

setCustomMin

void setCustomMin(double rhs1)
                  throws java.io.IOException,
                         AutomationException
Custom minimum.

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

setCustomMax

void setCustomMax(double rhs1)
                  throws java.io.IOException,
                         AutomationException
Custom maximum.

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

resetCustomMinMax

void resetCustomMinMax()
                       throws java.io.IOException,
                              AutomationException
Resets custom minimum and maximum.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exclusionDoModal

void exclusionDoModal(int parentHWnd,
                      boolean[] ok)
                      throws java.io.IOException,
                             AutomationException
Shows the exclusion dialog for the histogram.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
ok - The ok (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasExclusion

void hasExclusion(boolean[] flag)
                  throws java.io.IOException,
                         AutomationException
Indicates if the histogram uses exclusion.

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

samplingDoModal

void samplingDoModal(int parentHWnd,
                     boolean[] ok)
                     throws java.io.IOException,
                            AutomationException
Shows the sampling dialog for the histogram.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
ok - The ok (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasSampling

void hasSampling(boolean[] flag)
                 throws java.io.IOException,
                        AutomationException
Indicates if the histogram uses data sampling.

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