|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.BarSeriesProperties
public class BarSeriesProperties
COM Class 'BarSeriesProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description 'A container for the display and manipulation of bar graph series.' 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.ISeriesProperties |
|---|
IID, IIDae695391_d0ae_4b5e_a9e7_419e091060d2, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IBarSeriesProperties |
|---|
IID, IIDf888d1fd_e470_4534_9bd6_f00282e0ab15, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IDataSortSeriesProperties |
|---|
IID, IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf, 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 | |
|---|---|
BarSeriesProperties(java.lang.Object obj)
Construct a BarSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addSortingField(java.lang.String strField,
boolean bAscending,
int[] idx)
Add a sorting field and type. |
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 |
getBarSize()
Relative width of the bar. |
int |
getBarStyle()
Style of bars in the bar graph. |
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. |
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. |
int |
getMaxField()
Maximum possible fields for the series. |
int |
getMultipleBarType()
Type of multiple bar-series graph. |
java.lang.String |
getName()
Name of the series shown in the legend. |
IDataGraphTPenProperties |
getPenProperties()
Interface for drawing lines and borders in the series. |
void |
getSortingField(int idx,
java.lang.String[] strField,
boolean[] bAscending)
Get a sorting field and type. |
int |
getSortingFieldsCount()
Number of sorting fields. |
java.lang.Object |
getSourceData()
Data source for the series. |
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. |
void |
release()
Release a BarSeriesProperties. |
void |
removeSortingField(int idx)
Remove the sorting field. |
void |
selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
Call this function to fire the selection changed event. |
void |
setBarSize(int percent)
Relative width of the bar. |
void |
setBarStyle(int style)
Style of bars in the bar graph. |
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 |
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 |
setMultipleBarType(int type)
Type of multiple bar-series graph. |
void |
setName(java.lang.String name)
Name of the series shown in the legend. |
void |
setSourceData(java.lang.Object pVar)
Data source for the series. |
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 BarSeriesProperties(java.lang.Object obj)
throws java.io.IOException
obj to BarSeriesProperties. *
BarSeriesProperties o = (BarSeriesProperties)obj; // will not work
BarSeriesProperties o = new BarSeriesProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
BarSeriesProperties theBarSeriesProperties = (BarSeriesProperties) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isChanged()
throws java.io.IOException,
AutomationException
isChanged in interface ISeriesPropertiesjava.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 ISeriesPropertiesjava.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 ISeriesPropertiesjava.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 ISeriesPropertiesname - 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 ISeriesPropertiesjava.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 ISeriesPropertiesjava.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 ISeriesPropertiespVar - 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 ISeriesPropertiesjava.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 ISeriesPropertiesjava.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 ISeriesPropertiesdefinition - 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 ISeriesPropertiesjava.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 ISeriesPropertiespFieldName - 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 ISeriesPropertiesjava.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 ISeriesPropertiesidx - 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 ISeriesPropertiesidx - 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 ISeriesPropertiesidx - 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 ISeriesPropertiesjava.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 ISeriesPropertieseColorType - 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 ISeriesPropertiesjava.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 ISeriesPropertiespColor - 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 ISeriesPropertiesoID - 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 ISeriesPropertiesoID - 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 ISeriesPropertiesjava.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 ISeriesPropertiespaletteName - 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 ISeriesPropertiesjava.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 ISeriesPropertiesb - 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 ISeriesPropertiesjava.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 ISeriesPropertiesb - 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 ISeriesPropertiesjava.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 ISeriesPropertiesjava.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 ISeriesPropertiesformat - 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 ISeriesPropertiesjava.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 ISeriesPropertiespIdx - 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 ISeriesPropertiesjava.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 ISeriesPropertiespIdx - The pIdx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBarStyle()
throws java.io.IOException,
AutomationException
getBarStyle in interface IBarSeriesPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBarStyle(int style)
throws java.io.IOException,
AutomationException
setBarStyle in interface IBarSeriesPropertiesstyle - A com.esri.arcgis.carto.esriBarStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMultipleBarType()
throws java.io.IOException,
AutomationException
getMultipleBarType in interface IBarSeriesPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMultipleBarType(int type)
throws java.io.IOException,
AutomationException
setMultipleBarType in interface IBarSeriesPropertiestype - A com.esri.arcgis.carto.esriMultiBarType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBarSize()
throws java.io.IOException,
AutomationException
getBarSize in interface IBarSeriesPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBarSize(int percent)
throws java.io.IOException,
AutomationException
setBarSize in interface IBarSeriesPropertiespercent - The percent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addSortingField(java.lang.String strField,
boolean bAscending,
int[] idx)
throws java.io.IOException,
AutomationException
addSortingField in interface IDataSortSeriesPropertiesstrField - The strField (in)bAscending - The bAscending (in)idx - The idx (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSortingField(int idx,
java.lang.String[] strField,
boolean[] bAscending)
throws java.io.IOException,
AutomationException
getSortingField in interface IDataSortSeriesPropertiesidx - The idx (in)strField - The strField (out: use single element array)bAscending - The bAscending (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeSortingField(int idx)
throws java.io.IOException,
AutomationException
removeSortingField in interface IDataSortSeriesPropertiesidx - The idx (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSortingFieldsCount()
throws java.io.IOException,
AutomationException
getSortingFieldsCount in interface IDataSortSeriesPropertiesjava.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 IFeatureLayerSelectionEventstheEvent - 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 ISelectionEventstheEvent - 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 IDefinitionExpressionEventstheEvent - 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 | ||||||||