|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.cartoUI.DataGraphTPenProperties
public class DataGraphTPenProperties
A container for the display and manipulation of graph series pen properties.
Constructor Summary | |
---|---|
DataGraphTPenProperties(Object obj)
Construct a DataGraphTPenProperties using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getColor()
Color of the line. |
int |
getStyle()
Style of the line. |
int |
getWidth()
Width of the line. |
int |
hashCode()
the hashcode for this object |
boolean |
isVisible()
Indicates if line is visible. |
void |
setColor(int pColor)
Color of the line. |
void |
setStyle(int pType)
Style of the line. |
void |
setVisible(boolean pVisible)
Indicates if line is visible. |
void |
setWidth(int pWidth)
Width of the line. |
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 DataGraphTPenProperties(Object obj) throws IOException
obj
to DataGraphTPenProperties
. *
DataGraphTPenProperties o = (DataGraphTPenProperties)obj; // will not work
DataGraphTPenProperties o = new DataGraphTPenProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
DataGraphTPenProperties theDataGraphTPenProperties = (DataGraphTPenProperties) 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 IDataGraphTPenProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean pVisible) throws IOException, AutomationException
setVisible
in interface IDataGraphTPenProperties
pVisible
- The pVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IDataGraphTPenProperties
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 IDataGraphTPenProperties
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStyle() throws IOException, AutomationException
getStyle
in interface IDataGraphTPenProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStyle(int pType) throws IOException, AutomationException
setStyle
in interface IDataGraphTPenProperties
pType
- A com.esri.arcgis.carto.esriDataGraphTPenType 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 IDataGraphTPenProperties
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 IDataGraphTPenProperties
pColor
- The pColor (A COM typedef) (in)
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 |