|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphTSymbolProperties
public class DataGraphTSymbolProperties
A container for the display and manipulation of graph series symbol properties.
| Constructor Summary | |
|---|---|
DataGraphTSymbolProperties(Object obj)
Construct a DataGraphTSymbolProperties using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IDataGraphTPenProperties |
getBorderProperties()
Properties of the symbol border. |
int |
getColor()
Color of the symbol fill. |
int |
getHeight()
Height of the symbol. |
int |
getStyle()
Style of the symbol. |
int |
getWidth()
Width of the symbol. |
int |
hashCode()
the hashcode for this object |
boolean |
isVisible()
Indicates if symbol is visible. |
void |
setColor(int pColor)
Color of the symbol fill. |
void |
setHeight(int pHeight)
Height of the symbol. |
void |
setStyle(int pStyle)
Style of the symbol. |
void |
setVisible(boolean b)
Indicates if symbol is visible. |
void |
setWidth(int pWidth)
Width of the symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DataGraphTSymbolProperties(Object obj)
throws IOException
obj to DataGraphTSymbolProperties. *
DataGraphTSymbolProperties o = (DataGraphTSymbolProperties)obj; // will not work
DataGraphTSymbolProperties o = new DataGraphTSymbolProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
DataGraphTSymbolProperties theDataGraphTSymbolProperties = (DataGraphTSymbolProperties) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IDataGraphTSymbolPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean b)
throws IOException,
AutomationException
setVisible in interface IDataGraphTSymbolPropertiesb - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWidth()
throws IOException,
AutomationException
getWidth in interface IDataGraphTSymbolPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWidth(int pWidth)
throws IOException,
AutomationException
setWidth in interface IDataGraphTSymbolPropertiespWidth - The pWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHeight()
throws IOException,
AutomationException
getHeight in interface IDataGraphTSymbolPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHeight(int pHeight)
throws IOException,
AutomationException
setHeight in interface IDataGraphTSymbolPropertiespHeight - The pHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStyle()
throws IOException,
AutomationException
getStyle in interface IDataGraphTSymbolPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStyle(int pStyle)
throws IOException,
AutomationException
setStyle in interface IDataGraphTSymbolPropertiespStyle - A com.esri.arcgis.carto.esriDataGraphTSymbolType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColor()
throws IOException,
AutomationException
getColor in interface IDataGraphTSymbolPropertiesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColor(int pColor)
throws IOException,
AutomationException
setColor in interface IDataGraphTSymbolPropertiespColor - The pColor (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataGraphTPenProperties getBorderProperties()
throws IOException,
AutomationException
getBorderProperties in interface IDataGraphTSymbolPropertiesIOException - 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 | ||||||||