|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.cartoUI.ScatterPlotMatrixSeriesProperties
public class ScatterPlotMatrixSeriesProperties
COM Class 'ScatterPlotMatrixSeriesProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'A container for the display and manipulation of scatter plot matrix graph.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.IScatterPlotMatrixSeriesProperties |
---|
IID, IID02ce9eaa_0f3f_4527_b2f1_8617871bf68d, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ISeriesProperties |
---|
IID, IIDae695391_d0ae_4b5e_a9e7_419e091060d2, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IHistogramSeriesProperties |
---|
IID, IIDa7a7c47d_7b09_47d0_b334_12079a3427b8, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IPointSeriesProperties |
---|
IID, IID55963816_2577_48af_b595_a66bc27fe57b, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IFeatureLayerSelectionEvents |
---|
IID, IIDb97617be_5a52_11d3_9f6c_00c04f6bc886, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ISelectionEvents |
---|
IID, IID07e11311_d615_11d1_a21b_080009b6f22b, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IDefinitionExpressionEvents |
---|
IID, IID78c6d12c_634e_495e_86b5_17a5d89fb06a, xxDummy |
Constructor Summary | |
---|---|
ScatterPlotMatrixSeriesProperties(java.lang.Object obj)
Construct a ScatterPlotMatrixSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent)
Occurs when the Definition Expression changes. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
Occurs when the selection changes. |
int |
getBinCount()
Amount of bins in classifying input values. |
int |
getColor(int oID)
Color used when ColorType of series property is esriGraphColorCustomEach. |
java.lang.String |
getColorPalette()
Palette used when ColorType of series property is esriGraphColorPalette. |
int |
getColorType()
Type of color applied to the graph series. |
int |
getCustomColor()
Color used when ColorType of series property is esriGraphColorCustomAll. |
java.lang.String |
getField(int idx)
Gets data field name in the series. |
void |
getFieldLabel(int idx,
java.lang.String[] label)
Lable graph. |
int |
getHistogramColor()
Histogram's color |
int |
getHorizontalAxis()
Index of horizontal axis. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getLabelField()
Provides field to be the data source of labels in the graph. |
IDataGraphTPenProperties |
getLinesPenProperties()
Properties of the border of the bar . |
int |
getMaxField()
Maximum possible fields for the series. |
java.lang.String |
getName()
Name of the series shown in the legend. |
IDataGraphTPenProperties |
getPenProperties()
Interface for drawing lines and borders in the series. |
java.lang.Object |
getSourceData()
Data source for the series. |
IDataGraphTSymbolProperties |
getSymbolProperties()
Properties of the scatter plot symbol. |
int |
getTransparency()
Transparency level of histogram bars. |
java.lang.String |
getType()
Type of the series. |
java.lang.String |
getUniqueName()
Default and unique name of the series. |
java.lang.String |
getValueFormat()
Format string for series value labels. |
int |
getVerticalAxis()
Index of vertical axis |
java.lang.String |
getWhereClause()
The where clause for querying data source. |
int |
hashCode()
the hashcode for this object |
boolean |
isChanged()
Indicates if series has changed. |
boolean |
isFieldOptional(int idx)
Indicates if data field is optional. |
boolean |
isInLegend()
Indicates if series is added to the graph legend. |
boolean |
isMarks()
Indicates if series shows marks. |
boolean |
isReady()
Indicates if series is ready to work with. |
boolean |
isShowHistogram()
Indicates if histogram is on the graph. |
void |
release()
Release a ScatterPlotMatrixSeriesProperties. |
void |
selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
setBinCount(int count)
Amount of bins in classifying input values. |
void |
setColor(int oID,
int pColor)
Color used when ColorType of series property is esriGraphColorCustomEach. |
void |
setColorPalette(java.lang.String paletteName)
Palette used when ColorType of series property is esriGraphColorPalette. |
void |
setColorType(int eColorType)
Type of color applied to the graph series. |
void |
setCustomColor(int pColor)
Color used when ColorType of series property is esriGraphColorCustomAll. |
void |
setField(int idx,
java.lang.String fieldName)
Sets data field name in the series. |
void |
setFieldLabel(int idx,
java.lang.String label)
Lable graph. |
void |
setHistogramColor(int pColor)
Histogram's color |
void |
setHorizontalAxis(int pIdx)
Index of horizontal axis. |
void |
setInLegend(boolean b)
Indicates if series is added to the graph legend. |
void |
setLabelField(java.lang.String pFieldName)
Provides field to be the data source of labels in the graph. |
void |
setMarks(boolean b)
Indicates if series shows marks. |
void |
setName(java.lang.String name)
Name of the series shown in the legend. |
void |
setShowHistogram(boolean bHist)
Indicates if histogram is on the graph. |
void |
setSourceData(java.lang.Object pVar)
Data source for the series. |
void |
setTransparency(int level)
Transparency level of histogram bars. |
void |
setValueFormat(java.lang.String format)
Format string for series value labels. |
void |
setVerticalAxis(int pIdx)
Index of vertical axis |
void |
setWhereClause(java.lang.String definition)
The where clause for querying data source. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScatterPlotMatrixSeriesProperties(java.lang.Object obj) throws java.io.IOException
obj
to ScatterPlotMatrixSeriesProperties
. *
ScatterPlotMatrixSeriesProperties o = (ScatterPlotMatrixSeriesProperties)obj; // will not work
ScatterPlotMatrixSeriesProperties o = new ScatterPlotMatrixSeriesProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ScatterPlotMatrixSeriesProperties theScatterPlotMatrixSeriesProperties = (ScatterPlotMatrixSeriesProperties) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setFieldLabel(int idx, java.lang.String label) throws java.io.IOException, AutomationException
setFieldLabel
in interface IScatterPlotMatrixSeriesProperties
idx
- The idx (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFieldLabel(int idx, java.lang.String[] label) throws java.io.IOException, AutomationException
getFieldLabel
in interface IScatterPlotMatrixSeriesProperties
idx
- The idx (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowHistogram() throws java.io.IOException, AutomationException
isShowHistogram
in interface IScatterPlotMatrixSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowHistogram(boolean bHist) throws java.io.IOException, AutomationException
setShowHistogram
in interface IScatterPlotMatrixSeriesProperties
bHist
- The bHist (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHistogramColor() throws java.io.IOException, AutomationException
getHistogramColor
in interface IScatterPlotMatrixSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHistogramColor(int pColor) throws java.io.IOException, AutomationException
setHistogramColor
in interface IScatterPlotMatrixSeriesProperties
pColor
- The pColor (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isChanged() throws java.io.IOException, AutomationException
isChanged
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReady() throws java.io.IOException, AutomationException
isReady
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface ISeriesProperties
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUniqueName() throws java.io.IOException, AutomationException
getUniqueName
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceData(java.lang.Object pVar) throws java.io.IOException, AutomationException
setSourceData
in interface ISeriesProperties
pVar
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getSourceData() throws java.io.IOException, AutomationException
getSourceData
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String definition) throws java.io.IOException, AutomationException
setWhereClause
in interface ISeriesProperties
definition
- The definition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabelField() throws java.io.IOException, AutomationException
getLabelField
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelField(java.lang.String pFieldName) throws java.io.IOException, AutomationException
setLabelField
in interface ISeriesProperties
pFieldName
- The pFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxField() throws java.io.IOException, AutomationException
getMaxField
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setField(int idx, java.lang.String fieldName) throws java.io.IOException, AutomationException
setField
in interface ISeriesProperties
idx
- The idx (in)fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getField(int idx) throws java.io.IOException, AutomationException
getField
in interface ISeriesProperties
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFieldOptional(int idx) throws java.io.IOException, AutomationException
isFieldOptional
in interface ISeriesProperties
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColorType() throws java.io.IOException, AutomationException
getColorType
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorType(int eColorType) throws java.io.IOException, AutomationException
setColorType
in interface ISeriesProperties
eColorType
- A com.esri.arcgis.carto.esriGraphColorType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCustomColor() throws java.io.IOException, AutomationException
getCustomColor
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomColor(int pColor) throws java.io.IOException, AutomationException
setCustomColor
in interface ISeriesProperties
pColor
- The pColor (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getColor(int oID) throws java.io.IOException, AutomationException
getColor
in interface ISeriesProperties
oID
- The oID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(int oID, int pColor) throws java.io.IOException, AutomationException
setColor
in interface ISeriesProperties
oID
- The oID (in)pColor
- The pColor (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getColorPalette() throws java.io.IOException, AutomationException
getColorPalette
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColorPalette(java.lang.String paletteName) throws java.io.IOException, AutomationException
setColorPalette
in interface ISeriesProperties
paletteName
- The paletteName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInLegend() throws java.io.IOException, AutomationException
isInLegend
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInLegend(boolean b) throws java.io.IOException, AutomationException
setInLegend
in interface ISeriesProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMarks() throws java.io.IOException, AutomationException
isMarks
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarks(boolean b) throws java.io.IOException, AutomationException
setMarks
in interface ISeriesProperties
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTPenProperties getPenProperties() throws java.io.IOException, AutomationException
getPenProperties
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getValueFormat() throws java.io.IOException, AutomationException
getValueFormat
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValueFormat(java.lang.String format) throws java.io.IOException, AutomationException
setValueFormat
in interface ISeriesProperties
format
- The format (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHorizontalAxis() throws java.io.IOException, AutomationException
getHorizontalAxis
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHorizontalAxis(int pIdx) throws java.io.IOException, AutomationException
setHorizontalAxis
in interface ISeriesProperties
pIdx
- The pIdx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVerticalAxis() throws java.io.IOException, AutomationException
getVerticalAxis
in interface ISeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalAxis(int pIdx) throws java.io.IOException, AutomationException
setVerticalAxis
in interface ISeriesProperties
pIdx
- The pIdx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTPenProperties getLinesPenProperties() throws java.io.IOException, AutomationException
getLinesPenProperties
in interface IHistogramSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBinCount() throws java.io.IOException, AutomationException
getBinCount
in interface IHistogramSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBinCount(int count) throws java.io.IOException, AutomationException
setBinCount
in interface IHistogramSeriesProperties
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTransparency() throws java.io.IOException, AutomationException
getTransparency
in interface IHistogramSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparency(int level) throws java.io.IOException, AutomationException
setTransparency
in interface IHistogramSeriesProperties
level
- The level (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataGraphTSymbolProperties getSymbolProperties() throws java.io.IOException, AutomationException
getSymbolProperties
in interface IPointSeriesProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
featureLayerSelectionChanged
in interface IFeatureLayerSelectionEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
selectionChanged
in interface ISelectionEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent) throws java.io.IOException, AutomationException
definitionExpressionChanged
in interface IDefinitionExpressionEvents
theEvent
- The event
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 |