|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicAnalystTraceHighlightProxy
public class ISchematicAnalystTraceHighlightProxy
Provides access to members that control the schematic analyst trace result highlighting.
ISchematicAnalystTraceResult,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicAnalystTraceHighlightProxy()
|
|
ISchematicAnalystTraceHighlightProxy(Object obj)
|
protected |
ISchematicAnalystTraceHighlightProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getLinkColor()
Color of the highlithted links. |
int |
getLinkStyle()
Style of the highlithted links. |
double |
getLinkWidth()
Width of the highlithted links. |
boolean |
isLinkColorSet()
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation. |
boolean |
isLinkStyleSet()
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation. |
boolean |
isLinkWidthSet()
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLinkColor(int pVal)
Color of the highlithted links. |
void |
setLinkColorSet(boolean pVal)
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation. |
void |
setLinkStyle(int pVal)
Style of the highlithted links. |
void |
setLinkStyleSet(boolean pVal)
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation. |
void |
setLinkWidth(double pVal)
Width of the highlithted links. |
void |
setLinkWidthSet(boolean pVal)
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ISchematicAnalystTraceHighlightProxy()
public ISchematicAnalystTraceHighlightProxy(Object obj)
throws IOException
IOException
protected ISchematicAnalystTraceHighlightProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getLinkColor()
throws IOException,
AutomationException
getLinkColor in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkStyle(),
ISchematicAnalystTraceHighlight.isLinkColorSet()
public void setLinkColor(int pVal)
throws IOException,
AutomationException
setLinkColor in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLinkStyle()
throws IOException,
AutomationException
getLinkStyle in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.isLinkStyleSet(),
ISchematicAnalystTraceHighlight.getLinkColor()
public void setLinkStyle(int pVal)
throws IOException,
AutomationException
setLinkStyle in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLinkWidth()
throws IOException,
AutomationException
getLinkWidth in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.isLinkWidthSet()
public void setLinkWidth(double pVal)
throws IOException,
AutomationException
setLinkWidth in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkColorSet()
throws IOException,
AutomationException
isLinkColorSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkColor()
public void setLinkColorSet(boolean pVal)
throws IOException,
AutomationException
setLinkColorSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkStyleSet()
throws IOException,
AutomationException
isLinkStyleSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkStyle()
public void setLinkStyleSet(boolean pVal)
throws IOException,
AutomationException
setLinkStyleSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkWidthSet()
throws IOException,
AutomationException
isLinkWidthSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkWidth()
public void setLinkWidthSet(boolean pVal)
throws IOException,
AutomationException
setLinkWidthSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||