com.esri.arcgis.cartoUI
Interface IRendererPropertyPage

All Superinterfaces:
java.io.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 java.io.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 java.lang.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).
 java.lang.String getDescription()
          Renderer description.
 java.lang.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).
 java.lang.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 java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getType

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

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Renderer description.

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

getName

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

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

getPreviewImage

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

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

getRendererClassID

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

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

getClassID

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

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

canEdit

boolean canEdit(IFeatureRenderer obj)
                throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.