com.esri.arcgis.cartoUI
Interface IRendererPropertyPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
BarChartPropertyPage, BaseCustomRendererPropertyPage, BiUniqueValuePropertyPage, CadUniqueValuePropertyPage, CombiUniqueValuePropertyPage, GraduatedColorPropertyPage, GraduatedSymbolPropertyPage, IRendererPropertyPageProxy, LookupSymbolPropertyPage, MultiDotDensityPropertyPage, PieChartPropertyPage, ProportionalSymbolPropertyPage, RepresentationRulesPropertyPage, SingleSymbolPropertyPage, StackedChartPropertyPage, UniqueValuePropertyPage

public interface IRendererPropertyPage
extends Serializable

COM Interface 'IRendererPropertyPage'. Generated 5/30/2008 3:16:02 PM from 'C:\ArcGIS\com\esriCartoUI.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control renderer property pages.' Generator Options: PromptForTypeLibraries = False ClashPrefix = zz_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = False ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = False ReuseMethods = False RenameConflictingInterfaceMethods = False GenBeanInfo = False GenerateJavadoc =


Field Summary
static String IID
          Deprecated. Internal use only
static int IID44bd4d21_5f47_11d0_92da_00805f7c28b0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canEdit(IFeatureRenderer obj)
          Indicates if the property page can modify the properties of the specified renderer.
 IUID getClassID()
          Property page class id (unique identifier object).
 String getDescription()
          Renderer description.
 String getName()
          Name of the renderer.
 int getPreviewImage()
          Preview bitmap for the renderer that appears on the page.
 IUID getRendererClassID()
          Renderer class id (unique identifier object).
 String getType()
          Renderer type.
 

Field Detail

IID44bd4d21_5f47_11d0_92da_00805f7c28b0

static final int IID44bd4d21_5f47_11d0_92da_00805f7c28b0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

String getType()
               throws IOException,
                      AutomationException
Renderer type. Used to group renderers into categories.

Returns:
The type
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Renderer description.

Returns:
The desc
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

String getName()
               throws IOException,
                      AutomationException
Name of the renderer.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPreviewImage

int getPreviewImage()
                    throws IOException,
                           AutomationException
Preview bitmap for the renderer that appears on the page.

Returns:
The hBitmap (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRendererClassID

IUID getRendererClassID()
                        throws IOException,
                               AutomationException
Renderer class id (unique identifier object).

Returns:
A reference to a
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

IUID getClassID()
                throws IOException,
                       AutomationException
Property page class id (unique identifier object).

Returns:
A reference to a
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canEdit

boolean canEdit(IFeatureRenderer obj)
                throws IOException,
                       AutomationException
Indicates if the property page can modify the properties of the specified renderer.

Parameters:
obj - A reference to a (in)
Returns:
The result
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.