|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbologyStyleClass
COM Interface 'ISymbologyStyleClass'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control SymbologyControl style classes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa1afd241_58fd_4c2d_a258_93c505cca546
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addItem(IStyleGalleryItem item,
int index)
Adds an item to the SymbologyStyleClass. |
IStyleGalleryItem |
getItem(int index)
Returns the item at the specified index in the SymbologyStyleClass. |
int |
getItemCount(java.lang.Object styleCategory)
The number of items in the SymbologyStyleClass. |
IStyleGalleryItem |
getSelectedItem()
Returns the selected item in the SymbologyStyleClass. |
int |
getSortDirection()
The sort direction of the items in the SymbologyStyleClass. |
java.lang.String |
getStyleCategory()
The style category used by the SymbologyStyleClass. |
int |
getStyleClass()
The class of the symbols in the SymbologyStyleClass. |
Picture |
previewItem(IStyleGalleryItem item,
int width,
int height)
Previews the specified item as a bitmap. |
void |
removeAll()
Removes all items from the SymbologyStyleClass. |
void |
removeItem(int index)
Removes the item at the specified index from the SymbologyStyleClass. |
void |
selectItem(int index)
Sets the selected item in the SymbologyStyleClass. |
void |
setSortDirection(int direction)
The sort direction of the items in the SymbologyStyleClass. |
void |
setStyleCategory(java.lang.String categoryName)
The style category used by the SymbologyStyleClass. |
void |
unselectItem()
Unsets the selected item in the SymbologyStyleClass. |
void |
update()
Updates the contents of the SymbologyStyleClass. |
Field Detail |
---|
static final int IIDa1afd241_58fd_4c2d_a258_93c505cca546
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setStyleCategory(java.lang.String categoryName) throws java.io.IOException, AutomationException
categoryName
- The categoryName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStyleCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSortDirection(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.controls.esriSymbologySortDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSortDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyleClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemCount(java.lang.Object styleCategory) throws java.io.IOException, AutomationException
styleCategory
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStyleGalleryItem getItem(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectItem(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unselectItem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStyleGalleryItem getSelectedItem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addItem(IStyleGalleryItem item, int index) throws java.io.IOException, AutomationException
item
- A reference to a com.esri.arcgis.display.IStyleGalleryItem (in)index
- The index (in, optional, pass -1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeItem(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Picture previewItem(IStyleGalleryItem item, int width, int height) throws java.io.IOException, AutomationException
item
- A reference to a com.esri.arcgis.display.IStyleGalleryItem (in)width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void update() throws java.io.IOException, AutomationException
java.io.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 |