|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkRendererPropertyPage
Provides access to members that control the NetworkRendererPropertyPage.
Method Summary | |
---|---|
void |
canEdit(INetworkRenderer obj,
boolean[] result)
Indicates if the network renderer can be edited by the property page. |
String |
getCategory()
Category for the renderer property page. |
IUID |
getClassID()
Property page class id (unique identifier object). |
String |
getDescription()
Description of the renderer. |
String |
getName(int rendererType)
Renderer name for the specified renderer type. |
int |
getPreviewImage()
Preview bitmap for the renderer that appears on the page. |
IUID |
getRendererClassID()
Renderer class id (unique identifier object). |
boolean |
isAppliesTo(int rendererType)
Indicates if the property page is applicable to the specified renderer type. |
Method Detail |
---|
String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName(int rendererType) throws IOException, AutomationException
rendererType
- A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAppliesTo(int rendererType) throws IOException, AutomationException
rendererType
- A com.esri.arcgis.carto.esriNetworkRendererType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPreviewImage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getRendererClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void canEdit(INetworkRenderer obj, boolean[] result) throws IOException, AutomationException
obj
- A reference to a com.esri.arcgis.carto.INetworkRenderer (in)result
- The result (in/out: use single element array)
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 |