|
|||||||||
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 Object
public int hashCode()
hashCode
in class Object
public boolean isVisible() throws IOException, AutomationException
isVisible
in interface IDataGraphTSymbolProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean b) throws IOException, AutomationException
setVisible
in interface IDataGraphTSymbolProperties
b
- 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 IDataGraphTSymbolProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int pWidth) throws IOException, AutomationException
setWidth
in interface IDataGraphTSymbolProperties
pWidth
- 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 IDataGraphTSymbolProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int pHeight) throws IOException, AutomationException
setHeight
in interface IDataGraphTSymbolProperties
pHeight
- 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 IDataGraphTSymbolProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStyle(int pStyle) throws IOException, AutomationException
setStyle
in interface IDataGraphTSymbolProperties
pStyle
- 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 IDataGraphTSymbolProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(int pColor) throws IOException, AutomationException
setColor
in interface IDataGraphTSymbolProperties
pColor
- 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 IDataGraphTSymbolProperties
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 |