|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgLegendDescription
public class NgLegendDescription
Graphic legend description object.
| Constructor Summary | |
|---|---|
NgLegendDescription(Object obj)
Construct a NgLegendDescription using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getEntriesCount()
Number of legend entries. |
void |
getEntryInfo(int index,
String[] pDesc,
String[] pLabel,
String[] pSymbolEMF)
Returns the information related to the 'Index' legend entry. |
INgView |
getView()
View the legend description is related to. |
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NgLegendDescription(Object obj)
throws IOException
obj to NgLegendDescription. *
NgLegendDescription o = (NgLegendDescription)obj; // will not work
NgLegendDescription o = new NgLegendDescription(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgLegendDescription theNgLegendDescription = (NgLegendDescription) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public INgView getView()
throws IOException,
AutomationException
getView in interface INgLegendDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEntriesCount()
throws IOException,
AutomationException
getEntriesCount in interface INgLegendDescriptionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getEntryInfo(int index,
String[] pDesc,
String[] pLabel,
String[] pSymbolEMF)
throws IOException,
AutomationException
getEntryInfo in interface INgLegendDescriptionindex - The index (in)pDesc - The pDesc (out: use single element array)pLabel - The pLabel (out: use single element array)pSymbolEMF - The pSymbolEMF (out: use single element array)
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 | ||||||||