|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.ScaleTextStyleGalleryClass
public class ScaleTextStyleGalleryClass
COM Class 'ScaleTextStyleGalleryClass'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Use to create new Scale Text 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 | |
|---|---|
ScaleTextStyleGalleryClass()
Constructs a ScaleTextStyleGalleryClass using ArcGIS Engine. |
|
ScaleTextStyleGalleryClass(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ScaleTextStyleGalleryClass theScaleTextStyleGalleryClass = (ScaleTextStyleGalleryClass) 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 ScaleTextStyleGalleryClass. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScaleTextStyleGalleryClass()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ScaleTextStyleGalleryClass(java.lang.Object obj)
throws java.io.IOException
ScaleTextStyleGalleryClass theScaleTextStyleGalleryClass = (ScaleTextStyleGalleryClass) obj;
obj to ScaleTextStyleGalleryClass.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IStyleGalleryClassgetName in interface IStyleGalleryClass2java.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 IStyleGalleryClassgetDescription in interface IStyleGalleryClass2java.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 IStyleGalleryClassgetItemClass in interface IStyleGalleryClass2java.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 IStyleGalleryClassgetNewObjectTypes in interface IStyleGalleryClass2java.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 IStyleGalleryClassgetNewObject in interface IStyleGalleryClass2newType - 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 IStyleGalleryClassgetPreviewRatio in interface IStyleGalleryClass2java.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 IStyleGalleryClasspreview in interface IStyleGalleryClass2galleryItem - 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 IStyleGalleryClasseditProperties in interface IStyleGalleryClass2galleryItem - 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 IStyleGalleryClass2java.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 | ||||||||