com.esri.arcgis.carto
Class IBoxPlotSeriesPropertiesProxy

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

public class IBoxPlotSeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IBoxPlotSeriesProperties, Serializable

Provides access to members that control box plot series.

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
  IBoxPlotSeriesPropertiesProxy()
           
  IBoxPlotSeriesPropertiesProxy(Object obj)
           
protected IBoxPlotSeriesPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IDataGraphTSymbolProperties getBoxProperties()
          Properties of the box symbol for the box plot.
 IDataGraphTSymbolProperties getExtremeOutlierProperties()
          Properties of the extreme outliers symbol.
 IDataGraphTSymbolProperties getMildOutlierProperties()
          Properties of the mild outliers symbol.
 double getWhiskerLength()
          Length of the whiskers as a function of the Inter-Quartile Range (IQR).
 IDataGraphTPenProperties getWhiskerProperties()
          Properties of the whisker symbol for the box plot.
 void removeListener(String iidStr, Object theListener)
           
 void setWhiskerLength(double length)
          Length of the whiskers as a function of the Inter-Quartile Range (IQR).
 
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

IBoxPlotSeriesPropertiesProxy

public IBoxPlotSeriesPropertiesProxy()

IBoxPlotSeriesPropertiesProxy

public IBoxPlotSeriesPropertiesProxy(Object obj)
                              throws IOException
Throws:
IOException

IBoxPlotSeriesPropertiesProxy

protected IBoxPlotSeriesPropertiesProxy(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

getWhiskerLength

public double getWhiskerLength()
                        throws IOException,
                               AutomationException
Length of the whiskers as a function of the Inter-Quartile Range (IQR). Default value is 1.5.

Product Availability

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

Specified by:
getWhiskerLength in interface IBoxPlotSeriesProperties
Returns:
The length
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhiskerLength

public void setWhiskerLength(double length)
                      throws IOException,
                             AutomationException
Length of the whiskers as a function of the Inter-Quartile Range (IQR). Default value is 1.5.

Product Availability

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

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

getBoxProperties

public IDataGraphTSymbolProperties getBoxProperties()
                                             throws IOException,
                                                    AutomationException
Properties of the box symbol for the box plot.

Product Availability

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

Specified by:
getBoxProperties in interface IBoxPlotSeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhiskerProperties

public IDataGraphTPenProperties getWhiskerProperties()
                                              throws IOException,
                                                     AutomationException
Properties of the whisker symbol for the box plot.

Product Availability

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

Specified by:
getWhiskerProperties in interface IBoxPlotSeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTPenProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMildOutlierProperties

public IDataGraphTSymbolProperties getMildOutlierProperties()
                                                     throws IOException,
                                                            AutomationException
Properties of the mild outliers symbol.

Product Availability

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

Specified by:
getMildOutlierProperties in interface IBoxPlotSeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtremeOutlierProperties

public IDataGraphTSymbolProperties getExtremeOutlierProperties()
                                                        throws IOException,
                                                               AutomationException
Properties of the extreme outliers symbol.

Product Availability

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

Specified by:
getExtremeOutlierProperties in interface IBoxPlotSeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.