|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.LabelStyleGalleryClass
public class LabelStyleGalleryClass
COM Class 'LabelStyleGalleryClass'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Use to create new Label style items.' 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 |
---|
Fields inherited from interface com.esri.arcgis.display.IStyleGalleryClass |
---|
IID, IIDac0e9824_91cb_11d1_8813_080009ec732a, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IStyleGalleryClass2 |
---|
IID, IID80d91e03_4a43_4659_82b4_cd80d5608003, xxDummy |
Constructor Summary | |
---|---|
LabelStyleGalleryClass()
Constructs a LabelStyleGalleryClass using ArcGIS Engine. |
|
LabelStyleGalleryClass(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LabelStyleGalleryClass theLabelStyleGalleryClass = (LabelStyleGalleryClass) obj; |
Method Summary | |
---|---|
void |
editProperties(java.lang.Object[] galleryItem,
IComPropertySheetEvents listener,
int hWnd,
boolean[] ok)
Edits the properties of a Style Gallery Item of the supported class. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDescription()
Description for the Style Gallery Class. |
java.lang.String |
getDisplayName()
Display name of the Style Gallery Class. |
GUID |
getItemClass()
Interface ID for the items in the class. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the Style Gallery Class(as in the stle file). |
java.lang.Object |
getNewObject(java.lang.String newType)
Creates a new object of the specified type. |
IEnumBSTR |
getNewObjectTypes()
The available types of new items in this class. |
double |
getPreviewRatio()
The width ratio to 1 height. |
int |
hashCode()
the hashcode for this object |
void |
preview(java.lang.Object galleryItem,
int hDC,
tagRECT rectangle)
Draws a preview of a Style Gallery Item of the supported class. |
void |
release()
Release a LabelStyleGalleryClass. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelStyleGalleryClass() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic LabelStyleGalleryClass(java.lang.Object obj) throws java.io.IOException
LabelStyleGalleryClass theLabelStyleGalleryClass = (LabelStyleGalleryClass) obj;
obj
to LabelStyleGalleryClass
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IStyleGalleryClass
getName
in interface IStyleGalleryClass2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IStyleGalleryClass
getDescription
in interface IStyleGalleryClass2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public GUID getItemClass() throws java.io.IOException, AutomationException
getItemClass
in interface IStyleGalleryClass
getItemClass
in interface IStyleGalleryClass2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getNewObjectTypes() throws java.io.IOException, AutomationException
getNewObjectTypes
in interface IStyleGalleryClass
getNewObjectTypes
in interface IStyleGalleryClass2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getNewObject(java.lang.String newType) throws java.io.IOException, AutomationException
getNewObject
in interface IStyleGalleryClass
getNewObject
in interface IStyleGalleryClass2
newType
- The newType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPreviewRatio() throws java.io.IOException, AutomationException
getPreviewRatio
in interface IStyleGalleryClass
getPreviewRatio
in interface IStyleGalleryClass2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void preview(java.lang.Object galleryItem, int hDC, tagRECT rectangle) throws java.io.IOException, AutomationException
preview
in interface IStyleGalleryClass
preview
in interface IStyleGalleryClass2
galleryItem
- A reference to another Object (IUnknown) (in)hDC
- The hDC (A COM typedef) (in)rectangle
- A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void editProperties(java.lang.Object[] galleryItem, IComPropertySheetEvents listener, int hWnd, boolean[] ok) throws java.io.IOException, AutomationException
editProperties
in interface IStyleGalleryClass
editProperties
in interface IStyleGalleryClass2
galleryItem
- A reference to another Object (IUnknown) (in)listener
- A reference to a com.esri.arcgis.systemUI.IComPropertySheetEvents (in)hWnd
- The hWnd (A COM typedef) (in)ok
- The ok (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface IStyleGalleryClass2
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 |