com.esri.arcgis.carto
Class IScatterPlotMatrixSeriesPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IScatterPlotMatrixSeriesPropertiesProxy
All Implemented Interfaces:
IScatterPlotMatrixSeriesProperties, Externalizable, Serializable

public class IScatterPlotMatrixSeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IScatterPlotMatrixSeriesProperties, Serializable

Provides access to members that control ScatterPlotMatrix graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IScatterPlotMatrixSeriesPropertiesProxy()
           
  IScatterPlotMatrixSeriesPropertiesProxy(Object obj)
           
protected IScatterPlotMatrixSeriesPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void getFieldLabel(int idx, String[] label)
          Lable graph.
 int getHistogramColor()
          Histogram's color
 boolean isShowHistogram()
          Indicates if histogram is on the graph.
 void removeListener(String iidStr, Object theListener)
           
 void setFieldLabel(int idx, String label)
          Lable graph.
 void setHistogramColor(int pColor)
          Histogram's color
 void setShowHistogram(boolean bHist)
          Indicates if histogram is on the graph.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IScatterPlotMatrixSeriesPropertiesProxy

public IScatterPlotMatrixSeriesPropertiesProxy()

IScatterPlotMatrixSeriesPropertiesProxy

public IScatterPlotMatrixSeriesPropertiesProxy(Object obj)
                                        throws IOException
Throws:
IOException

IScatterPlotMatrixSeriesPropertiesProxy

protected IScatterPlotMatrixSeriesPropertiesProxy(Object obj,
                                                  String iid)
                                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setFieldLabel

public void setFieldLabel(int idx,
                          String label)
                   throws IOException,
                          AutomationException
Lable graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setFieldLabel in interface IScatterPlotMatrixSeriesProperties
Parameters:
idx - The idx (in)
label - The label (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldLabel

public void getFieldLabel(int idx,
                          String[] label)
                   throws IOException,
                          AutomationException
Lable graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFieldLabel in interface IScatterPlotMatrixSeriesProperties
Parameters:
idx - The idx (in)
label - The label (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowHistogram

public boolean isShowHistogram()
                        throws IOException,
                               AutomationException
Indicates if histogram is on the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isShowHistogram in interface IScatterPlotMatrixSeriesProperties
Returns:
The bHist
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowHistogram

public void setShowHistogram(boolean bHist)
                      throws IOException,
                             AutomationException
Indicates if histogram is on the graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setShowHistogram in interface IScatterPlotMatrixSeriesProperties
Parameters:
bHist - The bHist (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistogramColor

public int getHistogramColor()
                      throws IOException,
                             AutomationException
Histogram's color

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getHistogramColor in interface IScatterPlotMatrixSeriesProperties
Returns:
The pColor (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramColor

public void setHistogramColor(int pColor)
                       throws IOException,
                              AutomationException
Histogram's color

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setHistogramColor in interface IScatterPlotMatrixSeriesProperties
Parameters:
pColor - The pColor (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.